@blaze/toggles
Advanced tools
Comparing version 0.2.3 to 1.0.0
@@ -6,14 +6,24 @@ # Change Log | ||
## [0.2.3](https://github.com/BlazeUI/blaze/compare/@blaze/toggles@0.2.2...@blaze/toggles@0.2.3) (2019-02-06) | ||
# [1.0.0](https://github.com/BlazeSoftware/blaze/compare/@blaze/toggles@0.2.3...@blaze/toggles@1.0.0) (2019-03-06) | ||
### Bug Fixes | ||
### Features | ||
* **toggle atom:** stop emitting change event on attr change ([eb91463](https://github.com/BlazeUI/blaze/commit/eb91463)) | ||
* **buttons:** removal of buttons atom ([bdf08b5](https://github.com/BlazeSoftware/blaze/commit/bdf08b5)) | ||
### BREAKING CHANGES | ||
* **buttons:** no more button atoms, use HTML elements instead | ||
## [0.2.3](https://github.com/BlazeUI/blaze/compare/@blaze/toggles@0.2.2...@blaze/toggles@0.2.3) (2019-02-06) | ||
### Bug Fixes | ||
- **toggle atom:** stop emitting change event on attr change ([eb91463](https://github.com/BlazeUI/blaze/commit/eb91463)) | ||
## [0.2.2](https://github.com/BlazeUI/blaze/compare/@blaze/toggles@0.2.1...@blaze/toggles@0.2.2) (2019-02-05) | ||
@@ -20,0 +30,0 @@ |
{ | ||
"name": "@blaze/toggles", | ||
"version": "0.2.3", | ||
"version": "1.0.0", | ||
"description": "Open Source UI Toolkit - Feature Toggles", | ||
@@ -37,9 +37,9 @@ "module": "dist/esm/index.js", | ||
"type": "git", | ||
"url": "https://github.com/BlazeUI/blaze.git" | ||
"url": "https://github.com/BlazeSoftware/blaze.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/BlazeUI/blaze/issues" | ||
"url": "https://github.com/BlazeSoftware/blaze/issues" | ||
}, | ||
"homepage": "https://www.blazeui.com", | ||
"gitHead": "206ed5bb59e9b491466cf1076dc2d1b7398e3ae9" | ||
"gitHead": "12a659962ed62cdf8e51223e26979c8a0b400676" | ||
} |
@@ -7,3 +7,3 @@ # <a href="https://blaze-toggles.firebaseapp.com">Blaze Feature Toggles</a> | ||
[![ci build status](https://img.shields.io/travis/BlazeUI/blaze.svg?style=for-the-badge&logo=travis)](https://travis-ci.org/BlazeUI/blaze) | ||
[![ci build status](https://img.shields.io/travis/BlazeSoftware/blaze.svg?style=for-the-badge&logo=travis)](https://travis-ci.org/BlazeSoftware/blaze) | ||
@@ -10,0 +10,0 @@ ## Using the Toggles |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
248469
0