@inveniosoftware/react-invenio-app-ils 2.0.0 → 2.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inveniosoftware/react-invenio-app-ils",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Single Page App built with React for InvenioILS",
5
5
  "main": "dist/cjs/index.js",
6
6
  "browser": "dist/cjs/index.js",
package/CHANGES.md DELETED
@@ -1,551 +0,0 @@
1
- # Changes
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
-
16
- Version 1.2.0 (released 2024-11-19)
17
-
18
- - self-checkout: integrate new dedicate endpoints
19
-
20
- Version 1.1.0 (released 2024-11-04)
21
-
22
- - self-checkout: uppercase barcode when input by the user
23
-
24
- Version 1.0.0 (released 2024-10-22)
25
-
26
- - upgrade axios and react-searchkit dependencies
27
-
28
- Version 1.0.0-alpha.91 (released 2024-10-01)
29
-
30
- - global: improve screen adaptability
31
- - self-checkout: add manual input for the barcode
32
-
33
- Version 1.0.0-alpha.90 (released 2024-06-24)
34
-
35
- - self-checkout: improve scanning behaviour
36
- - self-checkout: improve usage instructions
37
- - search: display subtitle under title
38
- - document: display multipart title
39
-
40
- Version 1.0.0-alpha.89 (released 2024-06-24)
41
-
42
- - self-checkout: improve scanning behaviour
43
- - frontsite: pass document details to document item table
44
-
45
- Version 1.0.0-alpha.88 (released 2024-06-18)
46
-
47
- - frontsite: handle null barcode
48
-
49
- Version 1.0.0-alpha.87 (released 2024-06-14)
50
-
51
- - document items: add overridable id
52
-
53
- Version 1.0.0-alpha.86 (released 2024-06-06)
54
-
55
- - checkout: add optional self-checkout
56
- - installation: add barcode scanner dependency
57
-
58
- Version 1.0.0-alpha.85 (released 2024-05-28)
59
-
60
- - EItem: Make E-Book default value in editor
61
- - backoffice: Display subtitles in Documents, ILLs and Purchase Orders
62
- - DocumentCard: Display subtitles
63
- - frontsite: DocumentSubjects: Don't render if subjects list is empty
64
-
65
- Version 1.0.0-alpha.84 (released 2024-05-13)
66
-
67
- - document details: add overridable ID to action panel
68
- - item: add identifiers field
69
- - eitem: add type field
70
- - patron details (backoffice): clear searchbar on successful checkout
71
- - document details: browse documents on the same subject
72
-
73
- Version 1.0.0-alpha.83 (released 2024-04-02)
74
-
75
- - backoffice: SideBar: Make SideBar Catalogue menu overridable
76
- - frontsite: DocumentTitle: Define padding using CSS generator class
77
- - frontsite: DocumentTitle: Decrease spacing between the tags and title
78
- - api: SeriesApi: Add search parameters and filters
79
- - modules: Series: Add SeriesCardGroup component
80
- - LocationDatePicker: Disable only non-closure days set in config
81
- - backoffice: EItemSearch: Add source button in helper fields
82
- - backoffice: Use Truncate for OrdersList and Patrons Doc Requests table
83
-
84
- Version 1.0.0-alpha.82 (released 2024-04-02)
85
-
86
- - backoffice: fix onPasteHandler for patron details checkout search
87
-
88
- Version 1.0.0-alpha.81 (released 2024-04-02)
89
-
90
- - backoffice: fix conditional payment info display for ILLs
91
-
92
- Version 1.0.0-alpha.80 (released 2024-02-27)
93
-
94
- - frontsite: Use LiteratureTitle component to show edition and publication year in Document Title
95
- - backoffice: Search/Scan Barcode and auto checkout loan
96
- - modules: Fix debounced search by not redefining each render
97
- - backoffice: Add functionality to checkout using EnterKey
98
- - LoanRequestForm: Added loan request offset start date to be configurable
99
- - Acquisition: Make PaymentInformation Component Overridable
100
- - PaymentInformation: Extract PaymentInformation grid as a component and use in acquisition orders and borrowing requests
101
- - Acquisition: OrderDetails: Make OrderLine component Overridable
102
- - ILL: BorrowingRequest: Make Due date field name configurable
103
- - backoffice: Add table for Ongoing Interlibrary loans
104
- - api - ill: Pass empty json payload in POST request for extension actions
105
- - notifications: Don't display for codes with dedicated page
106
- - HttpErrors: Handle http 410 resource deleted with dedicated error page
107
- - forms: Extend ignoreEnterEvent for dynamically created text fields
108
- - DocumentDetails: Display volume number near title
109
-
110
- Version 1.0.0-alpha.79 (released 2024-02-27)
111
-
112
- - frontsite: fix ILL requests
113
-
114
- Version 1.0.0-alpha.78 (released 2024-02-12)
115
-
116
- - backoffice: fix missing series type
117
- - add overridable component for opening hours page
118
-
119
- Version 1.0.0-alpha.77 (released 2023-10-19)
120
-
121
- - frontsite: add overridable cmps
122
-
123
- Version 1.0.0-alpha.76(released 2023-06-22)
124
-
125
- - patron: past loans are not clickable
126
-
127
- Version 1.0.0-alpha.75 (released 2022-11-14)
128
-
129
- - Make homepage components overridable
130
-
131
- Version 1.0.0-alpha.74 (released 2022-10-25)
132
-
133
- - upgrade to RSK@2.x
134
-
135
- Version 1.0.0-alpha.72 (released 2022-10-24)
136
-
137
- - eitems: increase vocabulary source size to 60
138
-
139
- Version 1.0.0-alpha.71 (released 2022-10-07)
140
-
141
- - series: improve search tip popup and fix searchbar autofocus
142
- - covers: fix alignment in front page
143
- - covers: add box shadows to small and large sizes
144
-
145
- Version 1.0.0-alpha.70 (released 2022-08-24)
146
-
147
- - disable Google fonts
148
- - improve the no results search page suggesting to request the literature
149
- to the library
150
-
151
- Version 1.0.0-alpha.69 (released 2022-08-12)
152
-
153
- - series: add tooltip on volumes search (details page)
154
- - add covers in relation modal
155
-
156
- Version 1.0.0-alpha.68 (released 2022-03-10)
157
-
158
- - backoffice: fix series details volumes search phrase
159
-
160
- Version 1.0.0-alpha.67 (released 2022-03-09)
161
-
162
- - series details: search for exact pid for volumes list
163
-
164
- Version 1.0.0-alpha.66 (released 2022-02-24)
165
-
166
- - DocumentConference: pass needed props to overridable context so users
167
- can access the props when they override the component
168
-
169
- Version 1.0.0-alpha.65 (released 2022-02-21)
170
-
171
- - other authors: fix `et al.` display across the site
172
-
173
- Version 1.0.0-alpha.64 (released 2022-02-07)
174
-
175
- - update npm dependencies
176
-
177
- Version 1.0.0-alpha.63 (released 2022-02-01)
178
-
179
- - backoffice: display missing alternate titles for documents
180
-
181
- Version 1.0.0-alpha.62 (released 2022-01-18)
182
-
183
- - series details: add physical location section (periodicals)
184
- - patron profile: improve pagination and loans display
185
-
186
- Version 1.0.0-alpha.61 (released 2022-01-14)
187
-
188
- - backoffice patron details: fix automatic item checkout
189
- - series details: fix volumes fetch query
190
- - document details: minor UI updates
191
-
192
- Version 1.0.0-alpha.60 (released 2021-12-17)
193
-
194
- - RJSF: fix enter key press event
195
- - Axios: align header name with invenio
196
-
197
- Version 1.0.0-alpha.59 (released 2021-12-02)
198
-
199
- - Validate that vocabulary field values in the form select are valid.
200
- - Ensure that the first loan of each document is the one with the earliest start date.
201
- - Order loans in search by ascending creation date.
202
- - Fix 'See all' button search query in the loans history.
203
- - Allow downloading loans in csv/json file.
204
- - Add warning for the librarian trying to extend an overbooked loan.
205
- - Add error notification for unhandled API errors.
206
-
207
- Version 1.0.0-alpha.58 (released 2021-11-11)
208
-
209
- - correct acquisition order form prefilling
210
- - change loan restriction label
211
- - show items on loan in 'where to find' section
212
- - fix pagination records table
213
-
214
- Version 1.0.0-alpha.57 (released 2021-10-25)
215
-
216
- - fix display of content in document details page
217
-
218
- Version 1.0.0-alpha.56 (released 2021-10-22)
219
-
220
- - add links to the search guide
221
- - disable the bulk extend loans if no loans to extend
222
- - document details page overhaul
223
-
224
- Version 1.0.0-alpha.55 (released 2021-10-08)
225
-
226
- - fix purchase order assignment to document request
227
-
228
- Version 1.0.0-alpha.54 (released 2021-09-30)
229
-
230
- - add bulk extension feature
231
-
232
- Version 1.0.0-alpha.53 (released 2021-09-28)
233
-
234
- - global: notification module integration
235
-
236
- Version 1.0.0-alpha.52 (released 2021-08-30)
237
-
238
- - document: add purchase orders to display
239
- - check in: improve location display
240
- - loan: show warning on document overbooking
241
-
242
- Version 1.0.0-alpha.51 (released 2021-07-29)
243
-
244
- - eitem: add source field
245
- - document: required languages field
246
- - document: add more information to display
247
-
248
- Version 1.0.0-alpha.50 (released 2021-07-08)
249
-
250
- - store: add configuration for dynamically added reducers
251
-
252
- Version 1.0.0-alpha.49 (released 2021-07-07)
253
-
254
- - series: check dependencies before delete action
255
- - document: reorder form fields
256
-
257
- Version 1.0.0-alpha.48 (released 2021-06-07)
258
-
259
- - document: fix reference query on delete
260
-
261
- Version 1.0.0-alpha.47 (released 2021-06-02)
262
-
263
- - document: add all references to delete confirmation modal
264
-
265
- Version 1.0.0-alpha.46 (released 2021-05-27)
266
-
267
- - add document type to item search facets
268
-
269
- Version 1.0.0-alpha.45 (released 2021-05-25)
270
-
271
- - fix extension days calculation
272
-
273
- Version 1.0.0-alpha.44 (released 2021-05-25)
274
-
275
- - fix extension date validation
276
-
277
- Version 1.0.0-alpha.43 (released 2021-05-17)
278
-
279
- - checkin: clear searchbar on success
280
- - add display title to borrowing request and order
281
-
282
- Version 1.0.0-alpha.42 (released 2021-05-07)
283
-
284
- - fix loan details checkout
285
- - fix eitems display on document details page
286
- - add other relation to document details metadata
287
-
288
- Version 1.0.0-alpha.41 (released 2021-04-28)
289
-
290
- - fix open access label for series
291
-
292
- Version 1.0.0-alpha.40 (released 2021-04-26)
293
-
294
- - routing: fix custom routing frontsite overridable
295
-
296
- Version 1.0.0-alpha.39 (released 2021-04-22)
297
-
298
- - patron profile: add anchors in statistics
299
- - patron profile: display cancelled loan state
300
- - literature request: overridable missing search results message
301
- - landing page: quick access buttons as anchors
302
-
303
- Version 1.0.0-alpha.38 (released 2021-04-15)
304
-
305
- - fix display of cancelled loan in
306
- patron profile
307
-
308
- Version 1.0.0-alpha.37 (released 2021-04-13)
309
-
310
- - change e-book labels to digital
311
- - add series type in frontsite search results
312
- - display creation date on borrowing requests
313
-
314
- Version 1.0.0-alpha.36 (released 2021-04-09)
315
-
316
- - do not require order date in acquisition
317
- - display order creation date
318
-
319
- Version 1.0.0-alpha.35 (released 2021-04-07)
320
-
321
- - add login_required flag to access urls of series
322
- - add volume display to multipart volumes
323
- - add series type field to series objects
324
-
325
- Version 1.0.0-alpha.34 (released 2021-03-29)
326
-
327
- - fix patron details links
328
- - add display of legacy ids in details page
329
- - add overridable cmp for standard number
330
- - fix date picker for loans and add date sorting
331
-
332
- Version 1.0.0-alpha.33 (released 2021-03-23)
333
-
334
- - fix authors display in searches
335
- - bugfix delivery method
336
-
337
- Version 1.0.0-alpha.32 (released 2021-03-18)
338
-
339
- - remove electronic volumes field
340
- - logo changes
341
-
342
- Version 1.0.0-alpha.31 (released 2021-03-16)
343
-
344
- - replace document form with react-json-schema form
345
- - rename proceedings and ebooks
346
- - small fixes in loan request form in frontsite
347
- - add overridable component for standard number in frontsite
348
-
349
- Version 1.0.0-alpha.30 (released 2021-03-12)
350
-
351
- - add volume description fields to series
352
- - fix table of content display on document
353
- - change type of conference field of document
354
-
355
- Version 1.0.0-alpha.29 (released 2021-03-10)
356
-
357
- - replace vendors and external libraries with providers
358
- - improve literature request form
359
- - replace series form with react-json-schema-forms
360
- - fix display of document card in search
361
- - fix cypress test
362
-
363
- Version 1.0.0-alpha.28 (released 2021-03-04)
364
-
365
- - add overdue reminders counter to emails
366
- - replace forms with react-json-schema forms
367
- - update frontsite document detail page
368
- - restrict IE
369
- - add document type article
370
- - fix truncate titles
371
- - styling fixes
372
-
373
- Version 1.0.0-alpha.27 (released 2021-02-16)
374
-
375
- - add react-jsonschema-forms
376
- - add backoffice literature request form
377
- - fix physical description fields
378
-
379
- Version 1.0.0-alpha.26 (released 2021-02-10)
380
-
381
- - fix max search results configuration
382
-
383
- Version 1.0.0-alpha.25 (released 2021-02-04)
384
-
385
- - add item availability filter to loan search
386
- - bugfixes for literature covers
387
- - update access restrictions for serials providers
388
-
389
- Version 1.0.0-alpha.24 (released 2021-01-25)
390
-
391
- - fix document and series metadata component
392
-
393
- Version 1.0.0-alpha.23 (released 2021-01-18)
394
-
395
- - fix `has files` search filter
396
- - add patron extension status
397
- - truncate long titles
398
- - fix email templates
399
- - improve authors display
400
-
401
- Version 1.0.0-alpha.22 (released 2021-01-12)
402
-
403
- - update RSK
404
- - export media component
405
-
406
- Version 1.0.0-alpha.21 (released 2021-01-12)
407
-
408
- - fix the way the 404 route can be overridden
409
- - update Cypress tests
410
- - fix visualization of reprint field
411
- - fix checkbox filter that was not clickable
412
- - remove unused facet "related content" in the literature search page
413
- - improve book covers visualization
414
- - update semantic-ui to the latest
415
-
416
- Version 1.0.0-alpha.20 (released 2020-11-30)
417
-
418
- - bugfix in the literature request workflow
419
- - fix login required url for e-items
420
- - add overridable routes for frontsite and backoffice
421
- - add validation for document pid in item form
422
-
423
- Version 1.0.0-alpha.19 (released 2020-10-13)
424
-
425
- - fixes filters display on mobile version
426
- - removes cover loading image when no image present
427
-
428
- Version 1.0.0-alpha.18 (released 2020-10-11)
429
-
430
- - integrated latest changes of RSK
431
- - improved searchbar
432
- - displays the delivery method in the "My loans" section
433
- - updates location form opening hours
434
- - refactors extra fields of the documents
435
- - replaces Travis with GH actions
436
- - adds banner
437
- - adds more cypress tests for the frontsite
438
- - bug fixes
439
-
440
- Version 1.0.0-alpha.17 (released 2020-10-27)
441
-
442
- - removed contact email from config
443
- - refactor some config vars
444
-
445
- Version 1.0.0-alpha.16 (released 2020-10-23)
446
-
447
- - form fields fixes
448
- - item medium vocabulary fixes
449
-
450
- Version 1.0.0-alpha.15 (released 2020-10-20)
451
-
452
- - handle CSRF error on request
453
- - update sorting configuration
454
- - add forms validation
455
- - cypress E2E testing
456
- - add warning on overbooked documents
457
- - fix loan request component
458
-
459
- Version 1.0.0-alpha.14 (released 2020-10-13)
460
-
461
- - improve error handling
462
- - add publication information to document
463
- - fixe HitSearch component
464
- - minor UI fixes
465
- - add environment labeling
466
- - decrease ES delay
467
- - Refactor SearchBar
468
-
469
- Version 1.0.0-alpha.13 (released 2020-09-30)
470
-
471
- - add success notification on file upload on e-items
472
- - allow to override Patron metadata information in backoffice
473
- - fix to authors fields
474
- - integrate the location closures module
475
-
476
- Version 1.0.0-alpha.12 (released 2020-09-16)
477
-
478
- - add error pages
479
- - allow edition of loans start and end dates
480
- - fix error message layout in login page
481
- - bug fixes
482
-
483
- Version 1.0.0-alpha.11 (released 2020-09-04)
484
-
485
- - add enabled attribute in oauth
486
- - make npm start runs on HTTPS by default
487
-
488
- Version 1.0.0-alpha.10 (released 2020-08-14)
489
-
490
- - improve UX of the backoffice forms
491
- - fix form validation
492
- - add feauture checkout by scan
493
- - fix layout issues in login page
494
- - disable force checkout for items on loan
495
- - upgrade react-searchkit components
496
- - add sort by title option in search
497
-
498
- Version 1.0.0-alpha.9 (released 2020-07-28)
499
-
500
- - fix document request config
501
- - display loan request to item details page
502
- - display document subtitle
503
- - add loading state to loan checkout
504
- - add states to loan requests
505
- - add identifiers to e-items
506
- - add checkout page to backoffice
507
- - add npm start:secure for development with https
508
-
509
- Version 1.0.0-alpha.8 (released 2020-07-21)
510
-
511
- - frontsite document details bugfix
512
-
513
- Version 1.0.0-alpha.7 (released 2020-07-20)
514
-
515
- - automatic check-in feature
516
- - improved configuration object
517
- - bugfixes
518
-
519
- Version 1.0.0-alpha.6 (released 2020-07-08)
520
-
521
- - enables overridability of home page background image
522
- - enhances the visualization of packages versions in the backoffice sidebar
523
-
524
- Version 1.0.0-alpha.5 (released 2020-07-01)
525
-
526
- - fetches the full user profile from REST APIs
527
- - overridable static pages
528
-
529
- Version 1.0.0-alpha.4 (released 2020-06-25)
530
-
531
- - new exported components
532
- - fix broken state for new literature requests
533
-
534
- Version 1.0.0-alpha.3 (released 2020-06-22)
535
-
536
- - bugfix for backoffice sidebar
537
-
538
- Version 1.0.0-alpha.2 (released 2020-06-19)
539
-
540
- - npm publish fix
541
-
542
- Version 1.0.0-alpha.1 (released 2020-06-19)
543
-
544
- - patron can request extension for ILLs
545
- - ill: create borrowing request from document request
546
- - backoffice: ill accept/decline extension
547
- - overridable extensions components (#58)
548
-
549
- Version 1.0.0-alpha.0 (released 2020-06-09)
550
-
551
- - Initial public release.