diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f586bc8..9ae348135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [7.1.0] - 2026-03-19 +### Added +- Splitter component +- Highlight container component + +### Fixed +- #### Combo + - Use focus color for clear button background #[2140](https://github.com/IgniteUI/igniteui-webcomponents/pull/2140) +- #### Stepper + - Box shadow values for step indicators #[2133](https://github.com/IgniteUI/igniteui-webcomponents/pull/2133) +- #### Tabs + - Scrolling behavior for tabs content #[2149](https://github.com/IgniteUI/igniteui-webcomponents/pull/2149) + ## [7.0.1] - 2026-03-06 ### Fixed - #### Icon service @@ -1269,6 +1282,7 @@ Initial release of Ignite UI Web Components - Ripple component - Switch component +[7.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/7.0.1...7.1.0 [7.0.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/7.0.0...7.0.1 [7.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.5.1...7.0.0 [6.5.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.5.0...6.5.1 diff --git a/SECURITY.md b/SECURITY.md index 182ae642e..4a0f64790 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ We provide security support for the **latest major version** of the package only For critical security vulnerabilities, we will backport fixes to the **last relevant minor version** of the current major version to ensure users can apply security patches without upgrading to a new minor release. -**Current package version: 7.0.x** +**Current package version: 7.1.x** | Version | Supported | | ------- | ------------------ | diff --git a/scripts/_package.json b/scripts/_package.json index de835422a..a0311ad1c 100644 --- a/scripts/_package.json +++ b/scripts/_package.json @@ -55,6 +55,7 @@ "dropdown", "expansion panel", "form", + "highlight", "icon", "input", "linear progress", @@ -68,6 +69,7 @@ "radio", "rating", "snackbar", + "splitter", "stepper", "switch", "slider",