@thepalaceproject/circulation-admin 0.0.9 → 0.1.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 +32 -0
- package/dist/circulation-admin.css +1 -1
- package/dist/circulation-admin.js +31 -23
- package/package.json +5 -1
- package/tsconfig.json +1 -1
- package/tslint.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### v0.1.0
|
|
4
|
+
|
|
5
|
+
#### Fixed
|
|
6
|
+
|
|
7
|
+
- The screen no longer appears to be blank when the LastPass browser extension is enabled.
|
|
8
|
+
- The advanced search input fields are now correctly aligned in Firefox.
|
|
9
|
+
- Spurious bullets have been removed from the search result and list entry lists.
|
|
10
|
+
|
|
11
|
+
#### Updated
|
|
12
|
+
|
|
13
|
+
- Lists can now be automatically updated using the configured search parameters.
|
|
14
|
+
|
|
15
|
+
### v0.0.11
|
|
16
|
+
|
|
17
|
+
#### Fixed
|
|
18
|
+
|
|
19
|
+
- When editing lists, the Save and Cancel buttons are now correctly disabled when a new list is opened, before any changes have been made.
|
|
20
|
+
|
|
21
|
+
#### Updated
|
|
22
|
+
|
|
23
|
+
- 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.
|
|
24
|
+
|
|
25
|
+
### v0.0.10
|
|
26
|
+
|
|
27
|
+
#### Fixed
|
|
28
|
+
|
|
29
|
+
- When editing lists, the save button is now correctly enabled when a collection is selected, even if no books have been added.
|
|
30
|
+
|
|
31
|
+
#### Updated
|
|
32
|
+
|
|
33
|
+
- Removed Admins tab from System Configuration screen for non-admin users.
|
|
34
|
+
|
|
3
35
|
### v0.0.9
|
|
4
36
|
|
|
5
37
|
#### Updated
|