Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 5.76 KB

CHANGELOG.md

File metadata and controls

52 lines (46 loc) · 5.76 KB

Change history for stripes-inventory-components

2.0.0 IN PROGRESS

  • UISINVCOMP-25 BREAKING Replace certain facets UX with MultiSelection component.
  • UISINVCOMP-41 Reset accordionsStatus in useFacets for Browse search when qindex is changed.
  • UISINVCOMP-47 Apply relevance sort to find instance plugin when selected as default in Display settings.
  • UISINVCOMP-43 Search/Facets: Display error toast message for 414 code and when request URL limit is exceeded.
  • UISINVCOMP-48 BREAKING Update facets endpoint and params for Call Numbers browse facets.
  • UISINVCOMP-51 BREAKING migrate react-intl to v7.
  • UISINVCOMP-52 BREAKING migrate stripes dependencies to their Sunflower versions.
  • UISINVCOMP-56 Change the value of the facet query parameter for the Shared and Held by facets for call numbers.
  • UISINVCOMP-41 Add qindex to queryKey for useQuery facets to avoid getting the cached value for different search options.
  • UISINVCOMP-42 Fetch all options for MultiSelect facets.
  • UISINVCOMP-1 Prepare the module for use.
  • UISINVCOMP-4 Move AdvancedSearch utility to stripes-inventory-components module.
  • UISINVCOMP-2 Move search and facets functionality into this module to be used by both ui-inventory and ui-plugin-find-instance.
  • UISINVCOMP-5 Rewrite facets functionality (useFacets, withFacets).
  • UISINVCOMP-6 Don't add typeId param to facets when Classification Browse doesn't have assigned types
  • UISINVCOMP-3 Replace moment library with dayjs for the DateRange filter.
  • UISINVCOMP-7 Add buildSearchQuery compatible with ui-inventory and ui-plugin-find-instance; add filter components.
  • UISINVCOMP-8 Provide tenant name in parentheses for locations if location name is not unique.
  • UISINVCOMP-9 Use consolidated locations endpoint in member tenants.
  • UISINVCOMP-10 Add "Place of publication" search option.
  • UISINVCOMP-11 Add "Place of publication" search option to Advanced Search.
  • UISINVCOMP-12 Add holdingsId to the holdingIndexes to display the Holdings UUID search option.
  • UISINVCOMP-12 Add withSearchErrors to display error messages related to exceeding the request URL limit.
  • UISINVCOMP-15 ECS - Accept tenantId prop to search entries in the specified tenant for supporting ui-plugin-find-instance plugin.
  • UISINVCOMP-14 Fix operators for Advanced Search Contributors search.
  • UISINVCOMP-16 Add search segment change handling.
  • UISINVCOMP-17 Create useDisplaySettingsQuery and add it to the useCommonData hook; add optional settings okapi interface.
  • UISINVCOMP-19 Create useInstanceDateTypes and add it to the useCommonData hook.
  • UISINVCOMP-18 Add search results list constants.
  • UISINVCOMP-20 Make date range filters work with just a single from/to date
  • UISINVCOMP-21 Add Date constants.
  • UISINVCOMP-22 Add "Date range" filter.
  • UISINVCOMP-27 Fix failed unit tests.
  • UISINVCOMP-26 Add filters for subject source and type to Inventory subject browse.
  • UISINVCOMP-28 Date filters: Clear dates after pressing the reset search button.
  • UISINVCOMP-29 Fix <DateRangeFilter> validation errors disappear when another facet value changes.
  • UISINVCOMP-32 Suppress "Shared" facet when user moves holdings/items to another instance.
  • UISINVCOMP-30 Refactor ui-inventory permissions.
  • UISINVCOMP-37 Browse | Number of titles in Subject browse results does not match the number of instances returned in search.
  • UISINVCOMP-33 If a query template is undefined - return null and don't perform a request.
  • UISINVCOMP-36 Escape advanced search query.
  • UISINVCOMP-39 Rename ui-inventory.display-settings settings scope name.