Skip to content

v9.0.0

Compare
Choose a tag to compare
@Dmitriy-Litvinenko Dmitriy-Litvinenko released this 12 Oct 16:20
· 169 commits to master since this release
43515f6
  • Made code improvements related to TLR. Refs UIREQ-871.
  • UI tests replacement with RTL/Jest for urls. Refs UIREQ-896.
  • Reassign limit variable from hardcoded value to MAX_RECORDS constant for ItemsDialog.js. Refs UIREQ-913.
  • Reassign limit variable from hardcoded value to MAX_RECORDS constant for RequestsRoute.js. Refs UIREQ-914.
  • Include pickup service point in display of result list. Refs UIREQ-900.
  • Include "Effective call number string" in display of result list. Refs UIREQ-898.
  • Include call number in Action menu list of fields to display. Refs UIREQ-899.
  • Include pickup service point in Action menu list of fields to display. Refs UIREQ-901.
  • Use == instead of = for loans and requests search by status. Refs UIREQ-915.
  • Populate the token "requester.departments" in the pick slip, with the data provided by the backend in the ui-requests module. Refs UIREQ-814.
  • UI tests replacement with RTL/Jest for src/PositionLink.js. Refs UIREQ-879.
  • Populate the token "currentDateTime" in the pick slip, with the data provided by the backend in the ui-requests module. Refs UIREQ-807.
  • Requests for Items on Instances with more than 10 holdings do not allow a user to move a request to all requestable items. Refs UIREQ-929.
  • Split RequestForm component into three smaller parts. Refs UIREQ-836.
  • Cannot save item request from item with status On Order, because need a barcode. Refs UIREQ-924.
  • Cover src/components/PrintButton/PrintButton.js file by RTL/Jest tests. Refs UIREQ-886.
  • Cover src/components/Loading/Loading.js file by RTL/Jest tests. Refs UIREQ-885.
  • Create Jest/RTL test for ReferredRecord.js. Refs UIREQ-936.
  • Create Jest/RTL test for NoteCreateRoute.js. Refs: UIREQ-943.
  • Leverage cookie-based authentication in all API requests. Refs UIREQ-861.
  • Create Jest/RTL test for NoteEditRoute.js. Refs UIREQ-944.
  • Update circulation okapi interface to 14.0 version. Refs UIREQ-954.
  • Added requestDate token. Refs UIREQ-962.
  • Update request-storage okapi interface to 6.0 version. Refs UIREQ-963.
  • UI tests replacement with RTL/Jest for src/PatronBlockModal.js. Refs UIREQ-878.
  • Create Jest/RTL test for RequestsFiltersConfig.js. Refs UIREQ-938.
  • Create Jest/RTL test for SortableList.js. Refs UIREQ-941.
  • Create Jest/RTL test for draggableRowFormatter.js. Refs UIREQ-942.
  • UI tests replacement with RTL/Jest for src/UserDetail.js. Refs UIREQ-881.
  • TLR: "Create title level request" checkbox not preselected on "New request" page. Refs UIREQ-955.
  • Do not publish test artifacts to NPM. Refs STRIPES-865.
  • Create Jest/RTL test for NoteViewRoute.js. Refs UIREQ-945.
  • Cover ItemInformation by jest/RTL tests. Refs UIREQ-949.
  • Cover InstanceInformation by jest/RTL tests. Refs UIREQ-950.
  • Fix inconsistency in RTL/Jest tests. Refs UIREQ-979.
  • Create Jest/RTL test for RequestsRoute.js. Refs UIREQ-947.
  • Remove redundant ariaLabel prop. Refs UIREQ-972.
  • TLRs check circulation rules before request is placed. Refs UIREQ-960.
  • Create Jest/RTL test for CancelRequestDialog.js. Refs UIREQ-876.
  • Preparation for Enable Request Policy to Determine Allowed Pickup Service Points. Refs UIREQ-978.
  • Create JEST/RTL test cases for LoadingButton.js. Refs UIREQ-933.
  • Create Jest/RTL test for RequestQueueView.js. Refs UIREQ-948.
  • Create Jest/RTL test for RequestQueueRoute.js. Refs UIREQ-946.
  • Create Jest/RTL test for PickupServicePointFilter.js. Refs UIREQ-939.
  • Jest/RTL tests cleanup. Refs UIREQ-988.
  • Jest/RTL tests cleanup of RequestsRoute.js file. Refs UIREQ-991.
  • Cover RequestInformation by jest/RTL tests. Refs UIREQ-951.
  • Create Jest/RTL test for PrintContent.js. Refs UIREQ-935.
  • UI tests replacement with RTL/Jest for src/MoveRequestManager.js. Refs UIREQ-877.
  • Increase code coverage for Jest/RTL tests. Refs UIREQ-995.
  • Convert primary search results view to use Prev/Next pagination. Refs UIREQ-965.
  • Remove bigtest tests and associated dependencies. Refs UIREQ-999.
  • Update Node.js to v18 in GitHub Actions. Refs UIREQ-1000.
  • Implementation of receiving available request types. Refs UIREQ-971.
  • Ensure Only Available Service Points Display When Placing a New Request. Refs UIREQ-977.
  • BREAKING Upgrade React to v18. Refs UIREQ-998.
  • Create Jest/RTL test for DraggableRow.js. Refs UIREQ-940.
  • Create Jest/RTL test for ComponentToPrint.js. Refs UIREQ-931.
  • Correctly escape CQL special characters in tag API queries. Refs UIREQ-918.
  • Add new pickup service point error. Refs UIREQ-981.
  • Move request popup show available Request Types. Refs UIREQ-1005.
  • Cover RequesterInformation by jest/RTL tests. Refs UIREQ-952.
  • Prefer @folio/stripes exports to private paths when importing components. Refs UIREQ-1020.
  • Add One or more Pickup locations are no longer available error. Refs UIREQ-1022.
  • BREAKING bump react-intl to v6.4.4. Refs UIREQ-1025.
  • Rename modal window for select request type. Refs UIREQ-1026.
  • Create request from user without barcode. Refs UIREQ-1023.
  • Create Jest/RTL for src/UserForm.js. Refs UIREQ-882.
  • Hit Enter or Search should move focus to the Results List pane header. Refs UIREQ-564.
  • Add "operation" parameter to "allowed-service-points" endpoint. Refs UIREQ-1028.
  • Fix issues with skipped tests. Refs UIREQ-1024.
  • Create Jest/RTL test for RequestsFilters.js. Refs UIREQ-937.
  • Add "itemId" parameter to "allowed-service-points" endpoint. Refs UIREQ-1030.
  • Use current optional dependencies. Refs UIREQ-1031.
  • Update Requests error messages. Refs UIREQ-1036.
  • Replace using of error.message with enum values for translation keys. Refs UIREQ-789.
  • Update circulation interface version to 14.2. Refs UIREQ-1038.