-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[TypeScript] Refactor typings to modules #7874
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c4a25d4
[typescript] Add test for style overrides.
efbc658
[typescript] Refactor typings to modules
79b519d
renamed the styleSheet argument in withStyles to styles (#7819)
phiilu f5b2a06
[typescript] Create typings for TS when building. (#7820)
sebald 5867e62
[core] Fix size-limit warning (#7822)
oliviertassinari 25f8a36
[icons] Automate release process (#7823)
oliviertassinari 99297eb
[docs] Advanced table (#7824)
oliviertassinari 95a2e37
[icons] Fix release
oliviertassinari 688e5c7
[icons] Release v1.0.0-beta.5
oliviertassinari 09457cd
[core] Update some dependencies (#7831)
oliviertassinari 4cc74da
[docs] Use next.js (#7759)
oliviertassinari d975f65
[RadioGroup] Rename selectedValue to value (#7832)
oliviertassinari 1a73450
[core] Better usage of the CI 🚀 (#7833)
oliviertassinari 8d610b7
[TextField] Fix placeholder issue (#7838)
oliviertassinari 96044a9
[docs] Add a ROADMAP page (#7840)
oliviertassinari b9cdff3
[docs] Add a team page (#7842)
oliviertassinari 5599e36
[docs] Show inherited components (#7846)
oliviertassinari a588516
[docs] Some last improvement before the release (#7847)
oliviertassinari 8c696ac
[CHANGELOG] Prepare v1.0.0-beta.6
oliviertassinari ec0967c
v1.0.0-beta.6
oliviertassinari 7cefb97
[docs] Fix release script
oliviertassinari aee9eb4
[docs] Fix release script v2
oliviertassinari a040ee5
[docs] Small fixes after the next.js refactorization (#7851)
oliviertassinari 5cd1578
[docs] Fix missing props in css-in-js examples (#7867)
Izhaki c80a554
Merge branch 'v1-beta' into refactor-typings-to-modules
a80d3e1
[typescript] Fix tests.
678a0a6
[build] Copy .d.ts files to build folder.
0517579
[typescript] Create module typings for icons.
658fe8b
[typescript] Lint.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oliviertassinari I had to update this script, because the
.d.tswere not picked up while building :(There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, the
.jsare copied by Babel.