Skip to content

Commit 64dc8c1

Browse files
committed
Merge remote-tracking branch 'origin/master' into rkaraivanov/partMap-directive
2 parents 2f0f7c8 + 8e858b4 commit 64dc8c1

Some content is hidden

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

48 files changed

+1399
-1016
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ body:
1919
- Button group
2020
- Calendar
2121
- Card
22+
- Carousel
2223
- Chip
2324
- Checkbox / Switch
2425
- Combo
@@ -27,6 +28,7 @@ body:
2728
- Dialog
2829
- Dropdown
2930
- Expansion panel
31+
- File input
3032
- Icon(s)
3133
- Icon button
3234
- Input
@@ -42,7 +44,9 @@ body:
4244
- Stepper
4345
- Tabs & Tab group
4446
- Textarea
47+
- Tile Manager
4548
- Toast
49+
- Tooltip
4650
- Tree
4751
- Theming & Styles
4852
- Other/unknown (please specify in the description)

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ custom-elements.json
3030

3131
# Localization data
3232
i18nRepo
33+
34+
# Development environment
35+
.envrc
36+
.direnv

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.0.1] - 2025-05-28
8+
### Added
9+
- #### Radio group
10+
- Slotted `<label>` elements have default styles based on the current theme [#1694](https://github.com/IgniteUI/igniteui-webcomponents/pull/1694)
11+
12+
### Fixed
13+
- #### Chip
14+
- Styling discrepancies [#1486](https://github.com/IgniteUI/igniteui-webcomponents/pull/1486)
15+
- #### DateTime Input
16+
- Ensure `igcChange` is emitted in case an incomplete mask value has been filled [#1695](https://github.com/IgniteUI/igniteui-webcomponents/issues/1695)
17+
- #### Input
18+
- Browser default autofill background styles [#1697](https://github.com/IgniteUI/igniteui-webcomponents/pull/1697)
19+
- #### Textarea
20+
- Dynamic prefix/suffix slot content state [#1686](https://github.com/IgniteUI/igniteui-webcomponents/issues/1686)
21+
722
## [6.0.0] - 2025-04-29
823
### Changed
924
- Minimum Node version required is now >= 20.
@@ -878,6 +893,7 @@ Initial release of Ignite UI Web Components
878893
- Ripple component
879894
- Switch component
880895

896+
[6.0.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.0.0...6.0.1
881897
[6.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.4.1...6.0.0
882898
[5.4.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.4.0...5.4.1
883899
[5.4.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.3.0...5.4.0

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![npm version](https://badge.fury.io/js/igniteui-webcomponents.svg)](https://badge.fury.io/js/igniteui-webcomponents)
1010
[![Discord](https://img.shields.io/discord/836634487483269200?logo=discord&logoColor=ffffff)](https://discord.gg/39MjrTRqds)
1111

12-
[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. All components are based on the [Indigo.Design Design System] and are backed by ready-to-use UI kits for Sketch, Adobe XD and Figma.
12+
[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. All components are based on the [Indigo.Design Design System] and are backed by ready-to-use UI kit for Figma.
1313

1414
See the [Storybook Here](https://igniteui.github.io/igniteui-webcomponents)
1515

@@ -23,6 +23,8 @@ See the [Storybook Here](https://igniteui.github.io/igniteui-webcomponents)
2323

2424
| Components | Status | Documentation | Released Version |
2525
| :---------------------- | :----: | :----------------------------: | :--------------: |
26+
| Tooltip || [Docs][Tooltip Docs] | [5.4.0] |
27+
| File Input || [Docs][File Input Docs] | [5.4.0] |
2628
| Tile Manager || [Docs][Tile Manager Docs] | [5.3.0] |
2729
| Carousel || [Docs][Carousel Docs] | [5.1.0] |
2830
| Date picker || [Docs][Date Picker Docs] | [4.10.0] |
@@ -241,6 +243,8 @@ npm run storybook:build
241243
[Date Picker Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/scheduling/date-picker
242244
[Carousel Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/carousel
243245
[Tile Manager Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/tile-manager
246+
[File Input Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/file-input
247+
[Tooltip Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/tooltip
244248
[1.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/1.0.0
245249
[2.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/2.0.0
246250
[2.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/2.1.0
@@ -253,3 +257,4 @@ npm run storybook:build
253257
[4.10.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/4.10.0
254258
[5.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.1.0
255259
[5.3.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.3.0
260+
[5.4.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.4.0

0 commit comments

Comments
 (0)