@emotion/styled-base
Advanced tools
Comparing version 11.0.0-next.3 to 11.0.0-rc.0
# @emotion/styled-base | ||
## 11.0.0-rc.0 | ||
### Major Changes | ||
- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version. | ||
## 11.0.0-next.3 | ||
@@ -8,1 +14,33 @@ | ||
- [`f9feab1a`](https://github.com/emotion-js/emotion/commit/f9feab1a5d1ca88e53c3f7a063be5d5871cc93e8) [#1575](https://github.com/emotion-js/emotion/pull/1575) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed support for `@emotion/styled-base` package. It has been moved to `@emotion/styled` and is available as `@emotion/styled/base`. This simplifies how the regular and base versions relate to each other and eliminates problems with stricter package managers when `@emotion/styled-base` was not installed explicitly by a user. | ||
## 10.0.31 | ||
### Patch Changes | ||
- [`ef7794f`](https://github.com/emotion-js/emotion/commit/ef7794f50a1ef9790ea6ebe530b6fd8e0b7b0942) [#1788](https://github.com/emotion-js/emotion/pull/1788) Thanks [@aaronjensen](https://github.com/aaronjensen)! - Fixed issue with TypeScript 3.8 where `theme` was inferred to be required for a styled component. | ||
## 10.0.30 | ||
### Patch Changes | ||
- Updated dependencies [[`babbbe3`](https://github.com/emotion-js/emotion/commit/babbbe36844f26f6d7041f1d3aeb47d5dfb08d8a)]: | ||
- @emotion/is-prop-valid@0.8.8 | ||
## 10.0.28 | ||
### Patch Changes | ||
- Updated dependencies [[`12141c5`](https://github.com/emotion-js/emotion/commit/12141c54318c0738b60bf755e033cf6e12238a02), [`d0b2a94`](https://github.com/emotion-js/emotion/commit/d0b2a94ab9d5648667447dbd78e7a2e3e93de42a)]: | ||
- @emotion/is-prop-valid@0.8.7 | ||
- @emotion/core@10.0.28 | ||
## 10.0.27 | ||
### Patch Changes | ||
- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file | ||
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]: | ||
- @emotion/core@10.0.27 | ||
- @emotion/is-prop-valid@0.8.6 | ||
- @emotion/serialize@0.11.15 | ||
- @emotion/utils@0.11.3 |
{ | ||
"name": "@emotion/styled-base", | ||
"version": "11.0.0-next.3", | ||
"version": "11.0.0-rc.0", | ||
"description": "Deprecated package which became `@emotion/styled/base`", | ||
@@ -13,6 +13,3 @@ "main": "dist/styled-base.cjs.js", | ||
"access": "public" | ||
}, | ||
"preconstruct": { | ||
"source": "index" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3477
0