Skip to content

Commit 8dc2011

Browse files
authored
docs: Release notes (#2152)
1 parent 4f0f33c commit 8dc2011

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [7.1.0] - 2026-03-19
8+
### Added
9+
- Splitter component
10+
- Highlight container component
11+
12+
### Fixed
13+
- #### Combo
14+
- Use focus color for clear button background #[2140](https://github.com/IgniteUI/igniteui-webcomponents/pull/2140)
15+
- #### Stepper
16+
- Box shadow values for step indicators #[2133](https://github.com/IgniteUI/igniteui-webcomponents/pull/2133)
17+
- #### Tabs
18+
- Scrolling behavior for tabs content #[2149](https://github.com/IgniteUI/igniteui-webcomponents/pull/2149)
19+
720
## [7.0.1] - 2026-03-06
821
### Fixed
922
- #### Icon service
@@ -1269,6 +1282,7 @@ Initial release of Ignite UI Web Components
12691282
- Ripple component
12701283
- Switch component
12711284
1285+
[7.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/7.0.1...7.1.0
12721286
[7.0.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/7.0.0...7.0.1
12731287
[7.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.5.1...7.0.0
12741288
[6.5.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.5.0...6.5.1

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We provide security support for the **latest major version** of the package only
66

77
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.
88

9-
**Current package version: 7.0.x**
9+
**Current package version: 7.1.x**
1010

1111
| Version | Supported |
1212
| ------- | ------------------ |

scripts/_package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"dropdown",
5656
"expansion panel",
5757
"form",
58+
"highlight",
5859
"icon",
5960
"input",
6061
"linear progress",
@@ -68,6 +69,7 @@
6869
"radio",
6970
"rating",
7071
"snackbar",
72+
"splitter",
7173
"stepper",
7274
"switch",
7375
"slider",

0 commit comments

Comments
 (0)