Releases: folio-org/stripes-acq-components
Releases · folio-org/stripes-acq-components
Release v6.0.2
6.0.2 (2024-12-04)
- Add
useDebouncedQuery
hook to fix endless request forDynamicSelection
component. Refs UISACQCOMP-233. - Display system change label for version cards. Refs UISACQCOMP-231.
Release v6.0.1
6.0.1 (2024-11-14)
- Added new
subscribeOnReset
prop to<AcqDateRangeFilter>
. Refs UISACQCOMP-227.
Release v6.0.0
6.0.0 (2024-10-29)
- Implement common tools to retrieve "Central ordering" settings. Refs UISACQCOMP-182.
- Add
<CustomFieldsFilters>
and<CustomFieldsFilter>
components. Refs UISACQCOMP-183. - Create
<RoutingList>
component for Routing list table. Refs UISACQCOMP-184. - Add functions related to custom fields filter and search functionality. Refs UISACQCOMP-186.
- BREAKING ECS - Support for location search in the context of multiple consortium affiliations. Refs UISACQCOMP-185.
- BREAKING ECS - Adjust the locations filter to support cross-tenant search mode. Refs UISACQCOMP-187.
- Correctly manage state setting in the
toggle
function of theuseToggle
hook. Refs UISACQCOMP-189. - ECS - Support affiliations select for the inventory field (
<ConsortiumFieldInventory>
). Refs UISACQCOMP-190. - Add Print routing list functionality. Refs UISACQCOMP-191.
- ECS - Support central ordering in the acq modules. Refs UISACQCOMP-194.
- ECS - Replace calls to the publish coordinator with new endpoints to retrieve locations and their references. Refs UISACQCOMP-199.
- Introduce a new flag
skipTrimOnChange
to control the usage of thetrim
function during search change inuseFilters
. Refs UISACQCOMP-198. - Add
locationLabelId
andholdingLabelId
toFieldInventory
Component. Refs UISACQCOMP-204. - Add translation for
Unavailable
item status message. Refs UISACQCOMP-205. - Keep returnUrl in routing list navigation. Refs UISACQCOMP-206.
- ECS - clear Location/Holding field when affiliation selected. Refs UISACQCOMP-201.
- ECS - clear Select location filters on change another Affiliation. Refs UISACQCOMP-208.
- Support using custom list of tenants when open the locations modal. Refs UISACQCOMP-210.
- ECS - Display all consortium tenants in the affiliation selection of the location lookup. Refs UISACQCOMP-202.
- ECS - Add
isLoading
prop forConsortiumFieldInventory
component. Refs UISACQCOMP-215. - Add "Amount must be a positive number" validation for "Set exchange rate" field. Refs UISACQCOMP-218.
- Create common utilities for managing response errors. Refs UISACQCOMP-219.
- ECS - expand
ConsortiumFieldInventory
component withadditionalAffiliationIds
prop to display affiliation name for User without affiliation in specific tenant. Refs UISACQCOMP-220. - Change
FundFilter
component to support multi-selection for Fund codes. Refs UISACQCOMP-221. - Use
actionDate
value for version history card title instead ofeventDate
. Refs UISACQCOMP-222. - ECS - Add reusable custom hooks to fix invalid reference issues related to holding names and locations. Refs UISACQCOMP-223.
v5.1.2
- Add isMultiSelect prop to DonorsLookup component. Refs UISACQCOMP-212.
v5.1.1
- Added new returned
clearLocationFilters
function fromuseLocationFilters
. Refs UISACQCOMP-181.
Release v5.1.0
5.1.0 (2024-03-18)
- Sort the list of countries based on the current locale. Refs UISACQCOMP-164.
- Add
inputType
prop to<SingleSearchForm>
. Refs UISACQCOMP-165. - View the list of donors. Refs UISACQCOMP-166.
- Added
indexRef
andinputRef
props to<SingleSearchForm>
. Refs UISACQCOMP-167. - Extend Donors component functionality. Refs UISACQCOMP-168.
- Add Donors Filter component. Refs UISACQCOMP-169.
- Optimize acquisition memberships query to improve performance. Refs UISACQCOMP-170.
- Create Privileged donor contacts modal and list. Refs UISACQCOMP-172.
- Implement "Find location" lookup. Refs UISACQCOMP-171.
- Edit
getFieldLabels
util function to improve PO & POL version history fields. Refs UISACQCOMP-173. - Add support for the
Late
,Claim delayed
,Claim sent
,Unreceivable
piece statuses. Refs UISACQCOMP-174. - Add TypeScript support via
stripes-types
. Refs UISACQCOMP-175. - Add min and max number validation. Refs UISACQCOMP-176.
- Support location-restricted funds in POLs. Refs UISACQCOMP-177.
- Allow order template to hide Currency and exchange rate fields. Refs UISACQCOMP-178.
- Export
useExchangeRateValue
hook for reusability purposes. Refs UISACQCOMP-179.
Release v5.0.0
5.0.0 (2023-10-12)
- Link to vendor organization record from organization value. Refs UISACQCOMP-147.
- Add dependencies argument in the custom hook useLocationSorting. Refs UISACQCOMP-149.
- "Reset all" button remains enabled after clicking it to clear filtering results. Refs UISACQCOMP-148.
- "No value" in the "Current encumbrance" column of a fund distribution field is a hyperlink. Refs UISACQCOMP-150.
- Allow user to select Fund and Expense class from Fiscal year specified in invoice. Refs UISACQCOMP-151.
- Hide End Of List label when there is pagination. Refs UISACQCOMP-152.
- Add local pagination hook. Refs UISACQCOMP-153.
- Add the ability to convey searchable indexes to the Select component via children prop, and not just through the dataOptions prop. Refs UISACQCOMP-155.
- Fund distribution can be saved with a "blank" expense class. Refs UISACQCOMP-156.
- BREAKING Update
react
tov18
. Refs UISACQCOMP-157. - Update
Node.js
tov18
in GitHub Actions. Refs UISACQCOMP-158. - A user can not save edited PO line when budget without expense class was selected. Refs UISACQCOMP-159.
- BREAKING bump
react-intl
tov6.4.4
. Refs UISACQCOM-161.
Release v4.0.2
- Escape quotes
"
and backslash\
characters in search queries. Refs UISACQCOMP-145. - Select the current version by clicking on the version card title. Refs UISACQCOMP-146.
v4.0.1
- Acq list results pane doesn't support icons. Refs UISACQCOMP-144.
- Unpin
@rehooks/local-storage
now that it's no longer broken. Refs UISACQCOMP-138.
Release v4.0.0
4.0.0 (2023-02-15)
- Add common util which will provide translations for
ControlledVocab
. Refs UISACQCOMP-123. - Change log: add common components to display version history on the fourth pane. Refs UISACQCOMP-129.
- Change log: display all versions in fourth pane. Refs UISACQCOMP-131.
- Show in version history record view, which fields have been edited. Refs UISACQCOMP-132.
- Add ability to provide
notLoadedMessage
prop for<NoResultsMessage>
component. Refs UISACQCOMP-136. - BREAKING: Upgrade
react-redux
tov8
. Refs UISACQCOMP-137. - Do not display version history cards without changes. Refs UISACQCOMP-139.
- BREAKING: Update
@folio/stripes
to8.0.0
. Refs UISACQCOMP-140. - Add the ability to get a list of all nested field names when comparing versions. Refs UISACQCOMP-143.