Releases: folio-org/ui-requests
Releases · folio-org/ui-requests
v13.0.1
v13.0.0
- BREAKING Use
convertToSlipDataand supporting functions fromstripes-util. Refs UIREQ-1263. - Replace moment with day.js. Refs UIREQ-1291.
- Reduce count of eslint errors after update eslint-config-stripes. Refs UIREQ-1289.
- Display loan type and "For use at location" loan-policy setting in new-request form. Fixes UIREQ-1282.
- Display Unknown user instead of link with undefined when a user record is deleted. Refs UIREQ-1312.
- Add default value for
recordparameter when it is missing ingetFullNameForCsvRecords. AddgetPrintedDetailsto display only the date in a CSV file when the user was deleted. Fixes UIREQ-1305. - Add missing subPermissions for "Requests: View, create" permission. Refs UIREQ-1296.
- Display loan type on the Request Detail page, as well as New Request page. Refs UIREQ-1328.
- When creating or viewing a request, show whether the a loan on the item would be use-at-location. Fixes UIREQ-1327.
- Added global permissions for get read-access to values such as tenant’s locale, timezone, and currency. Refs UIREQ-1341.
- Migrate tag flag from mod-configuration to mod-settings. Refs UIREQ-1344.
- Add 'subscribesTo' field for servicepoints in package.json. Refs UIREQ-1061.
- BREAKING Migrate config values from mod-configuration and mod-settings. Refs UIREQ-1346.
- Display Anonymized when viewing a requester/proxy for a single anonymized request. Refs UIREQ-1313.
- Display Anonymized when listing requests. Refs UIREQ-1314
- Fixed CSV export issue when searching by title. Refs UIREQ-1352.
- Fix problem with search for Requests by Instance ISBN. Refs UIREQ-1355.
v12.0.4
- Use the
typefield to determine a DCB user. Show a loading indicator while full request details are being loaded, thetypefield will only be available after loading. Refs UIREQ-1338.
v12.0.3
- Remove barcode hyperlink from the Central tenant request Item information section. Refs UIREQ-1306.
v11.0.9
- Remove barcode hyperlink from the Central tenant request Item information section. Refs UIREQ-1306.
v11.0.8
- Requests export to CSV does not work for Hold TLR. Refs UIREQ-1292.
v12.0.2
v11.0.7
- Fix issue when creating a request with an item that does not have a barcode. Refs UIREQ-1298.
v12.0.1
- Fix issue when creating a request with an item that does not have a barcode. Refs UIREQ-1275.
v12.0.0
- Increase code coverage for src/ChooseRequestTypeDialog.js by Jest/RTL tests. Refs UIREQ-1044.
- Increase code coverage for src/ViewRequest.js by Jest/RTL tests. Refs UIREQ-1046.
- React v19: refactor away from default props for functional components. Refs UIREQ-1101.
- Add icons to requests action menu. Refs UIREQ-1116.
- Revise "Enter" button on New request page. Refs UIREQ-1114.
- Change import of
exportToCsvfromstripes-utiltostripes-components. Refs UIREQ-1138. - Fix accessibility issues with requests list. Refs UIREQ-1231.
- BREAKING Update
react-intlto^7. Refs UIREQ-1259. - Migrate to shared GA workflows. Refs UIREQ-1257.
- BREAKING Update stripes-* dependencies to latest version. Refs UIREQ-1258.
- Support new item tokens for printing pick slips, search slips, etc. Fixes UIREQ-1267.
- Make focus indicator visible for instance name on the Requests Queue page. Refs UIREQ-1215.
- Use NoValue component for absent information. Refs UIREQ-1262.
- Add optionalOkapiInterfaces
circulation-bff-loans1.0. Refs UIREQ-1273. - For consistency searching use == instead of = for requester barcode. Refs UIREQ-640.
- Add missed sub-permissions for "Requests: View" permission. Refs UIREQ-1217.