-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add label property and autoLabel option for babel-plugin-emotion #375
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
6a86754
Attempt to pass some metadata through to css function.
7669412
More work on sending meta data.
bd17ccc
Update snapshots that include meta data. Composition is broken.
fff7be1
It works. I do not combine the class names.
2a693dd
Add some functionality to getIdentifierName.
9afdbb0
Add better tests for css prop ids
e9ca17f
Update from master
af83838
Fix insertion hash bug
eb6073b
Insert id into class name and update snapshots
648c6b5
Lint and update snapshots
c065a0c
Fix snapshots and rearrange prefix and id name
d440dc4
Merge master
35ba2e9
Update snapshots and put meta data behind babel opt
c22835f
Update tests and related snapshots.
edf32c4
Update yarn.lock
aa9b2af
Add testing around the babel plugin meta flag.
6ced9a9
Linting
3c043c8
Simplify it and fix a bug
emmatown dd4cf99
Make it slightly smaller and likely faster
emmatown 4a234ea
Add label property
emmatown c549936
Update snapshots
emmatown 5ba6ffd
Merge branch 'css-parse-meta-object' into label-property
emmatown 2e054df
Update snapshots
emmatown 33ab042
Simplify SSR regex (I think it might have actually worked before) and…
emmatown 9cbfe9e
Merge branch 'css-parse-meta-object' into label-property
emmatown c17c2b3
Update snapshots
emmatown e2b8ca2
Change stuff for styled
emmatown 9e744c9
Merge pull request #442 from emotion-js/label-property
1bd2f6c
change option to autoLabel and add support for object styled calls.
09436c4
update emotion server and snapshots.
4d9371e
Add label property to css and keyframes object calls
emmatown 654aa06
Merge branch 'master' into css-parse-meta-object
emmatown 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 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
This is so we can include the name of the component the inline css call is in.