@inveniosoftware/react-invenio-app-ils 1.0.0-alpha.57 → 1.0.0-alpha.60
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 +24 -2
- package/dist/cjs/index.js +441 -193
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +439 -194
- package/dist/esm/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGES.md
CHANGED
|
@@ -1,10 +1,32 @@
|
|
|
1
1
|
# Changes
|
|
2
2
|
|
|
3
|
-
Version 1.0.0-alpha.
|
|
3
|
+
Version 1.0.0-alpha.60 (released 2021-12-17)
|
|
4
|
+
|
|
5
|
+
- RJSF: fix enter key press event
|
|
6
|
+
- Axios: align header name with invenio
|
|
7
|
+
|
|
8
|
+
Version 1.0.0-alpha.59 (released 2021-12-02)
|
|
9
|
+
|
|
10
|
+
- Validate that vocabulary field values in the form select are valid.
|
|
11
|
+
- Ensure that the first loan of each document is the one with the earliest start date.
|
|
12
|
+
- Order loans in search by ascending creation date.
|
|
13
|
+
- Fix 'See all' button search query in the loans history.
|
|
14
|
+
- Allow downloading loans in csv/json file.
|
|
15
|
+
- Add warning for the librarian trying to extend an overbooked loan.
|
|
16
|
+
- Add error notification for unhandled API errors.
|
|
17
|
+
|
|
18
|
+
Version 1.0.0-alpha.58 (released 2021-11-11)
|
|
19
|
+
|
|
20
|
+
- correct acquisition order form prefilling
|
|
21
|
+
- change loan restriction label
|
|
22
|
+
- show items on loan in 'where to find' section
|
|
23
|
+
- fix pagination records table
|
|
24
|
+
|
|
25
|
+
Version 1.0.0-alpha.57 (released 2021-10-25)
|
|
4
26
|
|
|
5
27
|
- fix display of content in document details page
|
|
6
28
|
|
|
7
|
-
Version 1.0.0-alpha.56 (released 2021-
|
|
29
|
+
Version 1.0.0-alpha.56 (released 2021-10-22)
|
|
8
30
|
|
|
9
31
|
- add links to the search guide
|
|
10
32
|
- disable the bulk extend loans if no loans to extend
|