Skip to content

Commit

Permalink
Merge pull request #188 from mwaylabs/release/v1.21.3
Browse files Browse the repository at this point in the history
Release version 1.21.3
  • Loading branch information
Yasin Abdelmonem authored Dec 4, 2017
2 parents e165ac8 + 4c47b90 commit bf76666
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.21.3
## Features
### Ui components module
- Keep tab content in the DOM by default. For complex tab content the attribute `removeInactiveContent` on
`mwTabs` can be set to true. The default behaviour in gerenral is a bit faster during the initialisation but may slow down
the general performance because the content wit h all its listeners stays in the dom.

## Bug Fixes
### Menu module
- Fix #182: Menuentry is not hidden when it is removed during menu initialisation

# v1.21.2
## Features
### Utils module
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mw-uikit",
"description": "A toolbox to build portals with AngularJS 1.5.x that have a lot of forms and list views for example admin portals to manage data.",
"author": "Alexander Zarges <[email protected]> (http://relution.io)",
"version": "1.21.2",
"version": "1.21.3",
"license": "Apache-2.0",
"devDependencies": {
"angular": "1.5.7",
Expand Down

0 comments on commit bf76666

Please sign in to comment.