@spotify-confidence/integration-react
Advanced tools
Comparing version 0.1.5 to 0.2.0-rc.0
@@ -21,2 +21,30 @@ # Changelog | ||
## [0.2.0-rc.0](https://github.com/spotify/confidence-openfeature-provider-js/compare/integration-react-v0.1.5...integration-react-v0.2.0-rc.0) (2024-04-04) | ||
### ⚠ BREAKING CHANGES | ||
* Since our peer dependency to `@openfeature/js-sdk` changed into `@openfeature/server-sdk`, users need to install the new package which is concidered a breaking change. | ||
### ✨ New Features | ||
* make provider fetchImplementation optional ([cd242a6](https://github.com/spotify/confidence-openfeature-provider-js/commit/cd242a60804d5565f69d12ec0d35acf8d980f11e)) | ||
### 🧹 Chore | ||
* upgrade OpenFeature dependencies ([8f27a92](https://github.com/spotify/confidence-openfeature-provider-js/commit/8f27a924aa5eb7662fdf73be6564eb2e3580b2fc)) | ||
### 🔄 Refactoring | ||
* providers depend on total confidence ([ac4a56b](https://github.com/spotify/confidence-openfeature-provider-js/commit/ac4a56be0e858cdccacd7fef248ebfec3a2e5dc0)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @spotify-confidence/openfeature-web-provider bumped from ^0.1.5 to ^0.2.0-rc.0 | ||
## [0.1.3](https://github.com/spotify/confidence-openfeature-provider-js/compare/integration-react-v0.1.2...integration-react-v0.1.3) (2024-01-05) | ||
@@ -23,0 +51,0 @@ |
{ | ||
"name": "@spotify-confidence/integration-react", | ||
"license": "Apache-2.0", | ||
"version": "0.1.5", | ||
"version": "0.2.0-rc.0", | ||
"module": "build/esm/index.js", | ||
@@ -9,3 +9,3 @@ "main": "build/cjs/index.js", | ||
"peerDependencies": { | ||
"@openfeature/web-sdk": "^0.4.0", | ||
"@openfeature/web-sdk": "^0.4.11", | ||
"react-dom": ">=16 <19" | ||
@@ -20,7 +20,9 @@ }, | ||
"devDependencies": { | ||
"@spotify-confidence/openfeature-web-provider": "^0.1.5", | ||
"@openfeature/core": "^0.0.24", | ||
"@openfeature/web-sdk": "^0.4.11", | ||
"@spotify-confidence/openfeature-web-provider": "^0.2.0-rc.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/node-fetch": "^2.6.4", | ||
"@types/use-sync-external-store": "^0.0.4" | ||
"@types/use-sync-external-store": "^0.0.4", | ||
"react": "^18.2.0" | ||
}, | ||
@@ -33,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f2461b20ffca3c56183193856fe529542e880be7" | ||
"gitHead": "86023f5a9cb5c641213ae7754be2395174754119" | ||
} |
Sorry, the diff of this file is not supported yet
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
171113
7