Skip to content

Commit 1067f3c

Browse files
authored
Merge branch 'master' into mpopov/calendar/bug/header-title-size
2 parents da0df79 + ff30039 commit 1067f3c

24 files changed

+1443
-273
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [Unreleased]
8+
### Added
9+
- New File Input Component(`igc-file-input`)
10+
711
## [5.3.0] - 2025-03-13
812
### Added
913
- Tile manager component [#1402](https://github.com/IgniteUI/igniteui-webcomponents/pull/1402)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ See the [Storybook Here](https://igniteui.github.io/igniteui-webcomponents)
7474
| Pivot Grid || [Docs][Pivot Grid Docs] |
7575
| Data Grid || [Docs][Data Grid Docs] |
7676
| Tree Grid || [Docs][Tree Grid Docs] |
77+
| Hierarchical Grid || [Docs][Hierarchical Grid Docs] |
7778

7879
### The Lightweight Web Components Data Grid and Data Table
7980

@@ -198,6 +199,7 @@ npm run storybook:build
198199
[Pivot Grid Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/pivot-grid/overview
199200
[Data Grid Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/grid/overview
200201
[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)
201203
[Switch Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/switch
202204
[Ripple Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/ripple
203205
[Radio Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/radio

ROADMAP.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
# Current Milestone
44

5-
## Milestone 13 (Due Aug, 2024)
5+
## Milestone 17 (Due May, 2025)
66

7-
1. Carousel component [#170](https://github.com/IgniteUI/igniteui-webcomponents/issues/170)
7+
1. Date range picker [1596](https://github.com/IgniteUI/igniteui-webcomponents/issues/1596)
8+
2. Tooltip component [1615](https://github.com/IgniteUI/igniteui-webcomponents/issues/1615)
89

910
## Going down the road
1011

@@ -13,7 +14,23 @@
1314

1415
# Previous Milestone
1516

16-
## Milestone 12, version [4.10.0](https://github.com/IgniteUI/igniteui-webcomponents/compare/4.9.0...4.10.0) Released Jul 01st, 2024
17+
## Milestone 16, version 5.3.0, Released Mar 13th, 2025
18+
19+
1. **[DONE]** Tile manager component [#1402](https://github.com/IgniteUI/igniteui-webcomponents/pull/1402)
20+
21+
## Milestone 15, version 5.1.0, Released Oct 25th, 2024
22+
23+
1. **[DONE]** Carousel component [#170](https://github.com/IgniteUI/igniteui-webcomponents/issues/170)
24+
25+
## Going down the road
26+
27+
1. **[DONE]** Tile manager component [#1402](https://github.com/IgniteUI/igniteui-webcomponents/pull/1402)
28+
29+
## Milestone 14, version 5.0.0, Released Aug 27th, 2024
30+
31+
1. **[DONE]** Support of custom icon libriries [#1304](https://github.com/IgniteUI/igniteui-webcomponents/issues/1304)
32+
33+
## Milestone 13, version [4.10.0](https://github.com/IgniteUI/igniteui-webcomponents/compare/4.9.0...4.10.0) Released Jul 01st, 2024
1734

1835
1. **[DONE]** Banner component [#1174](https://github.com/IgniteUI/igniteui-webcomponents/issues/1174)
1936
2. **[DONE]** Divider component [#1178](https://github.com/IgniteUI/igniteui-webcomponents/issues/1237)

0 commit comments

Comments
 (0)