Skip to content

Commit 485a6bd

Browse files
authored
Merge branch 'master' into mdragnev/fix-12189
2 parents 222da99 + 26303f7 commit 485a6bd

File tree

3 files changed

+59
-92
lines changed

3 files changed

+59
-92
lines changed

ROADMAP.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Current Milestone
44

5-
## Milestone 24, version 15.0 (Due by Nov, 2022)
5+
## Milestone 25, version 15.0 (Due by Jan, 2023)
66

7-
1. **[DONE]** Support exporting grid with summaries [#11598](https://github.com/IgniteUI/igniteui-angular/issues/11598)
8-
2. **[DONE]** Themes: Add support for adjusting spacing via CSS vars [#11368](https://github.com/IgniteUI/igniteui-angular/issues/11368)
9-
3. Support for Angular 15
7+
1. Design update of Combo Component
8+
2. Design update of Input Group Component
9+
3. Design update of List Component
1010

1111
## Going down the road
1212

@@ -20,6 +20,12 @@
2020

2121
# Previous Milestone
2222

23+
## Milestone 24, version 15.0 (Due by Nov, 2022) [Release Blog](https://www.infragistics.com/community/blogs/b/infragistics/posts/ignite-ui-december-release-2022)
24+
25+
1. **[DONE]** Support exporting grid with summaries [#11598](https://github.com/IgniteUI/igniteui-angular/issues/11598)
26+
2. **[DONE]** Themes: Add support for adjusting spacing via CSS vars [#11368](https://github.com/IgniteUI/igniteui-angular/issues/11368)
27+
3. **[DONE]** Support for Angular 15
28+
2329
## Milestone 24, version 14.2 (Released October 06th, 2022) [Release Blog 22.2](https://www.infragistics.com/community/blogs/b/infragistics/posts/ignite-ui-for-angular-22-2)
2430

2531
1. **[DONE]** Angular query builder component (Angular Tree Grid Advanced Filtering without the tree grid) [#11750](https://github.com/IgniteUI/igniteui-angular/issues/11750)

package-lock.json

Lines changed: 48 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@types/webpack-env": "^1.16.3",
9898
"@typescript-eslint/eslint-plugin": "^5.43.0",
9999
"@typescript-eslint/parser": "^5.43.0",
100-
"browser-sync": "^2.27.7",
100+
"browser-sync": "^2.27.11",
101101
"cypress": "latest",
102102
"del": "^6.0.0",
103103
"eslint": "^8.28.0",

0 commit comments

Comments
 (0)