@chakra-ui/parser
Advanced tools
Comparing version 1.0.0-next.3 to 1.0.0-next.4
@@ -6,2 +6,39 @@ # Change Log | ||
# 1.0.0-next.4 (2020-07-01) | ||
### Bug Fixes | ||
- [#891](https://github.com/chakra-ui/chakra-ui/issues/891) | ||
([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e)) | ||
- error with layout prop names | ||
([c281535](https://github.com/chakra-ui/chakra-ui/commit/c281535eed070cb859cfc71fc1c636fcd12ca68e)) | ||
- GripProps export conflict | ||
([79b15b1](https://github.com/chakra-ui/chakra-ui/commit/79b15b1e92f4f1280f12fca5742f94193af07dd4)) | ||
- modifier style to accept fn | ||
([4cf7099](https://github.com/chakra-ui/chakra-ui/commit/4cf7099277b69a02cb3c4892b426e16fef0e9d8d)) | ||
- resolver functions for css | ||
([ffb4cfd](https://github.com/chakra-ui/chakra-ui/commit/ffb4cfd52e1aaabaebab7b548bf570b01daaf5a6)) | ||
- storybook rendering issues | ||
([b2281b8](https://github.com/chakra-ui/chakra-ui/commit/b2281b8685509b669c14076e4a38fe91d0a112f1)) | ||
- ts issue with sx prop | ||
([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951)) | ||
- use pseudo element instead of pseudo class | ||
([756cdae](https://github.com/chakra-ui/chakra-ui/commit/756cdaeb1f72f7dcbda45124b78696c7638c80de)) | ||
### Features | ||
- add support for css inset properties | ||
([96bb230](https://github.com/chakra-ui/chakra-ui/commit/96bb23013060a93a886ac2feac501bfea34b725b)) | ||
- add support for inline-variant | ||
([67bf6ad](https://github.com/chakra-ui/chakra-ui/commit/67bf6adf2bf8f3270b75f83382c2acbb8db07155)) | ||
- add support for line-clamp | ||
([1173ca6](https://github.com/chakra-ui/chakra-ui/commit/1173ca6974e8b9fcf27aa301bd1accece07ca5fc)) | ||
- implement style props parser | ||
([e1a6382](https://github.com/chakra-ui/chakra-ui/commit/e1a63824e85c19590ddf67069cbe40827ac0faa6)) | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# 1.0.0-next.3 (2020-06-28) | ||
@@ -8,0 +45,0 @@ |
{ | ||
"name": "@chakra-ui/parser", | ||
"version": "1.0.0-next.3", | ||
"version": "1.0.0-next.4", | ||
"description": "Style function for css-in-js building component libraries", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/utils": "^1.0.0-next.3", | ||
"@chakra-ui/utils": "^1.0.0-next.4", | ||
"csstype": "2.6.9" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "d31ba9c35993985f49da4885dd47ab8dab49cdd1" | ||
"gitHead": "cdd5eac1db90ba33a07c009fb8dbcc4453d6ec01" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
427393