Releases: folio-org/stripes-acq-components
Releases · folio-org/stripes-acq-components
Release v2.3.3
- Fix onCancel prop for FormFooter. Refs UISACQCOMP-28.
Release v2.3.2
- Check the date picker in orders and invoices. Fix displaying dates in UTC0. Refs UISACQCOMP-23.
Release v2.3.1
- Add Ongoing to the POL filters. Refs UIOR-688.
- Fix Cannot split funds on a PO with an odd number of pennies as the cost. Refs UISACQCOMP-17
- Attaching file to invoice doesn't work properly when user clicks Choose file Refs UISACQCOMP-22.
Release v2.3.0
- Fix Orders and Order lines grids initially display "No results found. Please check your filters." rather than "Loading...". Refs UIOR-657.
- Fix onBlur prop for FieldDatepicker (RFF). Refs UIF-289.
- Centralizing country and language data in stripes components. Refs UISACQCOMP-18.
- Add Extended Info accordion to Invoice View screen. Refs UINV-222.
- Make POL vendor reference number and type repeatable, paired fields. Refs UIOR-519, UINV-165.
- Add positive number validation. Refs UIF-280
- Reformat dates to match date format across FOLIO (based on selected locale). Refs UISACQCOMP-16
- Set exchange rate manually for purchase order line. Refs UIOR-610.
- Prevent user from applying Funds from other acquisitions units for encumbrance or payment. Refs UIOR-618
- Update format date and format time. Refs UIOR-645.
- Fix Accessibility problems for PluginFindRecordModal Component. UISACQCOMP-9
- bump stripes v6. UIOR-650
- Call change org on clear field. UINV-169
- Fix all select lists with dynamic required prop. UIF-274
- Change CQL query
=
to==
. Refs UICIRCLOG-33. - Add personal data disclosure form. Refs UISACQCOMP-13.
- Make global mocks be used in submodules
- Propagate ...rest props in TextFilter to TextField
- Add actionMenu prop to ResultsPane. Refs UIOR-631.
- Update invoice CRUD permissions. Refs UINV-199.
- Reformat dates to match date format across FOLIO. UISACQCOMP-15.
Release v2.2.3
- Unable to view PO Line when accessing via Agreements app. Refs UISACQCOMP-10
Release v2.2.2
- Fix Invoice date filters are off set by timezone somehow. Refs UINV-202
- Filter selection cursor highlights (focus) are persisted and distracting for the user. Refs UISACQCOMP-7
- Migrate Organization and Contact Forms to React-final-form. Refs UIORGS-200.
Release v2.2.1
- Add aria-label to select item checkbox. Refs UIPFINT-14.
- Focus resultsPaneTitleRef after data response has come in AcqList. Refs UIORGS-208
- Filtering not working on Receiving. Refs UIREC-101
Release v2.2.0
- bump the @folio/stripes peer to v5.0.0
- fix tags with caps. Refs MODORDERS-433
- separate coverage dir for Jest
- Allow user to use multiple expense class from same fund on one invoice line or POL. Refs UIF-253
- Wrappers for control components to provide non-interactive mode and tooltip. Refs UIOR-607
- Display disabled
FieldSelect
asKeyValue
. Refs UIF-251 - Provide non-interact mode to some components. Refs UIOR-606
- Add mocks and display
AmountWithCurrencyField
asNoValue
if no value is provided. Refs UIF-251 - Display AcqUnits as
NoValue
if no units selected. Refs UIORGS-201 - Fix
Datepicker
clears value for redux-form. Refs UINV-181 - Update fund distribution UX. Refs UIF-245
- Leverage code for client-side sorting,
FrontendSortingMCL
. Refs UINV-178 - Leverage common Notes route components. Refs UIORGS-184
- Add URL validation. Refs UIOR-556
- Customize column names for sorting. Refs UIORGS-197
- Move payment status constant. Refs UINV-173
- Select expense class for Order & Invoice Fund distribution. Refs UIF-213
- add
showBrackets
prop inAmountWithCurrencyField
to show amount in brackets for negative values AcqEndOfList
component for manual use of EoL marker from stripes-component.useList
component with leveraged common logic for list pages. Refs UIOR-586- respect
disabled
prop in filter component. Refs UIOR-586 TextFilter
component. Refs UICIRCLOG-4react-intl
jest mock. Refs UICIRCLOG-17
Release v2.1.2
- fix multiselect interactor;
Release v2.1.1
- remove
okapiInterfaces
fromstripes
;