|
1 | 1 | 4.0.0 (Jul XX, 2025)
|
2 |
| - - BREAKING CHANGE: Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself. |
| 2 | + - BREAKING CHANGE: |
| 3 | + - Updated the minimum Angular version to match Angular's support up to date. Dropped support for Angular versions below 18.0.0. Updated the minimum supported Angular version to 18.0.0. |
| 4 | + - Renamed some TypeScript definitions in the `SplitIO` namespace to avoid conflicts with other Split packages: `IBrowserSettings`, `ISDK`, and `IClient` were renamed to `IClientSideSettings`, `IBrowserSDK`, and `IBrowserClient` respectively. |
| 5 | + - Dropped support for Split Proxy below version 5.9.0. The SDK now requires Split Proxy 5.9.0 or above. |
| 6 | + - Removed the `LocalhostFromObject` export from the default import (`import { LocalhostFromObject } from '@splitsoftware/splitio-angular'`). It is no longer necessary to manually import and configure it in the `sync.localhostMode` option to enable localhost mode. |
3 | 7 | - Updated @splitsoftware/splitio-browserjs package to version 1.3.1 that includes:
|
4 | 8 | - Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.
|
5 | 9 | - Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
|
6 | 10 | - Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
|
7 | 11 | - Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on `SplitView` type objects. Read more in our docs.
|
8 | 12 |
|
9 | 13 | 3.0.0 (May 17, 2024)
|
10 |
| - - BREAKING CHANGE: Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself. |
| 14 | + - BREAKING CHANGE: Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself. Dropped support for Angular versions below 16.0.0. Updated the minimum supported Angular version to 16.0.0. |
11 | 15 | - Updated @splitsoftware/splitio-browserjs package to version 0.14.0 that includes:
|
12 | 16 | - Added support for targeting rules based on semantic versions (https://semver.org/).
|
13 | 17 | - Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment.
|
|
17 | 21 | - Updated some transitive dependencies for vulnerability fixes.
|
18 | 22 |
|
19 | 23 | 2.0.0 (Dec 18, 2023)
|
20 |
| - - BREAKING CHANGE: Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself. |
| 24 | + - BREAKING CHANGE: Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself. Dropped support for Angular versions below 15.0.0. Updated the minimum supported Angular version to 15.0.0. |
21 | 25 | - Updated @splitsoftware/splitio-browserjs package to version 0.13.0
|
22 | 26 | - Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
|
23 | 27 | - Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
|
|
0 commit comments