@thepalaceproject/circulation-admin 0.0.0-post.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.
Files changed (72) hide show
  1. package/.eslintrc +59 -0
  2. package/.node-version +1 -0
  3. package/.nvmrc +1 -0
  4. package/.prettierrc.json +10 -0
  5. package/.sass-lint.yml +37 -0
  6. package/CHANGELOG.md +946 -0
  7. package/README.md +155 -0
  8. package/dist/060b2710bdbbe3dfe48b58d59bd5f1fb.svg +288 -0
  9. package/dist/0db1520f47986b6c755a.svg +1 -0
  10. package/dist/1e59d2330b4c6deb84b3.ttf +0 -0
  11. package/dist/20fd1704ea223900efa9.woff2 +0 -0
  12. package/dist/4692b9ec53fd5972caa2.ttf +0 -0
  13. package/dist/5be1347c682810f199c7.eot +0 -0
  14. package/dist/6563aa3790be8329e4f2.svg +1 -0
  15. package/dist/82b1212e45a2bc35dd73.woff +0 -0
  16. package/dist/8b43027f47b20503057d.eot +0 -0
  17. package/dist/PalaceCollectionManagerLogo.svg +122 -0
  18. package/dist/be810be3a3e14c682a25.woff2 +0 -0
  19. package/dist/c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg +2671 -0
  20. package/dist/circulation-admin.css +6841 -0
  21. package/dist/circulation-admin.js +2 -0
  22. package/dist/circulation-admin.js.LICENSE.txt +153 -0
  23. package/dist/f691f37e57f04c152e23.woff +0 -0
  24. package/jest.config.js +15 -0
  25. package/jest.polyfills.js +12 -0
  26. package/nightwatch.json +58 -0
  27. package/package.json +155 -0
  28. package/pull_request_template.md +22 -0
  29. package/requirements-ci.txt +1 -0
  30. package/testReporter.js +31 -0
  31. package/tests/__data__/statisticsApiResponseData.ts +327 -0
  32. package/tests/__mocks__/fileMock.js +1 -0
  33. package/tests/__mocks__/styleMock.js +1 -0
  34. package/tests/browser/README.md +19 -0
  35. package/tests/browser/assertions/noError.js +38 -0
  36. package/tests/browser/commands/goHome.js +13 -0
  37. package/tests/browser/commands/signIn.js +18 -0
  38. package/tests/browser/globals.js.sample +5 -0
  39. package/tests/browser/navigate.js +294 -0
  40. package/tests/browser/pages/book.js +21 -0
  41. package/tests/browser/pages/catalog.js +24 -0
  42. package/tests/browser/pages/login.js +11 -0
  43. package/tests/browser/redirect.js +104 -0
  44. package/tests/browser/signInFailure.js +22 -0
  45. package/tests/jest/README.md +6 -0
  46. package/tests/jest/api/admin.test.ts +60 -0
  47. package/tests/jest/businessRules/roleBasedAccess.test.ts +250 -0
  48. package/tests/jest/components/AdvancedSearchBuilder.test.tsx +38 -0
  49. package/tests/jest/components/BookEditor.test.tsx +240 -0
  50. package/tests/jest/components/CirculationEventsDownload.test.tsx +65 -0
  51. package/tests/jest/components/CustomLists.test.tsx +203 -0
  52. package/tests/jest/components/EditableInput.test.tsx +64 -0
  53. package/tests/jest/components/IndividualAdminEditForm.test.tsx +128 -0
  54. package/tests/jest/components/InventoryReportRequestModal.test.tsx +652 -0
  55. package/tests/jest/components/Lane.test.tsx +78 -0
  56. package/tests/jest/components/LaneEditor.test.tsx +148 -0
  57. package/tests/jest/components/ProtocolFormField.test.tsx +37 -0
  58. package/tests/jest/components/QuicksightDashboard.test.tsx +67 -0
  59. package/tests/jest/components/Stats.test.tsx +699 -0
  60. package/tests/jest/context/AppContext.test.tsx +113 -0
  61. package/tests/jest/features/book.test.ts +396 -0
  62. package/tests/jest/jest-setup.ts +1 -0
  63. package/tests/jest/sample/sample.test.js +3 -0
  64. package/tests/jest/testUtils/renderWithContext.tsx +38 -0
  65. package/tests/jest/testUtils/withProviders.tsx +92 -0
  66. package/tests/jest/utils/NoCacheDataFetcher.test.ts +75 -0
  67. package/tsconfig.json +25 -0
  68. package/tslint.json +56 -0
  69. package/webpack.common.js +72 -0
  70. package/webpack.dev-server.config.js +215 -0
  71. package/webpack.dev.config.js +9 -0
  72. package/webpack.prod.config.js +8 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,946 @@
