Skip to content

Commit baea1ae

Browse files
committed
Merge branch 'rkaraivanov/combo-navigation-refactor' of https://github.com/IgniteUI/igniteui-webcomponents into rkaraivanov/combo-navigation-refactor
2 parents 580ef96 + 795a457 commit baea1ae

File tree

212 files changed

+7903
-1735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+7903
-1735
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ custom-elements.json
3232
i18nRepo
3333

3434
# Development environment
35+
.env
3536
.envrc
3637
.direnv

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@ 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+
## [6.3.1] - 2025-09-18
8+
### Fixed
9+
- peerDependencies versions
10+
11+
## [6.3.0] - 2025-09-18
12+
### Added
13+
- Chat component
14+
15+
### Fixed
16+
- #### List
17+
- removed duplicated CSS variables across list components and themes [#1853](https://github.com/IgniteUI/igniteui-webcomponents/pull/1853)
18+
19+
## [6.2.2] - 2025-09-16
20+
### Fixed
21+
- Minor bug fixes around styles
22+
23+
## [6.2.1] - 2025-09-01
24+
### Added
25+
- #### Date picker
26+
- set picker calendar's active date on user input [#1819](https://github.com/IgniteUI/igniteui-webcomponents/pull/1819)
27+
28+
### Fixed
29+
- #### Calendar
30+
- Navigation styling [#1831](https://github.com/IgniteUI/igniteui-webcomponents/pull/1831)
31+
- #### Card
32+
- Slotted `igc-avatar` size styles in supported themes [#1833](https://github.com/IgniteUI/igniteui-webcomponents/pull/1833)
33+
- #### Combo
34+
- Dropdown initial height [#1826](https://github.com/IgniteUI/igniteui-webcomponents/pull/1826)
35+
- Icon sizes styles for Indigo theme [#1827](https://github.com/IgniteUI/igniteui-webcomponents/pull/1827)
36+
- #### Date picker, Date range picker
37+
- Disabled styles [#1834](https://github.com/IgniteUI/igniteui-webcomponents/pull/1834)
38+
- #### Input
39+
- Prefix and suffix slot styles for Bootstrap theme [#1820](https://github.com/IgniteUI/igniteui-webcomponents/pull/1820)
40+
- Label and border styles for Material theme [#1824](https://github.com/IgniteUI/igniteui-webcomponents/pull/1824)
41+
- Removed overridden tabindex property [#1836](https://github.com/IgniteUI/igniteui-webcomponents/pull/1836)
42+
- #### Select
43+
- Icon sizes styles for Indigo theme [#1827](https://github.com/IgniteUI/igniteui-webcomponents/pull/1827)
44+
- #### Switch
45+
- Use the new thumb hover property [#1809](https://github.com/IgniteUI/igniteui-webcomponents/pull/1809)
46+
- #### Tile manager
47+
- Incorrect escape of internal regex [#1837](https://github.com/IgniteUI/igniteui-webcomponents/pull/1837)
48+
749
## [6.2.0] - 2025-08-04
850
### Added
951
- Form associated custom elements now expose the **ig-invalid** custom state for styling with the `:state()` CSS selector.
@@ -984,6 +1026,10 @@ Initial release of Ignite UI Web Components
9841026
- Ripple component
9851027
- Switch component
9861028

1029+
[6.3.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.3.0...6.3.1
1030+
[6.3.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.2.2...6.3.0
1031+
[6.2.2]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.2.1...6.2.2
1032+
[6.2.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.2.0...6.2.1
9871033
[6.2.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.1.2...6.2.0
9881034
[6.1.2]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.1.1...6.1.2
9891035
[6.1.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.1.0...6.1.1

0 commit comments

Comments
 (0)