Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------- | ------------------ |
Expand Down
2 changes: 2 additions & 0 deletions scripts/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"dropdown",
"expansion panel",
"form",
"highlight",
"icon",
"input",
"linear progress",
Expand All @@ -68,6 +69,7 @@
"radio",
"rating",
"snackbar",
"splitter",
"stepper",
"switch",
"slider",
Expand Down
Loading