Releases: folio-org/ui-courses
Releases · folio-org/ui-courses
v3.0.7
v6.1.2
- Since release v6.1.1, when listing all courses or reserves (as opposed to those matching a query), sorting was not performed. This is no longer the case. Fixes UICR-225.
v7.0.2
- When displaying details of a course, loading the reserves now forces the items to load. This fixes a race condition. Previously, the two loads would nearly always, but not always, happen in the right order; but sometimes the attempt to load items would happen first, and there would be no item-IDs available to search for. This was most easily seen by refreshing the whole app. Fixes UICR-221.
v7.0.1
- Update plugin dependencies to allow
@folio/plugin-find-user
^8.0.0 and@folio/plugin-create-inventory-records
^6.0.0 (as well as previously acceptable versions). Fixes UICR-222.
v7.0.0
- BREAKING: upgrade to Stripes v10. Fixes UICR-216.
- BREAKING: upgrade to react-intl v7.1.5. Fixes UICR-217.
- Migrate to shared CI workflows. Fixes UICR-215.
v6.1.1
v6.1.0
- Use standard FOLIO UX for Delete Course (in action menu). Fixes UICR-201.
- When deleting a course that has no cross-listed courses, also delete its underlying courselisting. This ensures orphan courselistings are not created. Fixes UICR-206.
- With orphan courselistings no longer remaining, it is now always possible to delete terms. Fixes UICR-203.
- Provide local translations to ControlledVocab. Refs UICR-163.
- Courses app: Replace collapse pane icons. Refs UICR-174.
- App Context menu | Add new option | Courses app search. Refs UICR-166.
- When a course is deleted, a green success toast displays, confirming deletion. Fixes UICR-207.
- After once having edited a reserve's start or end date, editing it again now gets a correctly initialized datepicker. Fixes UICR-205.
- Remove use of italics in three places in the UI. Fixes UICR-208.
- Format Courses and Reserves results to use hyperlinks in first column. Fixes UICR-164.
- Extend limit of reserves for which status is fetched from 20 to 100. Addresses UICR-210.