@reshadow/core
Advanced tools
Comparing version 0.0.1 to 0.0.2-alpha.0
@@ -6,2 +6,28 @@ # Change Log | ||
## 0.0.2-alpha.0 (2022-10-12) | ||
### Bug Fixes | ||
* fix lint errors ([c78e96c](https://github.com/lttb/reshadow/commit/c78e96c41e6fa9325cfba1550cc260ccf89fb479)) | ||
* **core:** fix modifier key check ([c10b2bc](https://github.com/lttb/reshadow/commit/c10b2bccc4770f22550db235a67f07bf53ab6f3e)) | ||
* **core:** fix styled function ([543a290](https://github.com/lttb/reshadow/commit/543a2906971f291ae4afaa828e8de333b6ed0002)) | ||
* **svelte:** fix svelte preprocess ([5e60204](https://github.com/lttb/reshadow/commit/5e60204485bfa6b5d021f94b581f1ddab519c155)) | ||
### Features | ||
* **babel, core:** support extracting of styles in styled ([5dfd5c4](https://github.com/lttb/reshadow/commit/5dfd5c4fec24382b329045df2572e96cf2b05f25)) | ||
* **core:** bring the api for the variables ([9ab611f](https://github.com/lttb/reshadow/commit/9ab611f6f2dac32926e8e97cb08cf1b599f7f74e)) | ||
* **core:** fix IE11 symbol bug ([e81a481](https://github.com/lttb/reshadow/commit/e81a48119caa51e69266afd9d44640bf230610ee)) | ||
* **core:** fix server side rendering, provide styles map ([5131b87](https://github.com/lttb/reshadow/commit/5131b87590110f4d00fc91d4943ca8e8c2fbe33c)) | ||
* **runtime:** support mixins ([93865d8](https://github.com/lttb/reshadow/commit/93865d8ef84d1ac958a58c0e806dcd64e04b4a5a)) | ||
* **runtime:** support nested elements in mixins and styled functions ([1a2ee38](https://github.com/lttb/reshadow/commit/1a2ee381c99609dab3eb1ff6a6add85e92072275)) | ||
* **runtime, react:** support reshadow without babel ([ba6fab7](https://github.com/lttb/reshadow/commit/ba6fab76b9f57ac13c313a5600605b8663e7092d)) | ||
* **styled:** filter namespaced attributes ([b4779af](https://github.com/lttb/reshadow/commit/b4779af0d51c3f782159a10eca284315708138b0)) | ||
## [0.0.1](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.82...v0.0.1) (2022-03-09) | ||
@@ -8,0 +34,0 @@ |
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.1](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.82...v0.0.1) (2022-03-09) | ||
**Note:** Version bump only for package @reshadow/core | ||
## [0.0.1-alpha.82](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.81...v0.0.1-alpha.82) (2022-02-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@reshadow/core", | ||
"version": "0.0.1-alpha.82", | ||
"version": "0.0.1", | ||
"description": "reshadow core runtime", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
{ | ||
"name": "@reshadow/core", | ||
"version": "0.0.1", | ||
"version": "0.0.2-alpha.0", | ||
"description": "reshadow core runtime", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "bea40a2078cac6340858324dd65c8e3f0ceb2c49" | ||
"gitHead": "a2e78f9d8ee3f86c1f71cc07fad819bb3452ff7c" | ||
} |
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
66151