@thepalaceproject/circulation-admin 0.0.6 → 0.0.9
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 +19 -1
- package/dist/circulation-admin.css +1 -1
- package/dist/circulation-admin.js +15 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,29 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### v0.0.9
|
|
4
|
+
|
|
5
|
+
#### Updated
|
|
6
|
+
|
|
7
|
+
- Removed circulation buttons (Borrow, Download, Read) from book details screen.
|
|
8
|
+
|
|
9
|
+
### v0.0.8
|
|
10
|
+
|
|
11
|
+
#### Updated
|
|
12
|
+
|
|
13
|
+
- Removed Complaints tab from header and book details screen.
|
|
14
|
+
- Added display of item count to system configuration lists.
|
|
15
|
+
- Limited visibility of Patrons link in header to system administrators.
|
|
16
|
+
- Moved Dashboard to be the first link in the header.
|
|
17
|
+
|
|
18
|
+
### v0.0.7
|
|
4
19
|
|
|
5
20
|
#### Updated
|
|
6
21
|
|
|
7
22
|
- Updated branding and styling for The Palace Project.
|
|
8
23
|
- Updated node-sass and sass-loader dependency versions to reduce the number of high risk vulnerabilities.
|
|
24
|
+
- Removed Analytics tab from System Configuration for librarians and library managers, and added Admins tab.
|
|
25
|
+
- Relabeled "library manager" role to "administrator", and "librarian" role to "user".
|
|
26
|
+
- Removed redundant requests to retrieve libraries when opening the system configuration screen.
|
|
9
27
|
|
|
10
28
|
### v0.5.5
|
|
11
29
|
|