CHANGELOG.md in scrivito_resourcebrowser-0.0.3 vs CHANGELOG.md in scrivito_resourcebrowser-0.0.4
- old
+ new
@@ -1,4 +1,9 @@
+# v0.0.4
+ * The filters are now a simple hash instead of a function that returns a hash. This allows to
+ extend the filters multiple times. This is useful, when a gem wants to add filters to the ones
+ already defined in the application. (Thanks @gertimon)
+
# v0.0.3
* Change the icon to open the details view from a magnifying glass to a pen.
* Added option "selectionMode", which can be set to `single` in order to allow only one selected
item at a time. Any other value will allow to select an arbitrary number of items.
* Added "selected" filter that displays all currently selected items.