Skip to content

Latest commit

 

History

History
185 lines (93 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

185 lines (93 loc) · 10.6 KB

1.2.3 (2024-06-18)

Bug Fixes

  • slider: correct type for itemComponent (e9627ba)

1.2.2 (2023-10-04)

Bug Fixes

  • types: don't pollute globals with JSX (#29) (d3e3ba3)

1.2.1 (2022-10-17)

Bug Fixes

  • cx: return a consistent string type (#21) (2ec0751), closes #20

1.2.0 (2022-10-13)

Features

  • shared: add array support to cx utility (#18) (37da61f)

1.1.5 (2022-10-12)

Bug Fixes

  • types: complete used interface of JSX fallback (#16) (2cbcee8)

1.1.4 (2022-10-10)

Bug Fixes

  • babel: remove jsx pragma comment in output (#14) (7fc9047)
  • shared: make usable when there's no preact or react (#13) (9bcee85)

1.1.3 (2022-07-26)

Bug Fixes

  • add @babel/runtime as a dependency in relevant packages (#11) (a31d918)

1.1.2 (2022-07-25)

Bug Fixes

  • shared: remove UMD entry points and add CommonJS (#9) (46e7ccf)

1.1.1 (2022-07-18)

Bug Fixes

  • highlight-vdom: remove UMD entry points and add CommonJS (#7) (7941870)

1.1.0 (2022-07-13)

Features

  • introduce highlight-vdom and shared packages (#2) (5bb888d)

1.0.0 (2021-06-30)

This is the first stable release of the Recommend UI library. Check out the upgrade guide to migrate.

Bug Fixes

  • release: bump packages' versions on release (#46) (cca414f)

Bug Fixes

  • recommend: only sort items with scores (#42) (ea94549)

Features

  • recommend: add status state (loading, stalled, idle) (#43) (9f6ef30)

Bug Fixes

  • recommend: ignore items type in components (#37) (63121fa)

Features

  • recommend: leverage the new Recommend API client (#40) (618ee07)

Bug Fixes

  • horizontal-slider: add z-index to navigation arrows (8803d29)
  • react: use FBT hook in FrequentlyBoughtTogether component (#35) (8193798)

This release renames the packages:

  • @algolia/ui-components-horizontal-slider-js
  • @algolia/ui-components-horizontal-slider-react
  • @algolia/ui-components-horizontal-slider-theme
  • @algolia/ui-components-horizontal-slider-vdom
  • @algolia/recommend-core
  • @algolia/recommend-js
  • @algolia/recommend-react
  • @algolia/recommend-vdom

Features

  • rename packages to Recommend (#33) (4612d0d)
  • horizontal-slider: change renderer implementation to VDOM (#28) (e297a92)
  • recommendations: change renderer implementation to VDOM (#27) (29edf36)

Features

  • fbt: update filter strategy without fallbacks (#22) (7ebf4f7)
  • recommendations: add fallbackComponent prop (#23) (3c6b8b8)
  • recommendations: add headerComponent prop (a23f38c)

Bug Fixes

  • recommendations: convert scores to integers (#19) (1d43a04)
  • types: fix missing types (#17) (b28963e)

Features

  • recommendations: support classNames prop (#20) (2a006fc)

Features

  • slider: introduce slider components (#13) (bd3ff44)
  • js: introduce JavaScript package (#6) (b73d884)
  • transformItems: Add transformItems function to useRecommendations hook (#9) (6d4dded)
  • accept multiple objectIDs (#8) (7ebd2e7)
  • add searchParameters prop (db65cf8)
  • add accessibility translations (9bc1be4)
  • add Translations API (2625ffe)
  • design slider and grid components (b797e16)
  • export FrequentlyBoughtTogether and RelatedProducts (3d365fd)
  • implement keyboard navigation (9887eb8)
  • make carousel accessible (4fd4fdb)
  • support Insights position (47f9193)
  • theme: bootstrap grid layout (900a285)
  • theme: bootstrap inline layout (74f4051)
  • make API generic (da9735c)
  • remove InstantSearch (7866971)
  • return object from useRecommendations (bcecce9)