igniteui-webcomponents 6.3.0 → 6.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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
|
+
## [6.3.1] - 2025-09-18
|
|
8
|
+
### Fixed
|
|
9
|
+
- peerDependencies versions
|
|
10
|
+
|
|
7
11
|
## [6.3.0] - 2025-09-18
|
|
8
12
|
### Added
|
|
9
13
|
- Chat component
|
|
@@ -1022,6 +1026,7 @@ Initial release of Ignite UI Web Components
|
|
|
1022
1026
|
- Ripple component
|
|
1023
1027
|
- Switch component
|
|
1024
1028
|
|
|
1029
|
+
[6.3.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.0...6.3.1
|
|
1025
1030
|
[6.3.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.2.2...6.3.0
|
|
1026
1031
|
[6.2.2]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.2.1...6.2.2
|
|
1027
1032
|
[6.2.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.2.0...6.2.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.1",
|
|
4
4
|
"description": "Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.",
|
|
5
5
|
"author": "Infragistics",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"lit": "^3.3.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
|
-
"dompurify": "^3.2.",
|
|
89
|
+
"dompurify": "^3.2.0",
|
|
90
90
|
"marked": "^16.3.0",
|
|
91
91
|
"marked-shiki": "^1.2.0",
|
|
92
92
|
"shiki": "^3.12.0"
|