1.16.0 (2024-12-18)
1.15.0 (2024-05-23)
1.14.0 (2024-02-01)
1.13.0 (2024-01-30)
1.12.1 (2024-01-24)
1.12.0 (2024-01-09)
1.11.0 (2023-12-13)
- 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)
1.10.0 (2023-09-26)
1.9.0 (2023-07-21)
1.8.2 (2023-06-12)
1.8.1 (2022-12-20)
- recommend: remove unused trendingFacets props (RECO-1173) (#118) (f1b9a0e)
- fix Recommend doc URL (#115) (43f031b)
1.8.0 (2022-11-14)
1.7.1 (2022-09-26)
1.7.0 (2022-09-07)
1.6.0 (2022-08-12)
1.5.0 (2022-06-28)
1.4.0 (2022-06-21)
1.3.1 (2022-05-23)
1.3.0 (2022-03-28)
1.2.0 (2022-03-23)
- 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)
- core: avoid sending UI props to
recommendclient (#51) (eb6a0d0) - react: prevent infinite loops in exposed hooks (#52) (6692c1a)
1.0.0 (2021-06-30)
This is the first stable release of the Recommend UI library. Check out the upgrade guide to migrate.
1.0.0-experimental.6 (2021-06-29)
1.0.0-experimental.5 (2021-06-23)
1.0.0-experimental.4 (2021-06-16)
- horizontal-slider: add
z-indexto navigation arrows (8803d29) - react: use FBT hook in
FrequentlyBoughtTogethercomponent (#35) (8193798)
1.0.0-experimental.3 (2021-06-14)
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
- rename packages to Recommend (#33) (4612d0d)
- horizontal-slider: change renderer implementation to VDOM (#28) (e297a92)
- recommendations: change renderer implementation to VDOM (#27) (29edf36)
1.0.0-experimental.2 (2021-05-25)
- fbt: update filter strategy without fallbacks (#22) (7ebf4f7)
- recommendations: add
fallbackComponentprop (#23) (3c6b8b8) - recommendations: add
headerComponentprop (a23f38c)
1.0.0-experimental.1 (2021-05-21)
- recommendations: convert scores to integers (#19) (1d43a04)
- types: fix missing types (#17) (b28963e)
1.0.0-experimental.0 (2021-05-19)
- slider: introduce slider components (#13) (bd3ff44)
- js: introduce JavaScript package (#6) (b73d884)
- transformItems: Add
transformItemsfunction touseRecommendationshook (#9) (6d4dded) - accept multiple
objectIDs (#8) (7ebd2e7) - add
searchParametersprop (db65cf8) - add accessibility translations (9bc1be4)
- add Translations API (2625ffe)
- design slider and grid components (b797e16)
- export
FrequentlyBoughtTogetherandRelatedProducts(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)