Skip to content

Commit 0d0b70d

Browse files
authored
Merge branch 'master' into bpachilova/date-range-picker
2 parents fd93a72 + 5fa8c55 commit 0d0b70d

33 files changed

+423
-336
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99
- New File Input Component(`igc-file-input`)
1010

11+
### Deprecated
12+
Some event argument types have been renamed for consistency:
13+
- `CheckboxChangeEventArgs` deprecated, use `IgcCheckboxChangeEventArgs` instead.
14+
- `RadioChangeEventArgs` deprecated, use `IgcRadioChangeEventArgs` instead.
15+
- `IgcRangeSliderValue` deprecated, use `IgcRangeSliderValueEventArgs` instead.
16+
- `IgcActiveStepChangingArgs` deprecated, use `IgcActiveStepChangingEventArgs` instead.
17+
- `IgcActiveStepChangedArgs` deprecated, use `IgcActiveStepChangedEventArgs` instead.
18+
19+
### Fixed
20+
- Setting validation properties on a pristine non-dirty form associated element does not apply invalid styles [#1632](https://github.com/IgniteUI/igniteui-webcomponents/issues/1632)
21+
- Exposed `IgcCalendarResourceStrings`, `PopoverPlacement` (Dropdown and Select) and `IgcTreeSelectionEventArgs` from the public API
22+
1123
## [5.3.0] - 2025-03-13
1224
### Added
1325
- Tile manager component [#1402](https://github.com/IgniteUI/igniteui-webcomponents/pull/1402)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ See the [Storybook Here](https://igniteui.github.io/igniteui-webcomponents)
6969

7070
## Components available in [Ignite UI for WebComponents Grids]
7171

72-
| Components | Status | Documentation |
73-
| :--------- | :----: | :---------------------: |
74-
| Pivot Grid || [Docs][Pivot Grid Docs] |
75-
| Data Grid || [Docs][Data Grid Docs] |
76-
| Tree Grid || [Docs][Tree Grid Docs] |
77-
| Hierarchical Grid || [Docs][Hierarchical Grid Docs] |
72+
| Components | Status | Documentation |
73+
| :---------------- | :----: | :----------------------------: |
74+
| Pivot Grid || [Docs][Pivot Grid Docs] |
75+
| Data Grid || [Docs][Data Grid Docs] |
76+
| Tree Grid || [Docs][Tree Grid Docs] |
77+
| Hierarchical Grid || [Docs][Hierarchical Grid Docs] |
7878

7979
### The Lightweight Web Components Data Grid and Data Table
8080

@@ -199,7 +199,7 @@ npm run storybook:build
199199
[Pivot Grid Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/pivot-grid/overview
200200
[Data Grid Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/grid/overview
201201
[Tree Grid Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/tree-grid/overview
202-
[Hierarchical Grid Docs](https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/hierarchical-grid/overview)
202+
[Hierarchical Grid Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/hierarchical-grid/overview
203203
[Switch Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/switch
204204
[Ripple Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/ripple
205205
[Radio Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/radio

0 commit comments

Comments
 (0)