@spark-ui/use-combined-state
Advanced tools
Comparing version 0.6.3 to 5.0.0
@@ -6,2 +6,25 @@ # Change Log | ||
# 5.0.0 (2024-07-18) | ||
### Bug Fixes | ||
- doc ([5506203](https://github.com/adevinta/spark/commit/55062039dc67c3532be42a4661540052094163d9)) | ||
- force new release to all packages ([d7f5136](https://github.com/adevinta/spark/commit/d7f513698cf48dd9c102fafaeb336096818c6b2b)) | ||
- **use-combined-state:** doc ([9ea6c28](https://github.com/adevinta/spark/commit/9ea6c2820c4578daafb394c8242207b5465129a8)) | ||
- **use-combined-state:** fix deps ([d75ad40](https://github.com/adevinta/spark/commit/d75ad40e6f5af205678abe4405d36290e434831d)) | ||
- **use-combined-state:** meta-tags ([b604c1c](https://github.com/adevinta/spark/commit/b604c1c364def026d8962f3ab7e5cffc5c1df199)) | ||
- **use-combined-state:** missed var observed in hook ([b3fc647](https://github.com/adevinta/spark/commit/b3fc647c5ff679d00f0ce71bd5d4d73fbfc1a2dd)) | ||
### Features | ||
- add peerDeps field ([18e758d](https://github.com/adevinta/spark/commit/18e758d4796389711040fed1c9b738270c505abf)) | ||
- set all inner deps as latest ([dbc135e](https://github.com/adevinta/spark/commit/dbc135e41ddba29451fc2e0a036f189b94604d07)) | ||
- **switch:** customisable icons for switch, controlled mode ([543568e](https://github.com/adevinta/spark/commit/543568e5c5eedc9a6e2ea6a0ef669c73f4b1ce12)) | ||
- update all dependencies to use caret versions in every packages ([35e329c](https://github.com/adevinta/spark/commit/35e329c39bdc661f477d22e770d82e72d7f93a75)) | ||
- **use-combined-state:** add onChange handler argument ([f546bf7](https://github.com/adevinta/spark/commit/f546bf7625664accb37f1f43e98202d1d39fca15)) | ||
- **use-combined-state:** add types ([9f0acf5](https://github.com/adevinta/spark/commit/9f0acf58606537e930787b7884dea5c26452b3e9)) | ||
- **use-combined-state:** doc ([5032720](https://github.com/adevinta/spark/commit/5032720ff7b50a173cfd8914ff10b093125131ec)) | ||
- **use-combined-state:** new hook ([bfdd736](https://github.com/adevinta/spark/commit/bfdd736ab7fb38d042180e3043dfc9af7e9f8b28)) | ||
- **use-combined-state:** remove unnecessary state management when controlled state mode ([95f45ba](https://github.com/adevinta/spark/commit/95f45ba467cebaef2c8d6ad42081aed0720e3fe7)) | ||
## [0.6.3](https://github.com/adevinta/spark/compare/@spark-ui/use-combined-state@0.6.2...@spark-ui/use-combined-state@0.6.3) (2024-04-29) | ||
@@ -8,0 +31,0 @@ |
{ | ||
"name": "@spark-ui/use-combined-state", | ||
"version": "0.6.3", | ||
"version": "5.0.0", | ||
"description": "combine controlled-uncontrolled component state by stateful-stateless inner state management", | ||
@@ -21,3 +21,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@spark-ui/use-mounted-state": "^0.3.1", | ||
"@spark-ui/use-mounted-state": "^5.0.0", | ||
"@types/lodash.isequal": "4.5.8", | ||
@@ -44,3 +44,3 @@ "lodash.isequal": "4.5.0" | ||
"license": "MIT", | ||
"gitHead": "e2262cc062d779c7bafac1d01fe453477f0fdc16" | ||
"gitHead": "cda68c4d65aa3f6f1bd4c47c42e8e72aadb263fd" | ||
} |
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
13359
1
+ Added@spark-ui/use-mounted-state@5.7.3(transitive)
- Removed@spark-ui/use-mounted-state@0.3.1(transitive)