1.2.3 (2024-06-18)
- slider: correct type for itemComponent (e9627ba)
1.2.2 (2023-10-04)
1.2.1 (2022-10-17)
1.2.0 (2022-10-13)
1.1.5 (2022-10-12)
1.1.4 (2022-10-10)
- 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)
1.1.2 (2022-07-25)
1.1.1 (2022-07-18)
1.1.0 (2022-07-13)
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-index
to navigation arrows (8803d29) - react: use FBT hook in
FrequentlyBoughtTogether
component (#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
fallbackComponent
prop (#23) (3c6b8b8) - recommendations: add
headerComponent
prop (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
transformItems
function touseRecommendations
hook (#9) (6d4dded) - accept multiple
objectID
s (#8) (7ebd2e7) - add
searchParameters
prop (db65cf8) - add accessibility translations (9bc1be4)
- add Translations API (2625ffe)
- design slider and grid components (b797e16)
- export
FrequentlyBoughtTogether
andRelatedProducts
(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)