Releases: ThePalaceProject/circulation-admin
Releases · ThePalaceProject/circulation-admin
v1.5.1
v0.5.0
What's Changed
- Upgrade to Node 18. by @ray-lee in #62
- Upgrade jsdom to version 20. by @ray-lee in #65
- Set up Jest/React Testing Library tests. by @ray-lee in #66
- Prevent duplicate variable declaration error. by @ray-lee in #68
- Add help text to publication date search field. by @ray-lee in #67
- Clear role checkboxes after saving a new user. by @ray-lee in #69
- Remove CDN Config by @jonathangreen in #72
- Mark password field as required by @io7m in #73
- Allow automatically generated lanes to be renamed. by @ray-lee in #74
New Contributors
Full Changelog: 0.4.2...v0.5.0
0.4.2
0.4.1
What's Changed
Key changes since version 0.1.0
- Improvements to custom lists and lanes.
- Support for site-wide announcements.
v0.4.1
Fixed
- After an auto updating list is saved, the list status is now correctly updated, and the Save button is now correctly disabled.
v0.4.0
Updated
- Added support for list sharing.
v0.3.0
Fixed
- The selected media type and sort order are now correctly saved with auto updating lists.
Updated
- Added Sitewide Announcements configuration tab.
v0.2.0
Updated
- 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.
Full Changelog: 0.1.0...0.4.1
0.4.0
What's Changed
- Updates
- Adds support for shared lists through the following commits:
- Implement list sharing. by @ray-lee in #42
- Fix error loading lists page when there are no owned lists. by @ray-lee in #45
- Clear list entries from state when opening a new list. by @ray-lee in #46
- Fix breadcrumb issues when opening book details from the list editor. by @ray-lee in #49
- Add list filtering to lane editor. by @ray-lee in #50
- Show status of auto updating lists by @ray-lee in #47
- Adds support for shared lists through the following commits:
Full Changelog: 0.3.0...0.4.0