Skip to content

Commit b2a3bb7

Browse files
authored
Merge branch 'master' into rkaraivanov/date-picker-autofill-fix
2 parents a30035b + 8caf940 commit b2a3bb7

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

ROADMAP.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,29 @@
22

33
# Current Milestone
44

5-
## Milestone 17 (Due Jun, 2025)
5+
## Milestone 20 (Due Nov, 2025)
66

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)
7+
1. Grids Cell Merging feature
8+
2. Grids Pining on both sides feature
99

1010
## Going down the road
1111

12-
1. Bottom navigation component [#169](https://github.com/IgniteUI/igniteui-webcomponents/issues/169)
13-
2. Splitter component [#184](https://github.com/IgniteUI/igniteui-webcomponents/issues/184)
14-
3. Chat UI component
12+
1. Grids localization
1513

1614
# Previous Milestone
1715

16+
## Milestone 19, version 6.3.0, Released Sep 18th, 2025
17+
18+
1. **[DONE]** Chat component
19+
20+
## Milestone 18, version 6.1.0, Released Jun 12th, 2025
21+
22+
1. **[DONE]** Date range picker [1596](https://github.com/IgniteUI/igniteui-webcomponents/issues/1596)
23+
24+
## Milestone 17, version 5.4.0, Released Apr 23rd, 2025
25+
26+
1. **[DONE]** Tooltip component [1615](https://github.com/IgniteUI/igniteui-webcomponents/issues/1615)
27+
1828
## Milestone 16, version 5.3.0, Released Mar 13th, 2025
1929

2030
1. **[DONE]** Tile manager component [#1402](https://github.com/IgniteUI/igniteui-webcomponents/pull/1402)

src/components/checkbox/themes/checkbox.base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $mark-length: 24;
5656
position: absolute;
5757
inset: 0;
5858
stroke-linecap: square;
59-
stroke-width: var(--mark-stroke, 3);
59+
stroke-width: var(--tick-width);
6060
stroke-dasharray: $mark-length;
6161
stroke-dashoffset: $mark-length;
6262
fill: none;

src/components/checkbox/themes/shared/checkbox/checkbox.fluent.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ $disabled-color: var-get($theme, 'disabled-color');
3939

4040
[part~='indicator'] {
4141
--indicator-size: #{rem(16px)};
42-
--mark-stroke: 1.5;
4342
}
4443

4544
:host(:hover) {

0 commit comments

Comments
 (0)