This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
fix(deps): update dependency styled-jsx to v3 #164
Merged
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.
This PR contains the following updates:
^2.2.6
->^3.2.1
Release Notes
zeit/styled-jsx
v3.2.1
Compare Source
Minor
{...{ className: 'foo' }}
(#541) (@doniyor2109)Patches
v3.2.0
Compare Source
Minor
<></>
- Babel 6 is still supported (#535) (@ijjk)Patches
Program
path and then start a traversal manually to solve conflicts with other Babel plugins. (#536) (@ijjk)Huge thanks to @ijjk for his contributions! 🎉
v3.1.3
Compare Source
Patches
styled-jsx converts
style
blocks to a customJSXStyle
component which takes css strings via acss
prop. This prop conflicts with other libraries like styled-components. Since for us is just an implementation detail we are going to rename it tochildren
and makethe
JSXStylecomponent work more like a regular
style` element.With this version you might need to update snapshot tests.
v3.1.2
Compare Source
Patches
styled-jsx/server
readme link (#525) (@zgreen)v3.1.1
Compare Source
Patches
vendorPrefix
typo tovendorPrefixes
(#515) (@ryanfitzer)v3.1.0
Compare Source
v3.0.2
Compare Source
Patches
e9964ce
- Whitelist missing files in package.json (@giuseppeg)v3.0.1
Compare Source
Patches
98164cd
- Update package-lock.json (@giuseppeg)v3.0.0
Compare Source
Enables authoring of styles in actual
css
files via the newstyled-jsx/webpack
loader 🔥Introduces support for dynamic HTML elements
css.resolve
tag which returns the scopedclassName
andstyles
React.StrictMode
compliantBreaking changes
051d0d1
- Rewrotestyled-jsx/css
. External global styles should now be tagged withcss.global``
(#422) (@giuseppeg)Features
bd7ae2a
- Add webpack loader to load external CSS files (#466) (@giuseppeg)051d0d1
- Introducecss.resolve``
which returns a scopedclassName
andstyles
(#422) (@giuseppeg)051d0d1
- Introducestyled-jsx/macro
which allows to usecss.resolve
as a Babel macro (eg. in Create React App) (#422) (@giuseppeg)8d9374a
- Add support for dynamic html elements (#462) (@twltwl)a55c821
- Log a message when loading a plugin (#448) (@giuseppeg)Patches
69c00d4
- Switch to async safe lifecycle methods (#464) (@giuseppeg)8deb136
- Add FAQ about packaging with Rollup (@giuseppeg)2831798
- Simplify build and clean up things a bit (#421) (@giuseppeg)v2.2.7
Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.