You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -345,13 +345,12 @@ Upgrading should be as easy as running yarn again with the new version, but we m
345
345
346
346
`startClient` option has been simplified. Now it will also work if you don't pass custom client with it. It defaults to `true`.
347
347
348
+
#### Note on v4.0.0:
349
+
The major release is driven by Node14 end of life and represents no other changes. From this version onwards we do not guarantee that this library will work server side with Node 14.
350
+
348
351
## Upgrade path from v4 -> v5
349
352
350
353
[FlagContext public interface changed](https://github.com/Unleash/proxy-client-react/commit/b783ef4016dbb881ac3d878cffaf5241b047cc35#diff-825c82ad66c3934257e0ee3e0511d9223db22e7ddf5de9cbdf6485206e3e02cfL20-R20). If you used FlagContext directly you may have to adjust your code slightly to accomodate the new type changes.
351
354
352
-
353
-
#### Note on v4.0.0:
354
-
The major release is driven by Node14 end of life and represents no other changes. From this version onwards we do not guarantee that this library will work server side with Node 14.
355
-
356
355
## Design philosophy
357
356
This feature flag SDK is designed according to our design philosophy. You can [read more about that here](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices).
0 commit comments