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(typescript): expose types at regular build #4832

Merged
merged 2 commits into from
Aug 17, 2021
Merged

Conversation

Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Aug 16, 2021

Summary

The typescript migration is complete

This PR moves away from -experimental and to stable.

Result

InstantSearch is now shipped with type definitions built-in!

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.

If you were using -experiemental-typescript tag up to now, that can be changed to a regular InstantSearch version from this release onwards.

fixes #4340

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.
@@ -32,10 +34,6 @@
"addToApiReportFile": true
},

"ae-internal-missing-underscore": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this didn't actually error anymore since a while already

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 16, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 79119d9:

Sandbox Source
InstantSearch.js Configuration

Copy link
Member

@francoischalifour francoischalifour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huge milestone! 🎉

Copy link
Contributor

@eunjae-lee eunjae-lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go 🚀

@Haroenv Haroenv merged commit 4bea07b into master Aug 17, 2021
@Haroenv Haroenv deleted the feat/ts-prod branch August 17, 2021 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type definitions for Typescript
3 participants