Releases: folio-org/ui-receiving
Releases · folio-org/ui-receiving
Release v5.0.2
5.0.2 (2024-04-18)
- Add additional receiving filters to support reporting requirements. Refs UIREC-341.
Release v5.0.1
Release v5.0.0
5.0.0 (2024-03-21)
- Include Accession number field in receive all view. Refs UIREC-285.
- Display and edit claiming active and interval fields in receiving title. Refs UIREC-288.
- Optimize pieces query to improve performance. Refs UIREC-298.
- Display claim actions for Piece. Refs UIREC-291.
- Set claiming workflow statuses for single Piece. Refs UIREC-292.
- Add unreceivable accordion to receiving title view. Refs UIREC-302.
- Add validation for the
claimingInterval
field. Refs UIREC-308. - View piece status change log. Refs UIREC-305.
- Add CSV export options for new piece statuses. Refs UIREC-306.
- Add the "Acquisition units" protected field to the receiving title form. Refs UIREC-295.
- Delay claim action for piece record. Refs UIREC-303.
- Send claim action for piece record. Refs UIREC-304.
- BREAKING Bump minimum okapi interfaces for
pieces
(3.0) andreceiving
(2.0). Refs UIREC-316. - Align the display of fields in full screen receiving view and piece edit form. Refs UIREC-296.
- Expect "Unreceivable" pieces on the full screen form. Refs UIREC-307.
- Display "Interval" column in the piece status logs. Refs UIREC-312.
- Improve UI error when receipt fails if staff are not members of acquisitions unit. Refs UIREC-275.
- Fix linter issues across the module. Refs UIREC-309.
- Handle synthetic user in the piece status change log. Refs UIREC-330.
- Disable title action buttons if user not part of acquisition unit. Refs UIREC-332.
- Improve UI error when receipt fails due to duplicate item barcode. Refs UIREC-274.
- UX Consistency > Search results > Update HTML page title with search term entered. Refs UIREC-320.
- Correct the query used to fetch pieces on the receiving full-screen page. Refs UIREC-337.
Release v4.0.0
4.0.0 (2023-10-12)
- Unpin
@rehooks/local-storage
now that it's no longer broken. Refs UIREC-259. - Also support
circulation
14.0
. Refs UIREC-270. - Receiving an item with an open request, the warning dialogue shows "undefined" instead of title. Refs UIREC-278.
- Upgrade
Node.js
to18
version in GitHub Actions. Refs UIREC-281. - BREAKING Upgrade React to v18. Refs UIREC-280.
- BREAKING bump
react-intl
tov6.4.4
. Refs UIREC-286. - Bump optional plugins to their
@folio/stripes
v9
compatible versions. Refs UIREC-290. - Check if a holding exists during the abandonment check. Refs UIREC-294.
Release v3.0.0
3.0.0 (2023-02-22)
- Results List | Hyperlink one column to improve accessibility. Refs UIREC-244.
- Avoid using
setTimeout()
in handlers. Refs UIREC-251. - Align the module with API breaking change. Refs UIREC-256.
- Map missed error codes with new translations. Refs UIREC-260.
- BREAKING: Update
@folio/stripes
to8.0.0
. Refs UIREC-257. - Extra holding appears when creating new holding for already existing location during "Quick receive". Refs UIREC-261.
Release v2.3.1
2.3.1 (2022-11-30)
- Item statuses other than
Order closed
orOn order
are set toIn process
upon receiving. Refs UIREC-250. - Loose plugin dependencies permit incompatible versions. Refs UIREC-252.
- "No results found" shown after return to search page. Refs UIREC-253.
Release v2.3.0
2.3.0 (2022-10-27)
- Support holdings-storage 6.0 in okapiInterfaces. Refs UIREC-242.
- Support inventory 12.0 in okapiInterfaces. Refs UIREC-243.
Release v2.2.0
2.2.0 (2022-07-07)
- Filter Receiving titles by 'Rush'. Refs UIREC-205.
- Add Caption detail to the Unreceive screen. Refs UIREC-226.
- Select filter should announce the number of Results in the Results List pane header. Refs UIREC-227.
- Remove react-hot-loader. Refs UIREC-230.
- Insufficient padding when displaying location key value and receiving note in full screen view. Refs UIREC-231.
- Replace
babel-eslint
with@babel/eslint-parser
. Refs UIREC-232. - Add translations for permissions. Refs UIREC-75.
- ui-receiving: module warnings analysis. Refs UIREC-237.
- Add "Export results (CSV)" action to receiving app. Refs UIREC-233.
- Allow user to select data points for Export results to CSV. Refs UIREC-234.
- Export pieces functionality - FE approach. Refs UIREC-235.
Release v2.1.0
2.1.0 (2022-03-03)
- Allow user to select instance for Title AND edit title from POL view. Refs UIREC-189.
- Allow user to save and create another piece. Refs UIREC-188.
- Tech debt: reducing code smells, usage of consts and resources from stripes-acq. Refs UIREC-192.
- Validate user has made a change to the piece form before activating "Save" or "Quick receive" buttons. Refs UIREC-190.
- Display comment in receiving in column rather than on hover. Refs UIREC-193.
- Allow user to choose what columns display for expected and received pieces. Refs UIREC-196.
- Add a return to Receiving default search to app context menu dropdown. Refs UIREC-201.
- Also support
circulation
13.0
. Refs UIREC-195. - Hide "Suppress from discovery" toggle from Piece form. Refs UIREC-208.
- Piece received date is not timezone formatted. Refs UIREC-211.
- Pagination for expected and received pieces. Refs UIREC-213.
- refactor psets away from backend '.all' permissions. Refs UIREC-177.
- Filters for expected and received pieces. Refs UIREC-191.
- Item status changes unclear from receiving screen. Refs UIREC-218.
- Item status unclear in receiving screen. Refs UIREC-214.
- Some fields of the piece are not populated when receiving/unreceiving. Refs UIREC-220.
- Accessibility analysis. Refs UIREC-221.
- Replace deprecated permission search.instances.facets.collection.get. Refs UIREC-224.
Release v2.0.4
- Hide "Suppress from discovery" toggle from Piece form. Refs UIREC-208.