@thepalaceproject/circulation-admin 0.3.0 → 0.4.1
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 +12 -0
- package/dist/circulation-admin.css +1 -1
- package/dist/circulation-admin.js +20 -20
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### v0.4.1
|
|
4
|
+
|
|
5
|
+
#### Fixed
|
|
6
|
+
|
|
7
|
+
- After an auto updating list is saved, the list status is now correctly updated, and the Save button is now correctly disabled.
|
|
8
|
+
|
|
9
|
+
### v0.4.0
|
|
10
|
+
|
|
11
|
+
#### Updated
|
|
12
|
+
|
|
13
|
+
- Added support for list sharing.
|
|
14
|
+
|
|
3
15
|
### v0.3.0
|
|
4
16
|
|
|
5
17
|
#### Fixed
|