Releases: folio-org/ui-checkin
Releases · folio-org/ui-checkin
v8.0.1
- Fix incorrect checkin time. Refs UICHKIN-377.
v8.0.0
- Bump major versions of several @folio/stripes-* packages. Refs UICHKIN-369.
- Remove unneeded
react-redux
. Refs UICHKIN-371. - Support
inventory
13.0
interface version. Refs UICHKIN-366. - Cover
SelectItemModal
by jest/RTL tests. UICHKIN-360. - The fee/fine account (Actual Cost) is fully closed when Claimed Returned item is checked in. Refs UICHKIN-372.
- UI tests replacement with RTL/Jest for
index.js
. Refs UICHKIN-362.
v7.2.0
- Add support for users intervace 16.0. Refs UICHKIN-345.
- Add Jest/RTL testing for
ComponentToPrint
component. Refs UICHKIN-281. - Add improvement and Jest/RTL testing for
CheckIn
component. Refs UICHKIN-343. - Remove hardcoded empty values. Refs UICHKIN-356.
- Also support
inventory
12.0
. Refs UICHKIN-357.
v7.1.1
- Retrieve service point from
okapi.currentUser
becausestripes.user
is out of sync. Refs UICHKIN-344.
v7.1.0
- Add id for Pane component. Refs UICHKIN-329.
- Compile Translation Files into AST Format. Refs UICHKIN-243.
- Refactor away from react-intl-safe-html Refs UICHKIN-260.
- Add Jest/RTL testing for
ClaimedReturnedModal
component insrc\components\ClaimedReturnedModal
. Refs UICHKIN-280. - Cover
ConfirmStatusModal
component by RTL/jest tests. Refs UICHKIN-282. - UI tests replacement with RTL/Jest for component
MultipieceModal
. Refs UICHKIN-283. - Cover
PrintButton
component by RTL/jest tests. Refs UICHKIN-285. - Cover
RouteForDeliveryModal
component by RTL/jest tests. Refs UICHKIN-286. - Add Jest/RTL testing for
ModalManager
component. Refs UICHKIN-288. - Remove react-hot-loader. Refs UICHKIN-333.
- Replace babel-eslint with @babel/eslint-parser. Refs UICHKIN-336.
- Update NodeJS to v16 in GitHub Actions. Refs UICHKIN-338.
- Improvement for bigtest running. Refs UICHKIN-341.
v7.0.1
- Fix heading of
Request delivery slip
. Refs UICHKIN-334.
v7.0.0
- Upgrade
@folio/react-intl-safe-html
for compatibility with@folio/stripes
v7
. Refs UICHKIN-308. - Use
MAX_RECORDS
constant instead of hardcoded value for query limits. Refs UICHKIN-317. - Remove webpack from dependencies. Refs UICHKIN-316.
- Add RTL/Jest testing for
CheckInFooter
component. Refs UICHKIN-278. - Update mocha in package.json. Refs UICHKIN-324.
- Also support
circulation
12.0
. Refs UICHKIN-310. - Unhandled errors bubble up on UI to say that somethin go wrong. Refs UICHKIN-163.
- Also support
circulation
13.0
. Refs UICHKIN-319. - Perform Wildcard Item Lookup Before Performing Check in Transactions in Check in App. Refs UICHKIN-309.
- Fix date formats when slip print. Refs UICHKIN-320.
v6.0.1
- Fix the issue when fee/fine details doesn't open up if fee/fines have been refunded. Refs UICHKIN-312.
v6.0.0
- Fix import paths. Refs UICHKIN-256.
- Add changes for UI consistency. Refs UICHKIN-255.
- Send ISO-8601 dates in API requests. Fixes UICHKIN-272.
- Undefined Bar Code - Requester info not showing. Refs UICHKIN-276.
- Increment
stripes
tov7
,react
tov17
. Refs UICHKIN-290. - Replace okapiInterfaces dependency
item-storage: 8.0
byinventory 10.0
. Refs UICHKIN-9, UICHKIN-258. - Add alternate okapiInterfaces dependency
inventory: 11.0
for optimistic locking. Refs UICHKIN-258.