@thepalaceproject/circulation-admin 0.0.6 → 0.0.7
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 +4 -1
- package/dist/circulation-admin.css +1 -1
- package/dist/circulation-admin.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### December 16, 2021
|
|
4
4
|
|
|
5
5
|
#### Updated
|
|
6
6
|
|
|
7
7
|
- Updated branding and styling for The Palace Project.
|
|
8
8
|
- Updated node-sass and sass-loader dependency versions to reduce the number of high risk vulnerabilities.
|
|
9
|
+
- Removed Analytics tab from System Configuration for librarians and library managers, and added Admins tab.
|
|
10
|
+
- Relabeled "library manager" role to "administrator", and "librarian" role to "user".
|
|
11
|
+
- Removed redundant requests to retrieve libraries when opening the system configuration screen.
|
|
9
12
|
|
|
10
13
|
### v0.5.5
|
|
11
14
|
|