Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zarlex committed Jun 12, 2017
1 parent 498befe commit 0ae1313
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v1.0.12
## Features
### Backbone Module
- Selectable of the collection was extended with the method `useSelectionFor(modelOrCollection)` to reset the `modelOrCollection`
with the current selection
- The `mwUI.Collection` is now triggering the event `change:filterValue` when a filter was set on the filterable

## Fixes
### Backbone Module
The page of the filterable is reset to 1 when a filter was set. This fixes the wrong offset when the user has paginated
through the collection and changes the filter afterwards e.g. by searching.

### List Module
The scroll listener of the directive `mwListableHead2` is now only active when the directive is visible to improve performance
and to fix broken affixed state when a user is e.g. switching from one tab to another

# v1.0.11
## Features
### Src-Relution 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.0.11",
"version": "1.0.12",
"license":"Apache-2.0",
"devDependencies": {
"angular": "1.5.7",
Expand Down

0 comments on commit 0ae1313

Please sign in to comment.