astro-color-mode
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -6,28 +6,30 @@ # Change Log | ||
## 0.6.0 (2022-10-17) | ||
## [0.7.0](https://github.com/JulianCataldo/web-garden/compare/astro-color-mode@0.6.0...astro-color-mode@0.7.0) (2022-11-19) | ||
### Features | ||
* generic color mode mixin ([fb39fb0](https://github.com/JulianCataldo/web-garden/commit/fb39fb0711441ecb8187321ebdeed1c5a8c69c3e)) | ||
* init color mode component ([1a8fb81](https://github.com/JulianCataldo/web-garden/commit/1a8fb8105cb9f40572fb7884a4d26dc8b31a37ef)) | ||
- support for scoped / global mixin ([cd014d4](https://github.com/JulianCataldo/web-garden/commit/cd014d41265e13092b1f965244bfb69f25788f87)) | ||
### Bug Fixes | ||
* remove package prefix, simplify import method ([73bd31b](https://github.com/JulianCataldo/web-garden/commit/73bd31bf1f501624036a74a3f19c5bf83cc9c0a4)) | ||
* remove unused dependency ([0c0537e](https://github.com/JulianCataldo/web-garden/commit/0c0537e6a286b6532d7de4a301e41c1f959c012e)) | ||
* temporary no js fallback defaults ([3b889d1](https://github.com/JulianCataldo/web-garden/commit/3b889d1db1bedb5eaf481b0e0a65fde18477b347)) | ||
* wrap global script in scoped function ([edf9be5](https://github.com/JulianCataldo/web-garden/commit/edf9be57fd6e354fe3bda886748a897f34add5c0)) | ||
- save state from os switch + optimize listener ([372a75e](https://github.com/JulianCataldo/web-garden/commit/372a75eef8e100742e11293449ae93aacf1a1566)) | ||
## 0.6.0 (2022-10-17) | ||
### Features | ||
## [0.11.6](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.11.5...@julian_cataldo/astro-color-mode@0.11.6) (2022-09-22) | ||
- generic color mode mixin ([fb39fb0](https://github.com/JulianCataldo/web-garden/commit/fb39fb0711441ecb8187321ebdeed1c5a8c69c3e)) | ||
- init color mode component ([1a8fb81](https://github.com/JulianCataldo/web-garden/commit/1a8fb8105cb9f40572fb7884a4d26dc8b31a37ef)) | ||
**Note:** Version bump only for package @julian_cataldo/astro-color-mode | ||
### Bug Fixes | ||
- remove package prefix, simplify import method ([73bd31b](https://github.com/JulianCataldo/web-garden/commit/73bd31bf1f501624036a74a3f19c5bf83cc9c0a4)) | ||
- remove unused dependency ([0c0537e](https://github.com/JulianCataldo/web-garden/commit/0c0537e6a286b6532d7de4a301e41c1f959c012e)) | ||
- temporary no js fallback defaults ([3b889d1](https://github.com/JulianCataldo/web-garden/commit/3b889d1db1bedb5eaf481b0e0a65fde18477b347)) | ||
- wrap global script in scoped function ([edf9be5](https://github.com/JulianCataldo/web-garden/commit/edf9be57fd6e354fe3bda886748a897f34add5c0)) | ||
## [0.11.6](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.11.5...@julian_cataldo/astro-color-mode@0.11.6) (2022-09-22) | ||
**Note:** Version bump only for package @julian_cataldo/astro-color-mode | ||
## [0.11.5](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.11.4...@julian_cataldo/astro-color-mode@0.11.5) (2022-08-20) | ||
@@ -37,15 +39,8 @@ | ||
## [0.11.4](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.11.3...@julian_cataldo/astro-color-mode@0.11.4) (2022-08-06) | ||
### Bug Fixes | ||
* temporary no js fallback defaults ([3b889d1](https://github.com/JulianCataldo/web-garden/commit/3b889d1db1bedb5eaf481b0e0a65fde18477b347)) | ||
- temporary no js fallback defaults ([3b889d1](https://github.com/JulianCataldo/web-garden/commit/3b889d1db1bedb5eaf481b0e0a65fde18477b347)) | ||
## [0.11.3](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.11.2...@julian_cataldo/astro-color-mode@0.11.3) (2022-07-31) | ||
@@ -55,6 +50,2 @@ | ||
## [0.11.2](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.11.1...@julian_cataldo/astro-color-mode@0.11.2) (2022-07-26) | ||
@@ -64,6 +55,2 @@ | ||
## [0.11.1](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.11.0...@julian_cataldo/astro-color-mode@0.11.1) (2022-07-24) | ||
@@ -73,6 +60,2 @@ | ||
## [0.11.0](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.10.3...@julian_cataldo/astro-color-mode@0.11.0) (2022-07-18) | ||
@@ -79,0 +62,0 @@ |
{ | ||
"name": "astro-color-mode", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Provides system or user-defined color scheme preference, with a toggle mechanism. Settings are persisted, component is progressively enhanced and flash of unstyled content avoided. Also, it will provide an easier way to target theme with CSS / SCSS / JS.", | ||
"main": "index.ts", | ||
"type": "module", | ||
"files": [ | ||
"index.ts", | ||
"Props.ts", | ||
"ColorMode.astro", | ||
"use-color-mode.scss", | ||
"CHANGELOG.md" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "Julian Cataldo", | ||
"homepage": "https://code.juliancataldo.com/component/astro-color-mode", | ||
"bugs": { | ||
"url": "https://github.com/JulianCataldo/web-garden/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/JulianCataldo/web-garden", | ||
"directory": "app/ColorMode" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
@@ -48,4 +23,26 @@ "astro", | ||
], | ||
"homepage": "https://code.juliancataldo.com/component/astro-color-mode", | ||
"bugs": { | ||
"url": "https://github.com/JulianCataldo/web-garden/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/JulianCataldo/web-garden", | ||
"directory": "app/ColorMode" | ||
}, | ||
"license": "ISC", | ||
"gitHead": "35062a6c025fc6a91318aef46cebf472577c6701" | ||
"author": "Julian Cataldo", | ||
"type": "module", | ||
"main": "index.ts", | ||
"files": [ | ||
"index.ts", | ||
"Props.ts", | ||
"ColorMode.astro", | ||
"use-color-mode.scss", | ||
"CHANGELOG.md" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"gitHead": "23d62d6f4898153f17aec78147fb4b22ac9aedb0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
12119