@inveniosoftware/react-invenio-app-ils 1.0.0-alpha.83 → 1.0.0-alpha.85
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 +15 -0
- package/dist/cjs/index.js +565 -210
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +565 -211
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changes
|
|
2
2
|
|
|
3
|
+
Version 1.0.0-alpha.85 (released 2024-05-28)
|
|
4
|
+
|
|
5
|
+
- EItem: Make E-Book default value in editor
|
|
6
|
+
- backoffice: Display subtitles in Documents, ILLs and Purchase Orders
|
|
7
|
+
- DocumentCard: Display subtitles
|
|
8
|
+
- frontsite: DocumentSubjects: Don't render if subjects list is empty
|
|
9
|
+
|
|
10
|
+
Version 1.0.0-alpha.84 (released 2024-05-13)
|
|
11
|
+
|
|
12
|
+
- document details: add overridable ID to action panel
|
|
13
|
+
- item: add identifiers field
|
|
14
|
+
- eitem: add type field
|
|
15
|
+
- patron details (backoffice): clear searchbar on successful checkout
|
|
16
|
+
- document details: browse documents on the same subject
|
|
17
|
+
|
|
3
18
|
Version 1.0.0-alpha.83 (released 2024-04-02)
|
|
4
19
|
|
|
5
20
|
- backoffice: SideBar: Make SideBar Catalogue menu overridable
|