Skip to content

Commit a0aa547

Browse files
update version and changes file
1 parent 5174cb9 commit a0aa547

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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.
3+
- Updated @splitsoftware/splitio-browserjs package to version 1.3.1 that includes:
4+
- 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+
- 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+
- 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+
- 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+
19
3.0.0 (May 17, 2024)
210
- 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.
311
- Updated @splitsoftware/splitio-browserjs package to version 0.14.0 that includes:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This utilities are designed to work with Split, the platform for controlled roll
77
[![Twitter Follow](https://img.shields.io/twitter/follow/splitsoftware.svg?style=social&label=Follow&maxAge=1529000)](https://twitter.com/intent/follow?screen_name=splitsoftware)
88

99
## Compatibility
10-
This SDK is compatible with Angular 16.2.12 and above.
10+
This SDK is compatible with Angular 18.2.0 and above.
1111

1212
## Getting started
1313
Below is a simple example that describes the instantiation and most basic usage of our SDK:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-angular",
3-
"version": "3.0.0",
3+
"version": "3.0.1-rc.0",
44
"description": "Split Angular utilities to simplify Split SDK browser client usage",
55
"scripts": {
66
"ng": "ng",

projects/splitio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-angular",
3-
"version": "3.0.0",
3+
"version": "3.0.1-rc.0",
44
"description": "Split Angular utilities to simplify Split SDK browser client usage",
55
"repository": {
66
"type": "git",

projects/splitio/src/lib/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Angular utilities version number
33
*/
4-
const ANGULAR_SDK_VERSION_NUMBER = '3.0.0';
4+
const ANGULAR_SDK_VERSION_NUMBER = '3.0.1-rc.0';
55
/**
66
* SDK constant for control treatment
77
*/

0 commit comments

Comments
 (0)