You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-7Lines changed: 32 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## [Unreleased]
7
+
## [7.0.0] - 2026-02-25
8
8
### Added
9
+
-#### AI-Assisted Development - Copilot Skills
10
+
- Four end-user skills are now shipped with the package under the `skills/` directory. They provide step-by-step guidance to GitHub Copilot and other LLM agents for common tasks:
11
+
-**igniteui-wc-choose-components** - Identify the right component for a given UI pattern.
12
+
-**igniteui-wc-integrate-with-framework** - Set up and use components in React, Angular, Vue, or vanilla JS.
13
+
-**igniteui-wc-customize-component-theme** - Apply custom styles via CSS custom properties, parts, and the theming system.
14
+
-**igniteui-wc-optimize-bundle-size** - Reduce production bundle size through selective imports and lazy loading.
15
+
16
+
To enable the skills in your project, copy the skill folders into your repository's `.github/skills/` directory so Copilot can automatically discover them:
Copilot supports project skills stored in `.github/skills` or `.claude/skills` in your repository, and personal skills stored in `~/.copilot/skills` or `~/.claude/skills` (shared across projects; Copilot coding agent and GitHub Copilot CLI only).
9
33
-#### Chat
10
34
-**adoptRootStyles** can now be toggled on/off at runtime. [#2093](https://github.com/IgniteUI/igniteui-webcomponents/pull/2093)
11
35
@@ -15,6 +39,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
39
-#### Themes - **Breaking change**
16
40
- Changed global prefixes for CSS custom properties for component themes to align with other Ignite UI component libraries.
17
41
42
+
### Removed
43
+
-#### Chat
44
+
- Removed the **typingIndicator** template renderer. Users can use the **typing-indicator** slot instead.
45
+
-#### Tooltip
46
+
- Removed the **disableArrow** deprecated property.
47
+
18
48
### Fixed
19
49
-#### Carousel
20
50
- Context instantiation in Blazor. [#2033](https://github.com/IgniteUI/igniteui-webcomponents/pull/2033)
@@ -23,12 +53,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
53
-#### Textarea
24
54
- Correct cursor style over non input parts. [#2085](https://github.com/IgniteUI/igniteui-webcomponents/pull/2085)
25
55
26
-
### Removed
27
-
-#### Chat
28
-
- Removed the **typingIndicator** template renderer. Users can use the **typing-indicator** slot instead.
29
-
-#### Tooltip
30
-
- Removed the **disableArrow** deprecated property.
31
-
32
56
## [6.5.1] - 2026-02-04
33
57
### Fixed
34
58
-#### Calendar
@@ -1240,6 +1264,7 @@ Initial release of Ignite UI Web Components
0 commit comments