@thepalaceproject/circulation-admin 0.0.10 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  ## Changelog
2
2
 
3
+ ### v0.2.0
4
+
5
+ #### Updated
6
+
7
+ - The enableAutoList feature flag has been added as an application configuration property. It must be set to true enable the UI to view and edit automatically-updating lists. The flag is false by default.
8
+
9
+ ### v0.1.0
10
+
11
+ #### Fixed
12
+
13
+ - The screen no longer appears to be blank when the LastPass browser extension is enabled.
14
+ - The advanced search input fields are now correctly aligned in Firefox.
15
+ - Spurious bullets have been removed from the search result and list entry lists.
16
+
17
+ #### Updated
18
+
19
+ - Lists can now be automatically updated using the configured search parameters.
20
+
21
+ ### v0.0.11
22
+
23
+ #### Fixed
24
+
25
+ - When editing lists, the Save and Cancel buttons are now correctly disabled when a new list is opened, before any changes have been made.
26
+
27
+ #### Updated
28
+
29
+ - Advanced searches can now be executed to select books to add to lists, including the ability to filter on specific fields using various operators, and to combine multiple filters.
30
+
3
31
  ### v0.0.10
4
32
 
5
33
  #### Fixed