-
Notifications
You must be signed in to change notification settings - Fork 532
Comparing changes
Open a pull request
base repository: algolia/instantsearch
base: v4.20.0
head repository: algolia/instantsearch
compare: v4.21.0
- 12 commits
- 53 files changed
- 3 contributors
Commits on Apr 6, 2021
-
feat(middleware): accept partial methods (#4673)
* fix(middleware): accept partial methods * make public api optional, not the internal one * rename the types * ensure at least one method is given to a middleware * fix lint error
Eunjae Lee authoredApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 8f2aad2 - Browse repository at this point
Copy the full SHA 8f2aad2View commit details -
feat(ts): convert search-box to TypeScript (#4710)
* feat(ts): convert search-box to TypeScript * Apply suggestions from code review Co-authored-by: Haroen Viaene <hello@haroen.me> * fixup! feat(ts): convert search-box to TypeScript * fixup! feat(ts): convert search-box to TypeScript * fixup! feat(ts): convert search-box to TypeScript Co-authored-by: Haroen Viaene <hello@haroen.me>
Configuration menu - View commit details
-
Copy full SHA for e73257a - Browse repository at this point
Copy the full SHA e73257aView commit details -
feat(ts): convert RefinementList component to TypeScript (#4702)
* feat(ts): convert rating-menu to TypeScript * feat(ts): convert RefinementList to TypeScript * fixup! feat(ts): convert RefinementList to TypeScript * fixup! feat(ts): convert RefinementList to TypeScript * fixup! fixup! feat(ts): convert RefinementList to TypeScript * Update src/components/RefinementList/RefinementList.tsx Co-authored-by: Haroen Viaene <hello@haroen.me> * fixup! feat(ts): convert RefinementList to TypeScript * fixup! feat(ts): convert RefinementList to TypeScript Co-authored-by: Haroen Viaene <hello@haroen.me>
Configuration menu - View commit details
-
Copy full SHA for fd562de - Browse repository at this point
Copy the full SHA fd562deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0d87c - Browse repository at this point
Copy the full SHA 1d0d87cView commit details
Commits on Apr 8, 2021
-
fix(infiniteHits): fix wrong behavior of showPrevious regarding cache…
…dHits (#4725)
Eunjae Lee authoredApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 40b27b6 - Browse repository at this point
Copy the full SHA 40b27b6View commit details -
feat(ts): convert hierarchical-menu to TypeScript (#4711)
* feat(ts): convert rating-menu to TypeScript * feat(ts): convert RefinementList to TypeScript * fixup! feat(ts): convert RefinementList to TypeScript * fixup! feat(ts): convert RefinementList to TypeScript * fixup! fixup! feat(ts): convert RefinementList to TypeScript * Update src/components/RefinementList/RefinementList.tsx Co-authored-by: Haroen Viaene <hello@haroen.me> * fixup! feat(ts): convert RefinementList to TypeScript * fixup! feat(ts): convert RefinementList to TypeScript * feat(ts): convert hierarchical-menu to TypeScript * Apply suggestions from code review Co-authored-by: Haroen Viaene <hello@haroen.me> * fixup! feat(ts): convert hierarchical-menu to TypeScript * avoid casting * deduplicate Co-authored-by: Haroen Viaene <hello@haroen.me>
Configuration menu - View commit details
-
Copy full SHA for 870e2f7 - Browse repository at this point
Copy the full SHA 870e2f7View commit details -
chore(ci): consistent modern yarn version (#4726)
So we have these packages in our package.json as devDependencies: "algoliasearch": "4.8.6", "algoliasearch-v3": "npm:algoliasearch@3.35.1", This works fine for most use cases, when we import the package as "algoliasearch-v3" it resolves as expected to v3. However we also have another package depending itself on 3.35.1 in devDeps too: "places.js": "1.17.1", It has 3.35.1 as dependency: "algoliasearch": "^3.35.1", And thus imports it as "algoliasearch". This worked fine and i have this in yarn.lock: "algoliasearch-v3@npm:algoliasearch@3.35.1": name algoliasearch-v3 version "3.35.1" ... algoliasearch@^3.35.1: version "3.35.1" ... algoliasearch@4.8.6: version "4.8.6" ... However now when i add any package (or yarn --force), it changes yarn.lock to this: "algoliasearch-v3@npm:algoliasearch@3.35.1", algoliasearch@^3.35.1: version "3.35.1" ... algoliasearch@4.8.6: version "4.8.6" ... This seems fine, although the node_modules folder created for that is node_modules/algoliasearch-v3 alone, inside node_modules/places.js there's no other node_modules for the algoliasearch with the right name. This can be tried out in the master branch by running yarn (right node_modules, with a algoliasearch inside places.js), and then failing by running yarn --force. when you're on yarn 1.13 like the netlify setup. Co-authored-by: Eunjae Lee <eunjae.lee@algolia.com>
Configuration menu - View commit details
-
Copy full SHA for 449aed3 - Browse repository at this point
Copy the full SHA 449aed3View commit details -
Revert "chore(ci): consistent modern yarn version (#4726)"
This reverts commit 449aed3.
Configuration menu - View commit details
-
Copy full SHA for e016b73 - Browse repository at this point
Copy the full SHA e016b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 021dcbd - Browse repository at this point
Copy the full SHA 021dcbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a894069 - Browse repository at this point
Copy the full SHA a894069View commit details
Commits on Apr 9, 2021
-
fix(ratingMenu): use url in default template (#4728)
this is the cause of the from time to time failing e2e test, basically sometimes the event.preventDefault didn't apply, which causes the page to refresh to / instead of the right url. The actual url is `url`, and not in `href`, so this means that before now it always was wrong
Configuration menu - View commit details
-
Copy full SHA for 31d9c50 - Browse repository at this point
Copy the full SHA 31d9c50View commit details
Commits on Apr 12, 2021
-
chore: release v4.21.0 (#4730)
* chore: release v4.21.0 * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for e3a4398 - Browse repository at this point
Copy the full SHA e3a4398View commit details
There are no files selected for viewing