This repository was archived by the owner on Mar 9, 2021. It is now read-only.
fix(deps): update dependency styled-system to ^2.0.0 #178
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 Pull Request updates dependency styled-system from
^1.0.8to^2.0.0Release Notes
v2.0.0What's new
textAlign,alignItems,justifyContent,flexWrap, and other CSS propertiesstyle,responsiveStyle, andpseudoStyleutilities now acceptgetterandgettersarguments for converting valuesbordersutility that normalizes the API with other styled-system utilitiesfontSize,width, andcolorBreaking
cleanElementutility is now a separate package, removing thereactdependency from the core libraryflexWraputility now expects a string value for its prop (previously a boolean)borderWidthutility has been replaced with thebordersutilityborderTop,borderRight,borderBottom, andborderLeftprops no longer accept boolean props, but follow the same convention as other utilities[ 0, 4, 8, 16, 32, 64, 128, 256, 512 ](this only affects usage without a customtheme.spaceprovidedthemeutility has been renamed tothemeGet(alternative names under consideration)removePropsutilityidxutilityresponsiveStylearguments APIpseudoStylearguments API has changed to more closely align withstyleandresponsiveStyleShims for breaking changes
To make migration easier, some breaking changes will continue to work as intended or similarly:
justifyContentis aliased to thejustifyproptextAlignis aliased to thealignprop, though this may cause unexpected behavior when used with thealignItemspropalignItemsis aliased to thealignprop, though this may cause unexpected behavior when used with thetextAlignpropflexWrapis aliased to thewrapprop, but a string value ofwrapornowrapshould be provided. (a shim to convert booleantruevalues towraphas been added as well)borderWidthnow works similarly to the newbordersutility, which will continue to work for most use-casesthemeGetutility is aliased to athemeexportNew utilities
Commits
v2.0.0
18bc005Clean up30f2709Adjust pseudoStyle api8ebc263Merge pull request #101 from jxnblk/nexta61a369Bump versionsv2.0.1
178141dAttempt to fix system componentsa37a056Adjust exportsv2.0.2
571a7b3Fix system-componentsc3b9717Quick Fix on pseudoStyle new api8158ae0Merge pull request #106 from JoshRosenstein/patch-129a9b382.0.2v2.1.0
4a09bcfclean-tag: fixed bug preventing props from getting passedee670a7Merge pull request #107 from shanecav/clean-tag-propsc4bde49clean-tag 1.0.15e6362cRemove Uneeded Export49fa647Omit theme prop from clean-tagf453cebclean-tag 1.0.24a25ec5Merge pull request #110 from jxnblk/tag-theme-prop871b9cfUpdate readme76d949fAdd system-loader82748cfStringify loader styles820caf2Add complexStyle utilities6214890Export colorStyle2d08ea8Adjust deps9cfe86cAdd loader to scripts packages3538316Merge pull request #111 from jxnblk/loader4921d8aMerge pull request #112 from jxnblk/complex-style19e1644Reorganize monorepo6f3aefaAdjust travis configdbc3e68Adjust clean-element test23456d6Adjust travis config4336874Merge pull request #108 from JoshRosenstein/adjusta02e42eMerge branch 'master' into core-organization0456808Merge pull request #113 from jxnblk/core-organization004c11eAdjust npmignored2d5ccc2.1.0This PR has been generated by Renovate Bot.