@thepalaceproject/circulation-admin 0.0.11 → 0.3.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.3.0
4
+
5
+ #### Fixed
6
+
7
+ - The selected media type and sort order are now correctly saved with auto updating lists.
8
+
9
+ #### Updated
10
+
11
+ - Added Sitewide Announcements configuration tab.
12
+
13
+ ### v0.2.0
14
+
15
+ #### Updated
16
+
17
+ - 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.
18
+
19
+ ### v0.1.0
20
+
21
+ #### Fixed
22
+
23
+ - The screen no longer appears to be blank when the LastPass browser extension is enabled.
24
+ - The advanced search input fields are now correctly aligned in Firefox.
25
+ - Spurious bullets have been removed from the search result and list entry lists.
26
+
27
+ #### Updated
28
+
29
+ - Lists can now be automatically updated using the configured search parameters.
30
+
3
31
  ### v0.0.11
4
32
 
5
33
  #### Fixed