Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(react-instantsearch): introduce Frequently Bought Together Hook and widget #6155

Merged
merged 98 commits into from
Apr 30, 2024

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    440e9cc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    81b4400 View commit details
    Browse the repository at this point in the history
  2. add tests

    dhayab committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0eac184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98018d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84937b3 View commit details
    Browse the repository at this point in the history
  5. bump bundle sizes

    dhayab committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6f064f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    9469f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    2cc4743 View commit details
    Browse the repository at this point in the history
  2. add tests for derived helper

    dhayab committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2a70204 View commit details
    Browse the repository at this point in the history
  3. bump bundlesize

    dhayab committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2518d91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ab1436 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    d326cab View commit details
    Browse the repository at this point in the history
  2. fix babel spread issue

    raed667 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    60f8c9c View commit details
    Browse the repository at this point in the history
  3. replace classes auc with ais

    raed667 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ab5dd33 View commit details
    Browse the repository at this point in the history
  4. fix: address feedback

    raed667 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e8544c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ade025 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e041a2f View commit details
    Browse the repository at this point in the history
  7. remove comment

    raed667 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8813c64 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    60a9ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad70293 View commit details
    Browse the repository at this point in the history
  3. fix: results

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    60f052b View commit details
    Browse the repository at this point in the history
  4. fix: typescript

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c90ef99 View commit details
    Browse the repository at this point in the history
  5. fix types

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    418cffb View commit details
    Browse the repository at this point in the history
  6. bundlesize

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5c69418 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46c2531 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd942b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    deab535 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c65c703 View commit details
    Browse the repository at this point in the history
  11. fix: results

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    859c5ba View commit details
    Browse the repository at this point in the history
  12. fix: typescript

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3785724 View commit details
    Browse the repository at this point in the history
  13. fix types

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ea2259d View commit details
    Browse the repository at this point in the history
  14. bundlesize

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6eab8a3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61ba925 View commit details
    Browse the repository at this point in the history
  16. fix

    aymeric-giraudet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    49f9efe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6c1dc58 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cbe9d9a View commit details
    Browse the repository at this point in the history
  19. fix linit issue

    raed667 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    41ec195 View commit details
    Browse the repository at this point in the history
  20. fix linit issue

    raed667 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f1eb001 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2baed0e View commit details
    Browse the repository at this point in the history
  22. bundlesize

    raed667 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    02de7c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. wip

    sarahdayan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8375968 View commit details
    Browse the repository at this point in the history
  2. wip

    sarahdayan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b37546e View commit details
    Browse the repository at this point in the history
  3. fix: fix build

    sarahdayan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cb00cee View commit details
    Browse the repository at this point in the history
  4. fix: add __position

    sarahdayan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    44b40fe View commit details
    Browse the repository at this point in the history
  5. Update packages/algoliasearch-helper/src/algoliasearch.helper.js

    Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com>
    raed667 and dhayab committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    853d96a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. add support and types for sendEvent

    Took the relevant parts from 8498792 and moved them into this PR.
    dhayab committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f9c44d2 View commit details
    Browse the repository at this point in the history
  2. fix tests

    dhayab committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4dbc64c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62a979 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30d0f35 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. style: lint

    sarahdayan committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    087f1f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    164989e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd719c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f9c840 View commit details
    Browse the repository at this point in the history
  4. feat(instantsearch-ui-components): introduce `FrequentlyBoughtTogethe…

    …r` component (#6114)
    
    Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com>
    Co-authored-by: Aymeric Giraudet <aymeric.giraudet@algolia.com>
    Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>
    4 people committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5a7ed9e View commit details
    Browse the repository at this point in the history
  5. feat(instantsearch-ui-components): introduce RelatedProducts compon…

    …ent (#6129)
    
    Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com>
    Co-authored-by: Raed <raed.chammam@algolia.com>
    Co-authored-by: Aymeric Giraudet <aymeric.giraudet@algolia.com>
    4 people committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3d8c469 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    3022ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    789fbe7 View commit details
    Browse the repository at this point in the history
  3. expose objectIDs as prop

    dhayab committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    58f34ff View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    30fa447 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. check that object ids are provided

    Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>
    dhayab and sarahdayan committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b175652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c513d67 View commit details
    Browse the repository at this point in the history
  3. switch hits -> recommendations

    dhayab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3d1be73 View commit details
    Browse the repository at this point in the history
  4. first widget

    raed667 authored and dhayab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ac3e273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abbfa9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb4c2ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6311106 View commit details
    Browse the repository at this point in the history
  8. add tests

    dhayab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b457739 View commit details
    Browse the repository at this point in the history
  9. bump js bundle size

    dhayab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6843fd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12b991c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61fa09d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1d530e View commit details
    Browse the repository at this point in the history
  13. expose objectIDs as prop

    dhayab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ce50193 View commit details
    Browse the repository at this point in the history
  14. switch hits -> recommendations

    dhayab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    70dd365 View commit details
    Browse the repository at this point in the history
  15. apply suggestions

    Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>
    dhayab and sarahdayan committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    df76672 View commit details
    Browse the repository at this point in the history
  16. fix widget test

    dhayab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fa5639e View commit details
    Browse the repository at this point in the history
  17. display header by default

    dhayab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f577aa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    4e20248 View commit details
    Browse the repository at this point in the history
  2. bump bundlesize

    dhayab committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0f5baf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dbf6d1 View commit details
    Browse the repository at this point in the history
  4. fix test type issues

    dhayab committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ffb6f0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f4cf50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e7500e View commit details
    Browse the repository at this point in the history
  7. fix tests

    dhayab committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fde10a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07a0dc3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c9e089 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22d6dbc View commit details
    Browse the repository at this point in the history
  11. react component

    raed667 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d3a876e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    a5a6652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe02c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80b10c4 View commit details
    Browse the repository at this point in the history
  4. test: fix tests

    sarahdayan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9cb943e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    110dceb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6db9a12 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    d4960b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    1914f84 View commit details
    Browse the repository at this point in the history
  2. bundlesize

    dhayab committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a03ceca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c46d4b View commit details
    Browse the repository at this point in the history
  4. Revert "Update packages/react-instantsearch/src/widgets/__tests__/__u…

    …tils__/all-widgets.tsx"
    
    This reverts commit 4c46d4b.
    dhayab committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    769fe24 View commit details
    Browse the repository at this point in the history