Skip to content

Commit 0633d7e

Browse files
authored
docs: Update release notes for v6.4.0 (#2039)
1 parent 34d8eca commit 0633d7e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [6.4.0] - 2025-12-15
88
### Added
99
- #### Localization
1010
- New localization implementation. Now you can set global localization for all localized Ignite UI components using the `registerI18n` and `setCurrentI18n` methods.
@@ -80,11 +80,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8080
- #### Tabs
8181
- Add active pseudo-elements backgrounds for the active tab in Material theme. [#1998](https://github.com/IgniteUI/igniteui-webcomponents/issues/1998)
8282
- Take scale factor when positioning the active tab indicator. [#2008](https://github.com/IgniteUI/igniteui-webcomponents/issues/2008)
83+
- Selected indicator alignment [#2028](https://github.com/IgniteUI/igniteui-webcomponents/issues/2028)
8384
- #### Tooltip
8485
- Do not show the tooltip when the tooltip target is clicked. [#1828](https://github.com/IgniteUI/igniteui-webcomponents/issues/1828)
8586
- Removed the **max-width** constraint for slotted content. [#1936](https://github.com/IgniteUI/igniteui-webcomponents/issues/1936)
8687

87-
8888
## [6.3.6] - 2025-11-14
8989
### Fixed
9090
- #### Date picker
@@ -1140,6 +1140,7 @@ Initial release of Ignite UI Web Components
11401140
- Ripple component
11411141
- Switch component
11421142

1143+
[6.4.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.6...6.4.0
11431144
[6.3.6]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.5...6.3.6
11441145
[6.3.5]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.4...6.3.5
11451146
[6.3.4]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.3...6.3.4

scripts/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"igniteui-i18n-resources": "^1.0.1",
9292
"marked": "^17.0.0",
9393
"marked-shiki": "^1.2.0",
94-
"shiki": "^3.15.0"
94+
"shiki": "^3.20.0"
9595
},
9696
"peerDependenciesMeta": {
9797
"dompurify": {

0 commit comments

Comments
 (0)