Skip to content

Latest commit

 

History

History
305 lines (146 loc) · 16.6 KB

File metadata and controls

305 lines (146 loc) · 16.6 KB

1.16.0 (2024-12-18)

Bug Fixes

  • update the readme of js/react packages (#186) (9b4f553)

Features

  • Add queryID & postion as a preperation for Recommend Analytics [RECO-2391] (#192) (c5e44de)

1.15.0 (2024-05-23)

1.14.0 (2024-02-01)

Features

  • Add Personalized Recommendations (experimental) (#174) (9ed2bfc)

1.13.0 (2024-01-30)

Bug Fixes

  • Next.js 14 error "pragma cannot be set when runtime is automatic" [RECO-2015] (#177) (4616f25)

1.12.1 (2024-01-24)

Bug Fixes

Features

1.12.0 (2024-01-09)

Bug Fixes

1.11.0 (2023-12-13)

Bug Fixes

  • add to cart button propagation and css click (#156) (671670b)
  • Fix @algolia/recommend-react package description (#154) (01110a3)
  • react example: allow linking to a specific product (#157) (0eb314a)

Features

1.10.0 (2023-09-26)

Bug Fixes

Features

  • implement Recommend Batch Context (RECO-961) (#131) (fe347ed)

1.9.0 (2023-07-21)

Features

1.8.2 (2023-06-12)

Bug Fixes

  • remove VDOM renderer typings from React component props (#140) (9ba18b7)

1.8.1 (2022-12-20)

Bug Fixes

  • recommend: remove unused trendingFacets props (RECO-1173) (#118) (f1b9a0e)
  • fix Recommend doc URL (#115) (43f031b)

1.8.0 (2022-11-14)

Bug Fixes

  • react: correctly stabilize transformItems function (#110) (3384224)

Features

1.7.1 (2022-09-26)

Bug Fixes

1.7.0 (2022-09-07)

Features

1.6.0 (2022-08-12)

Features

  • recommend-vdom: Return createElement and Fragment from View (#93) (a657b91)

1.5.0 (2022-06-28)

Bug Fixes

Features

  • rendering: remove headerComponent when no recommendations are returned (#91) (8d5d545)

1.4.0 (2022-06-21)

Features

  • core: expose createElement and Fragment to all component props (#85) (ea6e668)

1.3.1 (2022-05-23)

Bug Fixes

  • core: enable recommend with rules (#79) (7d9bb18)

1.3.0 (2022-03-28)

Bug Fixes

  • trending: export components for js libraries (#74) (9c532b1)

1.2.0 (2022-03-23)

Features

  • trending: add Hooks and components for recommend-react (#65) (c112371)
  • trending: add UI functions for recommend-js (#71) (50c0475)

1.1.0 (2021-08-26)

Bug Fixes

  • core: avoid sending UI props to recommend client (#51) (eb6a0d0)
  • react: prevent infinite loops in exposed hooks (#52) (6692c1a)

Features

  • recommend: split recommend and ui-components repositories (#48) (3f490fa)

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)