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

Restructured types to greatly reduce number of types created during c… #1501

Merged
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a4e875c
Restructured types to greatly reduce number of types created during c…
Sep 12, 2019
f248044
Fixing tests
Sep 24, 2019
2609453
Fixed a bunch of tests and improved TypeScript docs
Sep 24, 2019
9964573
Updated a bunch of the TypeScript docs
Sep 24, 2019
93a5cd3
Removed WithTheme type, not sure it's usage and there is no tests
Sep 24, 2019
405b777
Few small cleanups around styled-base
Sep 24, 2019
33fdfd1
Fixed tests in a few more packages
Sep 26, 2019
51cc51f
Fixed serialise tests after changes in https://github.com/emotion-js/…
Sep 28, 2019
a16b80b
Removed failing redundant test in sheet typescript tests.
Sep 28, 2019
5be2e79
Removed line with expected error, I am not sure the reason it should …
Sep 28, 2019
fee9816
Need to bump the typescript version for styled-base for the union typ…
Sep 28, 2019
813d1ab
TypeScript tests passing
Sep 29, 2019
9b05e18
Upgrade build image version to get newer version of yarn
Sep 29, 2019
117b0ab
fix: styled component with static API
laysent Sep 25, 2019
f73957d
Added changes in https://github.com/JakeGinnivan/emotion/pull/1/files…
Sep 29, 2019
0fa359d
fix: type issue where styled component passed in
laysent Sep 29, 2019
b359132
Add some additional tests around theming and fix them
Oct 1, 2019
242688f
Restrict css function to css interpolation
Oct 1, 2019
c136f68
Fixed emotion-theming linting issue
Oct 1, 2019
58ca775
Reversed some incorrect type changes, withComponent has to include th…
Oct 1, 2019
064a193
Fixed some accidently formatted package.json files
Oct 1, 2019
7574110
Allowed theming of CreateStyled and StyledTags
Oct 1, 2019
a105f5a
Restructured generic type params to make it explicit about what compo…
Oct 1, 2019
c0fcdb4
Cleaned up some tests and added additional assertions
Oct 1, 2019
a05f240
Default the type of SpecificComponentProps in StyledComponent
Oct 2, 2019
dd8813d
Reverted changes around ThemeProvider and added tests
Oct 2, 2019
d43caa4
Added changeset
Oct 2, 2019
6ec5341
Fixed ThemeProvider after revert
Oct 2, 2019
0694cc9
Update tslint rules to fix error
Oct 2, 2019
e0871b6
Fixed linting issues
Oct 2, 2019
7d76626
Fixed import path for css and clarified docs
Oct 3, 2019
d41df4b
Added comment about fragment shorthand without babel being a typescri…
Oct 3, 2019
ced228c
Removed breaking change around some of the internal types
Oct 3, 2019
8a025e5
Reverted changes around removing function interpolation from the ret…
Oct 3, 2019
ae5b394
Renamed Omit to DistributiveOmit
Oct 3, 2019
58e0453
Removed duplicate intersected type
Oct 3, 2019
637b983
Renamed all usages of SFC to FC
Oct 3, 2019
71f9be7
Fixed poor grammar
Oct 3, 2019
a101f29
Ignore lint rule rather than exporting type
Oct 3, 2019
fb985b0
Updated generic constraints
Oct 3, 2019
6a54a7b
Reverted TypeScript version bump in create-emotion types
Oct 3, 2019
4606117
Sync docs and test code
Oct 3, 2019
bad9740
Constrained Theme to extend {}
Oct 28, 2019
5d4d1ef
Add tests for broken examples in #1298
Oct 29, 2019
7f6e717
Merge remote-tracking branch 'origin/master' into feature/improve-typ…
Nov 3, 2019
4f0e16b
Fix typo
Nov 3, 2019
c336eba
Add test which verifies #1226 is fixed by type changes
Nov 4, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into feature/improve-typ…
…e-performance
  • Loading branch information
Jake Ginnivan committed Nov 3, 2019
commit 7f6e717113fc1fb41ecce99eac120a42f2f146b4

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.