@inveniosoftware/react-invenio-app-ils 1.2.0 → 2.0.0
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/CHANGES.md +13 -0
- package/dist/cjs/index.js +213 -161
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +213 -161
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changes
|
|
2
2
|
|
|
3
|
+
Version 2.0.0 (released 2025-08-12)
|
|
4
|
+
|
|
5
|
+
- global: adapt API calls to latest versions (invenio-banners)
|
|
6
|
+
- administration: remove access to invenio-admin endpoints (phase out package)
|
|
7
|
+
- frontside: added config to display selected item identifiers
|
|
8
|
+
- backoffice: added NOT-SPECIFIED delivery method
|
|
9
|
+
|
|
10
|
+
Version 1.3.0 (released 2025-06-04)
|
|
11
|
+
|
|
12
|
+
- closures: disabled closed dates in Backoffice LoanUpdateDates calendar
|
|
13
|
+
- backoffice: fix relations table only showing items on the first page
|
|
14
|
+
- ui: Button to extend all loans is disabled instead of hidden
|
|
15
|
+
|
|
3
16
|
Version 1.2.0 (released 2024-11-19)
|
|
4
17
|
|
|
5
18
|
- self-checkout: integrate new dedicate endpoints
|