Skip to content

Releases: folio-org/stripes-acq-components

Release v6.0.2

04 Dec 13:03
Compare
Choose a tag to compare

6.0.2 (2024-12-04)

Full Changelog

  • Add useDebouncedQuery hook to fix endless request for DynamicSelection component. Refs UISACQCOMP-233.
  • Display system change label for version cards. Refs UISACQCOMP-231.

Release v6.0.1

14 Nov 11:04
Compare
Choose a tag to compare

6.0.1 (2024-11-14)

Full Changelog

  • Added new subscribeOnReset prop to <AcqDateRangeFilter>. Refs UISACQCOMP-227.

Release v6.0.0

29 Oct 15:27
a05ef6c
Compare
Choose a tag to compare

6.0.0 (2024-10-29)

Full Changelog

  • 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 the useToggle 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 the trim function during search change in useFilters. Refs UISACQCOMP-198.
  • Add locationLabelId and holdingLabelId to FieldInventory 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 for ConsortiumFieldInventory 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 with additionalAffiliationIds 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 of eventDate. 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

13 Sep 12:23
Compare
Choose a tag to compare
  • Add isMultiSelect prop to DonorsLookup component. Refs UISACQCOMP-212.

v5.1.1

23 Apr 06:48
1b31e66
Compare
Choose a tag to compare
  • Added new returned clearLocationFilters function from useLocationFilters. Refs UISACQCOMP-181.

Release v5.1.0

18 Mar 10:57
3e63e44
Compare
Choose a tag to compare

5.1.0 (2024-03-18)

Full Changelog

  • 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 and inputRef 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

12 Oct 08:02
bf62600
Compare
Choose a tag to compare

5.0.0 (2023-10-12)

Full Changelog

  • 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 to v18. Refs UISACQCOMP-157.
  • Update Node.js to v18 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 to v6.4.4. Refs UISACQCOM-161.

Release v4.0.2

17 Mar 05:43
d7f7134
Compare
Choose a tag to compare

Full Changelog

  • 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

09 Mar 05:06
11b49c1
Compare
Choose a tag to compare

Full Changelog

  • 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

15 Feb 14:32
eff98fd
Compare
Choose a tag to compare

4.0.0 (2023-02-15)

Full Changelog

  • 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 to v8. Refs UISACQCOMP-137.
  • Do not display version history cards without changes. Refs UISACQCOMP-139.
  • BREAKING: Update @folio/stripes to 8.0.0. Refs UISACQCOMP-140.
  • Add the ability to get a list of all nested field names when comparing versions. Refs UISACQCOMP-143.