-
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.27.2
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.28.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 61 files changed
- 2 contributors
Commits on Aug 19, 2021
-
fix(svg): remove xmlns (#4839)
xml namespace is not required for svg elements (and has never been https://stackoverflow.com/a/18468348/3185307), only for svg documents. This saves a probably insignificant amount of bundlesize
Configuration menu - View commit details
-
Copy full SHA for 932ae3a - Browse repository at this point
Copy the full SHA 932ae3aView commit details
Commits on Aug 20, 2021
-
refactor(sendEventForHits): remove __escaped more efficiently (#4840)
* refactor(sendEventForHits): remove __escaped more efficiently Mapping over the hits isn't heavy, but it's not required, as .slice also removes the __escaped key on hits * whooops forgot to install
Configuration menu - View commit details
-
Copy full SHA for 2332c21 - Browse repository at this point
Copy the full SHA 2332c21View commit details -
test(eslint): enable no-unnecessary-type-assertion (#4842)
* test(eslint): enable no-unnecessary-type-assertion There's a lot of assertions in our code base that were once necessary, but that's no longer the case. This rule requires typescript, so files that are ignored in typescript also need to be ignored for these rules * these things are meant to be errors
Configuration menu - View commit details
-
Copy full SHA for 047acd0 - Browse repository at this point
Copy the full SHA 047acd0View commit details
Commits on Aug 24, 2021
-
fix(sendEvent): split > 20 objects in multiple calls (#4841)
* fix(sendEvent): split > 20 objects in multiple calls DX-2379 * bindEvent allows multiple now too
Configuration menu - View commit details
-
Copy full SHA for 44574bc - Browse repository at this point
Copy the full SHA 44574bcView commit details -
feat(ts): expose built files in umd (#4844)
* feat(ts): expose built files in umd This can be achieved using the dtsRollup feature of api-extractor, which isn't needed for the es build, as local files work perfectly fine in that case. Make sure to check the generated files when reviewing this PR * change sandbox to allow debugging all types
Configuration menu - View commit details
-
Copy full SHA for 8578ae3 - Browse repository at this point
Copy the full SHA 8578ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5bc9d2 - Browse repository at this point
Copy the full SHA f5bc9d2View commit details
There are no files selected for viewing