1
+ ## Changelog
2
+
3
+ ### v0.5.0
4
+
5
+ #### Updated
6
+
7
+ - A placeholder and help text are now displayed when the Publication Date field is selected in advanced search.
8
+ - Remove CDN configuration screens.
9
+ - Automatically generated lanes can now be renamed.
10
+
11
+ #### Fixed
12
+
13
+ - The role checkboxes are now cleared after saving a user.
14
+
15
+ ### v0.4.2
16
+
17
+ #### Updated
18
+
19
+ - The circulation buttons (e.g. Borrow, Read) have been removed from the catalog list view.
20
+
21
+ ### v0.4.1
22
+
23
+ #### Fixed
24
+
25
+ - After an auto updating list is saved, the list status is now correctly updated, and the Save button is now correctly disabled.
26
+
27
+ ### v0.4.0
28
+
29
+ #### Updated
30
+
31
+ - Added support for list sharing.
32
+
33
+ ### v0.3.0
34
+
35
+ #### Fixed
36
+
37
+ - The selected media type and sort order are now correctly saved with auto updating lists.
38
+
39
+ #### Updated
40
+
41
+ - Added Sitewide Announcements configuration tab.
42
+
43
+ ### v0.2.0
44
+
45
+ #### Updated
46
+
47
+ - The enableAutoList feature flag has been added as an application configuration property. It must be set to true enable the UI to view and edit automatically-updating lists. The flag is false by default.
48
+
49
+ ### v0.1.0
50
+
51
+ #### Fixed
52
+
53
+ - The screen no longer appears to be blank when the LastPass browser extension is enabled.
54
+ - The advanced search input fields are now correctly aligned in Firefox.
55
+ - Spurious bullets have been removed from the search result and list entry lists.
56
+
57
+ #### Updated
58
+
59
+ - Lists can now be automatically updated using the configured search parameters.
60
+
61
+ ### v0.0.11
62
+
63
+ #### Fixed
64
+
65
+ - When editing lists, the Save and Cancel buttons are now correctly disabled when a new list is opened, before any changes have been made.
66
+
67
+ #### Updated
68
+
69
+ - Advanced searches can now be executed to select books to add to lists, including the ability to filter on specific fields using various operators, and to combine multiple filters.
70
+
71
+ ### v0.0.10
72
+
73
+ #### Fixed
74
+
75
+ - When editing lists, the save button is now correctly enabled when a collection is selected, even if no books have been added.
76
+
77
+ #### Updated
78
+
79
+ - Removed Admins tab from System Configuration screen for non-admin users.
80
+
81
+ ### v0.0.9
82
+
83
+ #### Updated
84
+
85
+ - Removed circulation buttons (Borrow, Download, Read) from book details screen.
86
+
87
+ ### v0.0.8
88
+
89
+ #### Updated
90
+
91
+ - Removed Complaints tab from header and book details screen.
92
+ - Added display of item count to system configuration lists.
93
+ - Limited visibility of Patrons link in header to system administrators.
94
+ - Moved Dashboard to be the first link in the header.
95
+
96
+ ### v0.0.7
97
+
98
+ #### Updated
99
+
100
+ - Updated branding and styling for The Palace Project.
101
+ - Updated node-sass and sass-loader dependency versions to reduce the number of high risk vulnerabilities.
102
+ - Removed Analytics tab from System Configuration for librarians and library managers, and added Admins tab.
103
+ - Relabeled "library manager" role to "administrator", and "librarian" role to "user".
104
+ - Removed redundant requests to retrieve libraries when opening the system configuration screen.
105
+
106
+ ### v0.5.5
107
+
108
+ #### Updated
109
+
110
+ - Updated `CustomListEditor` so that the "Save this list" button is disabled if either title or entries are absent, and enabled if both are present.
111
+ - Updated the book cover editor so that the current cover URL pulls through not as a value in the input (as described in v0.5.3), but as a description beneath the input.
112
+
113
+ ### v0.5.4
114
+
115
+ #### Updated
116
+
117
+ - Updated the version of opds-web-client after successfully testing the version below.
118
+
119
+ ### v0.5.4-test
120
+
121
+ #### Updated
122
+
123
+ - Updated the version of opds-web-client in order to test a fix for bugs affecting the List Manager.
124
+
125
+ ### v0.5.3
126
+
127
+ #### Updated
128
+
129
+ - Added a value attribute to the book cover URL's `EditableInput` in `BookCoverEditor` so that the existing URL pulls through for the user to start.
130
+ - Addressed linter errors throughout repo and used prettier to format code consistently.
131
+ - Prepended all deprecated React lifecycle methods (componentWillMount and componentWillReceiveProps) with UNSAFE\_.
132
+
133
+ ### v0.5.2
134
+
135
+ #### Updated
136
+
137
+ - Updated CI from Travis to GitHub Actions.
138
+ - Updated the README.
139
+ - Added a Github pull request template.
140
+
141
+ ### v0.5.1
142
+
143
+ #### Fixed
144
+
145
+ - Made footer consistent across pages.
146
+ - Ensured footer was not covering other page elements.
147
+
148
+ #### Updated
149
+
150
+ - Updated the opds-web-client to version 0.6.2.
151
+
152
+ ### v0.5.0
153
+
154
+ #### Updated
155
+
156
+ - Updated `opds-web-client` to version `^0.6.1`.
157
+
158
+ #### Fixed
159
+
160
+ - Updated npm packages to fix security issues.
161
+ - Minor updates to types to run and build the project.
162
+
163
+ ### v0.4.41
164
+
165
+ #### Added
166
+
167
+ - Added a custom Mocha reporter so that a formatted list of suites and tests can be generated via the CLI.
168
+
169
+ ### v0.4.40
170
+
171
+ #### Fixed
172
+
173
+ - Fixed another footer placement bug.
174
+
175
+ ### v0.4.39
176
+
177
+ #### Updated
178
+
179
+ - Upgraded to v1.3.18 of the reusable components package.
180
+
181
+ ### v0.4.38
182
+
183
+ #### Fixed
184
+
185
+ - Stopped hard-coding the "name" and "short name" fields in the library create/edit form.
186
+
187
+ ### v0.4.37
188
+
189
+ #### Fixed
190
+
191
+ - Fixed CSS bug that caused the footer to sometimes float in the middle of the screen.
192
+
193
+ ### v0.4.36
194
+
195
+ #### Fixed
196
+
197
+ - Fixed data submission bug involving disabled fields.
198
+
199
+ ### v0.4.35
200
+
201
+ #### Fixed
202
+
203
+ - Revoked librarians' and library managers' privileges on the "Basic Information" section of the library edit form.
204
+
205
+ ### v0.4.34
206
+
207
+ #### Fixed
208
+
209
+ - Fixed bug resulting in blank screen upon form submission
210
+
211
+ ### v0.4.33
212
+
213
+ #### Fixed
214
+
215
+ - Reverted accidentally granting privileges for creating individual admins to library managers
216
+
217
+ ### v0.4.32
218
+
219
+ #### Updated
220
+
221
+ - Enabled all admins to access the system configuration section
222
+ - Implemented a protocol for disabling specific input fields based on the current admin's permissions level
223
+
224
+ ### v0.4.31
225
+
226
+ #### Updated
227
+
228
+ - Switched from string refs to the React 16 refs API for as many components as are currently compatible with it
229
+
230
+ ### v0.4.30
231
+
232
+ #### Fixed
233
+
234
+ - Fixed a bug whereby the InputList wasn't rendering default values from the server
235
+
236
+ ### v0.4.29
237
+
238
+ #### Fixed
239
+
240
+ - Fixed a bug resulting in the creation of an extra query string in the URL.
241
+
242
+ ### v0.4.28
243
+
244
+ #### Fixed
245
+
246
+ - Fixed a CSS issue whereby text was erroneously styled to look like a link on hover.
247
+
248
+ ### v0.4.27
249
+
250
+ #### Added
251
+
252
+ - Displayed the current user's level of permissions in the account dropdown.
253
+
254
+ ### v0.4.26
255
+
256
+ #### Updated
257
+
258
+ - Specified that the catalog should request non-cached OPDS feeds.
259
+
260
+ ### v0.4.25
261
+
262
+ #### Added
263
+
264
+ - Added Prettier for code syntax formatting in a pre-commit hook.
265
+
266
+ ### v0.4.24
267
+
268
+ #### Updated
269
+
270
+ - Clarified name of announcements field to minimize potential user confusion.
271
+
272
+ ### v0.4.23
273
+
274
+ #### Fixed
275
+
276
+ - Handled case in which service for self-tests has no name.
277
+
278
+ ### v0.4.22
279
+
280
+ #### Fixed
281
+
282
+ - Specified "en-US" locale for date parsing, to resolve a problem with parsing Canadian date strings.
283
+
284
+ ### v0.4.21
285
+
286
+ #### Fixed
287
+
288
+ - Fixed a bug involving editing unsaved announcements.
289
+
290
+ ### v0.4.20
291
+
292
+ #### Added
293
+
294
+ - Implemented a new LibraryEditForm section so that admins can manage library-specific announcements.
295
+
296
+ ### v0.4.19
297
+
298
+ #### Fixed
299
+
300
+ - Fixed a bug preventing scrolling through the available lists on the Lanes page.
301
+
302
+ ### v0.4.18
303
+
304
+ #### Removed
305
+
306
+ - Removed a reference to the unused `isActive` property of `opds-web-client`'s `router` context.
307
+
308
+ #### Fixed
309
+
310
+ - Fixed link construction for book `View Detail` button when creating a list in List Manager.
311
+ - Fixed a bug which incorrectly disabled the list-saving functionality.
312
+
313
+ ### v0.4.17
314
+
315
+ #### Updated
316
+
317
+ - Updated version of `opds-web-client` to v0.4.0 and changed reliance on `Book.getMedium` to imported `getMedium` and `getMediumSVG`.
318
+ - Instantiates `ActionsCreator` and `DataFetcher` locally to be passed in to `ActionsProvider` to match updated API.
319
+
320
+ ### v0.4.16
321
+
322
+ #### Fixed
323
+
324
+ - Made sure the list curation "Load more" button is never hidden.
325
+
326
+ ### v0.4.15
327
+
328
+ #### Added
329
+
330
+ - Implemented a language filter for search results in the Lists creator.
331
+
332
+ ### v0.4.14
333
+
334
+ #### Added
335
+
336
+ - Added a message to clarify usage of new sorting feature.
337
+
338
+ ### v0.4.13
339
+
340
+ #### Added
341
+
342
+ - Implemented sorting functionality for search results in the Lists creator.
343
+
344
+ ### v0.4.12
345
+
346
+ #### Updated
347
+
348
+ - Disabled the "run tests" button in cases in which tests cannot be run.
349
+
350
+ ### v0.4.11
351
+
352
+ #### Added
353
+
354
+ - Enabled admins to configure the terms of service text and link displayed in the Footer.
355
+
356
+ ### v0.4.10
357
+
358
+ #### Updated
359
+
360
+ - Updated the version of `opds-web-client` to v0.3.4 and added ActionsProvider component wrapper to use the redux actions/dispatch hook.
361
+
362
+ ### v0.4.9
363
+
364
+ #### Added
365
+
366
+ - Created a PairedMenus component to render a related InputList and dropdown menu and implemented it in the Lanes & Filters section of the Library Edit Form.
367
+
368
+ ### v0.4.8
369
+
370
+ #### Fixed
371
+
372
+ - Fixed an issue with button alignment on forms for adding libraries to analytics integrations and collections.
373
+
374
+ ### v0.4.7
375
+
376
+ #### Updated
377
+
378
+ - Added the query param `&language=all` for searches done in the List admin page to allow searches without a language filter.
379
+
380
+ ### v0.4.6
381
+
382
+ #### Updated
383
+
384
+ - Implemented an optional case-insensitive configuration for InputList.
385
+
386
+ ### v0.4.5
387
+
388
+ #### Fixed
389
+
390
+ - Fixed a bug that blocked creation of a new local analytics service with disabled patron neighborhood analytics.
391
+
392
+ ### v0.4.4
393
+
394
+ #### Added
395
+
396
+ - Added "All Ages" and "Research" to the list of audiences for an item's classification.
397
+
398
+ ### v0.4.3
399
+
400
+ #### Added
401
+
402
+ - Added a Metadata Services tab to the self-tests section of the Troubleshooting page.
403
+
404
+ #### Fixed
405
+
406
+ - Fixed a display bug on the List Manager page.
407
+ - Fixed the display color for the Terms & Conditions link in the footer.
408
+ - Fixed a bug where an empty book summary caused creating a DraftJS instance to crash the app.
409
+
410
+ ### v0.4.2
411
+
412
+ #### Updated
413
+
414
+ - Updated the `opds-web-client` package to v0.3.2.
415
+ - Updated the ContextProvider based on the `opds-web-client`'s updated context APIs.
416
+
417
+ ### v0.4.1
418
+
419
+ #### Fixed
420
+
421
+ - Fixed accessibility issues found by the `react-axe` package.
422
+
423
+ ### v0.4.0
424
+
425
+ #### Updated
426
+
427
+ - Updated the `opds-web-client` package to v0.3.0.
428
+ - Updated Typescript to version 3.7.2 and updated other related packages to their latest version.
429
+
430
+ ### v0.3.27
431
+
432
+ #### Updated
433
+
434
+ - Updated npm packages including chai, mocha, and sinon.
435
+ - Updated version of Node to run in Travis to Node v10.
436
+
437
+ #### Fixed
438
+
439
+ - Fixed tests that were passing in Node v8 but failing in Node v10. Specifically, stubbing window.confirm did not work on components that were fully mounted. A shallow mount helped fix this issue, but the tests needed to be updated accordingly.
440
+
441
+ ### v0.3.26
442
+
443
+ #### Fixed
444
+
445
+ - Cosmetic fix for InputList items.
446
+
447
+ ### v0.3.25
448
+
449
+ #### Fixed
450
+
451
+ - Cosmetic fixes for buttons on the Lists page.
452
+
453
+ ### v0.3.24
454
+
455
+ #### Added
456
+
457
+ - Added `react-axe` to test for accessibility.
458
+ - Updated the `opds-web-client` package to version 0.2.10.
459
+
460
+ ### v0.3.23
461
+
462
+ #### Fixed
463
+
464
+ - Implemented an automatic search for a title when the link from the book editor Lists tab to the Lists page is used.
465
+
466
+ ### v0.3.22
467
+
468
+ #### Updated
469
+
470
+ - Streamlined the book editor Lists tab by implementing a dropdown menu option on the InputList component.
471
+
472
+ ### v0.3.21
473
+
474
+ #### Updated
475
+
476
+ - Updated the StorageServices component to allow multiple storage services and also displaying each storage's name in the list of services.
477
+
478
+ #### Fixed
479
+
480
+ - Fixed an alignment issue in the WithRemoveButton component.
481
+
482
+ ### v0.3.20
483
+
484
+ #### Fixed
485
+
486
+ - Fixed a bug where Firefox doesn't programmatically click on an anchor element created to download circulation events.
487
+
488
+ ### v0.3.19
489
+
490
+ #### Fixed
491
+
492
+ - Fixed a bug where the catalog navigation links were not styled as "active" when they were on the correct page.
493
+
494
+ ### v0.3.18
495
+
496
+ #### Added
497
+
498
+ - Created a Footer which displays a Terms of Service link.
499
+
500
+ ### v0.3.17
501
+
502
+ #### Updated
503
+
504
+ - Streamlined the interfaces for configuring location analytics.
505
+
506
+ ### v0.3.16
507
+
508
+ #### Updated
509
+
510
+ - Added a date end, event type, and locations input fields to the report form for circulation events in the Dashboard.
511
+
512
+ ### v0.3.15
513
+
514
+ #### Updated
515
+
516
+ - Displayed additional terms-of-service information on the library registration form.
517
+
518
+ ### v0.3.14
519
+
520
+ #### Updated
521
+
522
+ - Updated the catalog book default colors as well as book detail tabs and entrypoint tabs link color.
523
+
524
+ #### Fixed
525
+
526
+ - Ensured that the Self-tests page updates to display the most recent test results.
527
+
528
+ ### v0.3.13
529
+
530
+ #### Updated
531
+
532
+ - Refactored the BookEditForm code.
533
+ - Made styling improvements to Book Details.
534
+
535
+ #### Fixed
536
+
537
+ - Prevented the addition of blank strings as contributor names.
538
+
539
+ ### v0.3.12
540
+
541
+ #### Added
542
+
543
+ - Typedoc for generating code documentation.
544
+
545
+ #### Fixed
546
+
547
+ - Fixed an issue with the alignment of delete buttons in the Classifications Form.
548
+
549
+ ### v0.3.11
550
+
551
+ #### Added
552
+
553
+ - Created a Troubleshooting page, comprising Diagnostics and Self-tests.
554
+
555
+ #### Updated
556
+
557
+ - Made the buttons, icons, and links on the catalog page visually consistent with the rest of the interface.
558
+
559
+ #### Fixed
560
+
561
+ - Fixed an issue with the alignment of delete buttons in the Input List component.
562
+
563
+ ### v0.3.10
564
+
565
+ #### Updated
566
+
567
+ - Updating the scss files so they better match one-to-one with React component files.
568
+
569
+ ### v0.3.9
570
+
571
+ #### Updated
572
+
573
+ - Using the Button components for elements that should be buttons instead of anchors or divs.
574
+
575
+ #### Fixed
576
+
577
+ - Styling for the book edit components and related buttons.
578
+
579
+ ### v0.3.8
580
+
581
+ #### Added
582
+
583
+ - Added a basic WYSIWYG editor to the summary field in the book details form.
584
+ - Added `tslint-react-a11y` extension for tslint to fix accessibility issues in the React components.
585
+
586
+ #### Fixed
587
+
588
+ - Enabled scrolling through search results in the custom list editor.
589
+
590
+ ### v0.3.7
591
+
592
+ ##### Updated
593
+
594
+ - Updated Redux to v4, Typescript to v2.9, and the necessary type changes in the code.
595
+
596
+ ### v0.3.6
597
+
598
+ #### Fixed
599
+
600
+ - Fixed a minor button styling bug in the Complaints tab.
601
+ - Improved formatting of complaint type names.
602
+ - Updated the the opds-feed-parser and opds-web-client.
603
+
604
+ ### v0.3.5
605
+
606
+ #### Updated
607
+
608
+ - Integrated the Form component from the [https://github.com/NYPL-Simplified/reusable-components](library-simplified-reusable-components) package.
609
+
610
+ ### v0.3.4
611
+
612
+ #### Updated
613
+
614
+ - Updated opds-web-client to the latest version, which improves the headings on the book details page.
615
+
616
+ ### v0.3.3
617
+
618
+ #### Fixed
619
+
620
+ - Fixed a bug where new lists were unable to save even when new entries were added to them.
621
+ - Fixed a bug where saving a newly created list did not redirect to its edit page.
622
+
623
+ ### v0.3.2
624
+
625
+ #### Fixed
626
+
627
+ - Deleting a list now also deletes any lanes which contained only that list. Previously, there was no functionality in place to edit or remove any custom lanes when all their custom lists had been deleted.
628
+ - Minor styling and bug fixes on the custom list page.
629
+
630
+ ### v0.3.1
631
+
632
+ #### Fixed
633
+
634
+ - Fixed a bug involving loading a book cover preview from a URL.
635
+
636
+ ### v0.3.0
637
+
638
+ #### Updated
639
+
640
+ - Using React 16 and Enzyme 3.9.
641
+
642
+ ### v0.2.5
643
+
644
+ #### Updated
645
+
646
+ - Implemented new styling options for the reusable Button component.
647
+
648
+ ### v0.2.4
649
+
650
+ #### Updated
651
+
652
+ - Refactored the Lanes code, and added a button to cancel resetting the lanes.
653
+
654
+ ### v0.2.3
655
+
656
+ #### Updated
657
+
658
+ - Specified the node and npm version in package.json.
659
+
660
+ ### v0.2.2
661
+
662
+ #### Updated
663
+
664
+ - Improved Nightwatch tests with Page Objects.
665
+
666
+ #### Fixed
667
+
668
+ - Alignment of the global search button and the layout for the complaints tab for a book, including updating an input to a Button component.
669
+
670
+ ### v0.2.1
671
+
672
+ #### Updated
673
+
674
+ - Improved the performance of the custom lists tab by only fetching the full list of custom lists if they have not already been fetched.
675
+
676
+ #### Fixed
677
+
678
+ - Reintroduced Nightwatch and updated tests.
679
+
680
+ ### v0.2.0
681
+
682
+ #### Updated
683
+
684
+ - Updated `typings` to `@types`, updated Typescript, updated Webpack, and updated unit tests with fetch-mock. These updates are needed to import the updated `opds-web-client` package.
685
+
686
+ ### v0.1.12
687
+
688
+ #### Updated
689
+
690
+ - Updated `reusable-components` to v1.3.1, bringing in the reusable Button component.
691
+ - Implemented the new Panel customization option from v1.3.2 of `reusable-components`.
692
+
693
+ ### v0.1.11
694
+
695
+ #### Fixed
696
+
697
+ - `package-lock.json` was not insynced with the latest build and caused installing and running test issues.
698
+
699
+ #### Updated
700
+
701
+ - Removed `nightwatch` temporarily and updated `reusable-components` to v1.3.0. `nightwatch` brought in `@types` which caused the tests to fail because of compilation issues. Should be brought in soon when other repos have webpack and Typescript updated.
702
+
703
+ ### v0.1.10
704
+
705
+ #### Updated
706
+
707
+ - Displaying a different UI for deleted collections. When marked for deletion, a collection will be deleted in the background and this information needs to be conveyed in the UI.
708
+
709
+ #### Fixed
710
+
711
+ - Fixed a styling bug affecting the display of exceptions on the Diagnostics page.
712
+
713
+ ### v0.1.9
714
+
715
+ #### Updated
716
+
717
+ - Replaced the Collapsible component with a reusable Panel component.
718
+
719
+ ### v0.1.8
720
+
721
+ #### Updated
722
+
723
+ - Implemented a language autocomplete field in order to make it easier to set the languages for a library.
724
+
725
+ ### v0.1.7
726
+
727
+ #### Updated
728
+
729
+ - Improved the UI for adding multiple inputs in a form.
730
+
731
+ ### v0.1.6
732
+
733
+ #### Updated
734
+
735
+ - Improved the process for specifying a library's service and focus areas.
736
+
737
+ ### v0.1.5
738
+
739
+ #### Fixed
740
+
741
+ - Fixed minor bug affecting the display for libraries for which registration has failed.
742
+
743
+ ### v0.1.4
744
+
745
+ #### Added
746
+
747
+ - Required admins to agree to the terms and conditions before registering or updating a library with a discovery service.
748
+
749
+ ### v0.1.3
750
+
751
+ #### Added
752
+
753
+ - Added self-tests for patron authentication integrations.
754
+
755
+ ### v0.1.2
756
+
757
+ #### Added
758
+
759
+ - Added self-tests for the ElasticSearch integration.
760
+
761
+ ### v0.1.1
762
+
763
+ #### Updated
764
+
765
+ - Improved appearance and readability of Diagnostics page.
766
+ - Listed Metadata Services by individual name rather than by protocol.
767
+
768
+ ### v0.1.0
769
+
770
+ #### Added
771
+
772
+ - Created a Diagnostics page so that admins can view the output of log scripts which the server has been running behind the scenes.
773
+
774
+ ### v0.0.99
775
+
776
+ #### Added
777
+
778
+ - Made it possible to change the order of lanes (within the same parent lane) by dragging and dropping on the lanes page.
779
+
780
+ ### v0.0.98
781
+
782
+ #### Updated
783
+
784
+ - Further clarified wording about resetting Adobe IDs.
785
+
786
+ ### v0.0.97
787
+
788
+ #### Added
789
+
790
+ - Made it possible for server-side configurations to specify that certain fields should be rendered as textarea elements.
791
+
792
+ ### v0.0.96
793
+
794
+ #### Fixed
795
+
796
+ - Displayed initial empty audience and fiction classification values of a book if it didn't have any values. That way, an admin would know that they need to enter values instead of saving and thinking that the book had the correct values.
797
+
798
+ #### Updated
799
+
800
+ - Styling on the ClassificationsForm tab for an individual book.
801
+
802
+ ### v0.0.95
803
+
804
+ #### Updated
805
+
806
+ - Documentation for the repo.
807
+
808
+ ### v0.0.94
809
+
810
+ #### Note: this version contains an npm bug. Please upgrade to v0.0.95.
811
+
812
+ - There's been an issue found in this version of the npm package and we recommend not to use this version.
813
+
814
+ #### Updated
815
+
816
+ - Implemented a custom number validator for better error handling.
817
+
818
+ ### v0.0.93
819
+
820
+ #### Updated
821
+
822
+ - Further subdivided library form for increased readability.
823
+ - Made copy about resetting Adobe IDs more accurate.
824
+
825
+ ### v0.0.92
826
+
827
+ #### Updated
828
+
829
+ - Styling for active header nav link.
830
+ - Updating the opds-web-client package to 0.1.27 for global element focus color and updating the header focus ring color to white.
831
+
832
+ ### v0.0.91
833
+
834
+ #### Added
835
+
836
+ Added a system configuration tab for external catalogs.
837
+
838
+ ### v0.0.90
839
+
840
+ #### Fixed
841
+
842
+ - Only showing the "Inherit restrictions from parent lane" setting on the Lane config page when creating child lanes and not a new parent lane.
843
+ - Fixing the redirect to the edit Lane form when successfully creating a new Lane.
844
+ - Fixing the display message for errors when unsuccessfully creating a new Lane.
845
+
846
+ ### v0.0.89
847
+
848
+ #### Updated
849
+
850
+ - Updated the opds-web-client package and passing down a prop to use all languages when doing submitting a search term.
851
+
852
+ ### v0.0.88
853
+
854
+ #### Added
855
+
856
+ - Added a welcome message for admins who have no libraries yet.
857
+
858
+ #### Updated
859
+
860
+ - Improved the appearance and behavior of the sign-up form.
861
+
862
+ ### v0.0.87
863
+
864
+ #### Added
865
+
866
+ - Grouped related fields together in order to make forms more readable.
867
+
868
+ ### v0.0.86
869
+
870
+ #### Fixed
871
+
872
+ - Fixed a bug which prevented forms containing collapsible elements from being submitted on enter.
873
+
874
+ ### v0.0.85
875
+
876
+ #### Fixed
877
+
878
+ - Fixed a bug involving registering libraries with a discovery service: once a
879
+ library is in the production state, the drop-down menu should not be displayed,
880
+ i.e. the admin should not be able to change it back to the testing state.
881
+ - Fixed the display of success messages on the CDN service form.
882
+
883
+ #### Added
884
+
885
+ - The library registration form now provides links to edit the libraries.
886
+
887
+ ### v0.0.84
888
+
889
+ #### Added
890
+
891
+ - Updated the form input field labels to explicitly state if an input is required rather than optional. The optional text is now in a field's description. If there are any required fields left blank, they will have an error styling until they are updated. A submitted form with errors will also scroll to the top and focus to the error message so admins know what to fix.
892
+
893
+ ### v0.0.83
894
+
895
+ #### Fixed
896
+
897
+ - Checking a flag to see if a setting configuration that supports library registration also supports a staging selection. If the configuration supports staging, the admin can choose between selecting a testing or production stage.
898
+
899
+ ### v0.0.82
900
+
901
+ #### Fixed
902
+
903
+ - Fixed a bug involving submitting forms.
904
+
905
+ ### v0.0.81
906
+
907
+ #### Note: this version contains a bug. Please upgrade directly to v0.0.82.
908
+
909
+ #### Added
910
+
911
+ - Added success messages to configuration forms.
912
+
913
+ #### Updated
914
+
915
+ - Moved long configuration instructions into a collapsible panel component, making
916
+ the configuration forms easier to read.
917
+
918
+ ### v0.0.80
919
+
920
+ #### Added
921
+
922
+ - Added a color picker setting type for configuring background and foreground colors for the web catalog.
923
+
924
+ ### v0.0.79
925
+
926
+ #### Updated
927
+
928
+ - Updated how the custom lists in the List admin page are being read. They are now OPDS feeds which help the page load faster. There's now a "Load more" button to fetch more entries in an existing custom list.
929
+
930
+ ### v0.0.78
931
+
932
+ #### Fixed
933
+
934
+ - Fixed a bug for new collections that could not correctly fetch self test results.
935
+
936
+ ### v0.0.77
937
+
938
+ #### Added
939
+
940
+ - Added the ability for an admin to register a library in either the "testing" or "production" stage with the Library Registry.
941
+
942
+ ### v0.0.76
943
+
944
+ #### Added
945
+
946
+ - Implemented the Patron Manager page, on which admins can look up patrons by their barcode and can reset their Adobe IDs.