-
Notifications
You must be signed in to change notification settings - Fork 532
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: algolia/instantsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.26.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: algolia/instantsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.27.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 15 files changed
- 2 contributors
Commits on Aug 16, 2021
-
refactor(tests): avoid global jsdom declaration (#4830)
* refactor(tests): avoid global jsdom declaration * chore: fix lockfile
Configuration menu - View commit details
-
Copy full SHA for d06f82c - Browse repository at this point
Copy the full SHA d06f82cView commit details -
fix(ts): correct entry point (#4829)
The entry point used to be: ```ts export { default } from './index.es'; export * from './connectors'; export * from './helpers'; export * from './types'; export * from './widgets'; export * from './lib/routers'; ``` While really the entry point should be the same as index.es.ts, as otherwise the js bundle doesn't match the declaration. This commit fixes that by no longer generating an entry point, and renaming index.es.d.ts to index.d.ts in the built files. In the same commit I also move the declaration-related configuration files to the subfolder to make the root a little cleaner
Configuration menu - View commit details
-
Copy full SHA for 24a45f9 - Browse repository at this point
Copy the full SHA 24a45f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d201322 - Browse repository at this point
Copy the full SHA d201322View commit details
Commits on Aug 17, 2021
-
feat(typescript): expose types at regular build (#4832)
* feat(typescript): expose types at regular build This moves away from -experimental and to stable. Note that, like every type change, this could be a breaking change, as manually defined definitions will now merge with the ones provided by InstantSearch. In almost all cases manual definitions or changes made are no longer needed, if you do however see any problems, please open an issue or pull request with reproduction. * add cjs build again
Configuration menu - View commit details
-
Copy full SHA for 4bea07b - Browse repository at this point
Copy the full SHA 4bea07bView commit details -
chore: release v4.27.0 (#4833)
* chore: release v4.27.0 * Update CHANGELOG.md Co-authored-by: Haroen Viaene <hello@haroen.me>
Configuration menu - View commit details
-
Copy full SHA for 50d9a22 - Browse repository at this point
Copy the full SHA 50d9a22View commit details
There are no files selected for viewing
This file was deleted.