Releases: folio-org/ui-checkin
Releases · folio-org/ui-checkin
v5.1.0
- Update the .gitignore file. Refs UICHKIN-232.
- Add pull request template. Refs UICHKIN-233.
- Add settings up for Jest/RTL tests. Refs UICHKIN-237.
- Also support
inventory
10.0
. Refs UICHKIN-244. - Include missing fee/fine-related permissions in
ui-checkin.all
pset. Refs UICHKIN-253. - Also support
circulation
11.0
. Refs UICHKIN-254. - Fix bug setting wrong checkin time when passing through DST. Fixes UICHKIN-234.
- Fix failed build on ui-checkin. Fixes UICHKIN-265.
- Fix incorrect check in time. Refs UICHKIN-219.
- Adjust
ui-checkin.all
permission set. Fixes UICHKIN-261.
v5.0.4
v5.0.3
- Add patron comment token for staff slips. Refs UICHKIN-248.
v5.0.2
- Fix content cut off for two-page staff slips. Refs UICHKIN-245.
v5.0.1
- Navigating back to
Checkin
page leads to error message. Refs UICHKIN-239. - The fee/fine account is fully closed when Claimed Returned item is checked in. Refs UICHKIN-235.
v5.0.0
- Fix typo in status label. Fixes UICHKIN-211.
- Display patron notes in
<ConfirmStatusModal>
. Refs UICHKIN-208. - Check in items with Restricted status. Refs UICHKIN-221.
- Prevent check in when item with intellectual item status is scanned. Refs UICHKIN-210.
- Update to stripes v6. Refs UICHKIN-226.
- Fix incorrect ref assignment. Refs UICHKIN-205.
- Increment
@folio/stripes-cli
tov2
. Refs UICHKIN-231. - Show confirmation modal when check in an item with one of the new statuses (Long missing, In process (non-requestable), Unavailable, Unknown). Refs UICHKIN-120.
- Claim returned: Cancel SET COST fee at check in. Refs UICHKIN-225
- Add support for optional
readyPrefix
property at the module level in stripes.config.js. If set, this prefix will be displayed in the title when the app is ready to receive a scanned item barcode. Implements UICHKIN-224.
v4.0.2
- Barcode image not rendering on staff slips. Refs UICHKIN-220.
v4.0.1
Timepicker
defaults to local time. Refs UICHKIN-206.- Clear
checkinNotesMode
after succesful checkin or cancel. Fixes UICHKIN-207.
v4.0.0
- Refactor from
bigtest/mirage
tomiragejs
. - Increment
@folio/stripes
tov5
,react-router
tov5.2
. - Only show fees/fines for checkin items when loan ID matches. Fixes UICHKIN-183.
- Fix
{{requester.country}}
token not populating in delivery staff slip. Fixes UICHKIN-190. - Show confirmation modal when an item with the status
Aged to lost
is checked in. Refs UICHKIN-164. - Escape values passed to
react-to-print
. Fixes UICHKIN-193. - Update
react-intl
tov5.7.0
. - Fixed issue where tooltip were rendering on top of the dropdown on the actions button. UICHKIN-198.
- Handle malformed timestamps. Refs UICHKIN-195.
- Apply MultiColumnList columnWidths API - UICHKIN-199
- Change ' ' column header from gear icon to 'Actions' text.
- Localize permission names. Refs UICHKIN-201.
- Display source as last name, first name. Fixes UICHKIN-147.