From 0ae1313347aa2b3345e51121e614a993e96f1dd5 Mon Sep 17 00:00:00 2001 From: zarlex Date: Mon, 12 Jun 2017 15:34:26 +0200 Subject: [PATCH] increase version number --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e86c0d..d5212c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9c349589..b7bdb7c6 100644 --- a/package.json +++ b/package.json @@ -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 (http://relution.io)", - "version": "1.0.11", + "version": "1.0.12", "license":"Apache-2.0", "devDependencies": { "angular": "1.5.7",