File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/nest" : " 0.2.5" ,
3
3
"packages/react" : " 1.0.0" ,
4
- "packages/web" : " 1.5 .0" ,
4
+ "packages/web" : " 1.6 .0" ,
5
5
"packages/server" : " 1.18.0" ,
6
6
"packages/shared" : " 1.9.0" ,
7
7
"packages/angular/projects/angular-sdk" : " 0.0.16"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 1.6.0] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v1.5.0...web-sdk-v1.6.0 ) (2025-08-12)
5
+
6
+
7
+ ### ✨ New Features
8
+
9
+ * add evaluation-scoped hook data ([ #1216 ] ( https://github.com/open-feature/js-sdk/issues/1216 ) ) ([ 07af3a9] ( https://github.com/open-feature/js-sdk/commit/07af3a9eda895e9edb24c7ee1e3c1c4f16e17431 ) )
10
+ * ** web-global-build:** impl ([ #1225 ] ( https://github.com/open-feature/js-sdk/issues/1225 ) ) ([ 40a512e] ( https://github.com/open-feature/js-sdk/commit/40a512e21204eb92dc3ef4161b383f9c1fd74da7 ) )
11
+
12
+
13
+ ### 📚 Documentation
14
+
15
+ * Clarify the behavior of setProviderAndWait ([ #1180 ] ( https://github.com/open-feature/js-sdk/issues/1180 ) ) ([ 4fe8d87] ( https://github.com/open-feature/js-sdk/commit/4fe8d87a2e5df2cbd4086cc4f4a380e8857ed8ba ) )
16
+
4
17
## [ 1.5.0] ( https://github.com/open-feature/js-sdk/compare/web-sdk-v1.4.1...web-sdk-v1.5.0 ) (2025-04-11)
5
18
6
19
Original file line number Diff line number Diff line change 16
16
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
17
17
</a >
18
18
<!-- x-release-please-start-version -->
19
- <a href =" https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.5 .0 " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.5 .0&color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.6 .0 " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.6 .0&color=blue&style=for-the-badge" />
21
21
</a >
22
22
<!-- x-release-please-end -->
23
23
<br />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/web-sdk" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"description" : " OpenFeature SDK for Web" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"unpkg" : " dist/global/index.min.js" ,
You can’t perform that action at this time.
0 commit comments