You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+70-2Lines changed: 70 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,80 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
- New localization implementation. Now you can set global localization for all localized Ignite UI components using the `registerI18n` and `setCurrentI18n` methods.
11
11
- Calendar, Date Input, Date Picker and Date Range Picker components now implement the new localization for formatting as well, which internally uses new implementation of the Intl.
12
12
- Added localization for Carousel, Chip, Combo, File Input and Tree. They now have `locale` and `resourceStrings` properties as well, which you can set to customize them individually.
13
+
-#### Badge
14
+
- New **dot** type, improved outline implementation following WCAG AA accessibility standards and theme based sizing. [#1889](https://github.com/IgniteUI/igniteui-webcomponents/pull/1889)
15
+
-#### Checkbox
16
+
- New `--tick-width` CSS property. [#1897](https://github.com/IgniteUI/igniteui-webcomponents/pull/1897)
17
+
-#### Combo
18
+
- New `disableClear` property which disables the clear button of the combo component. [#1896](https://github.com/IgniteUI/igniteui-webcomponents/pull/1896)
19
+
-#### Mask input
20
+
- Transform unicode digit code points to ASCII numbers for numeric patterns. [#1907](https://github.com/IgniteUI/igniteui-webcomponents/pull/1907)
21
+
22
+
### Changed
23
+
-**License Update**: The project license has been updated to the MIT License, providing greater flexibility and openness for the community. This change reflects our commitment to fostering an inclusive and collaborative development environment while maintaining the high-quality standards you expect from Ignite UI Web Components.
24
+
-#### Accessibility
25
+
- Accessibility color adjustments. [#1959](https://github.com/IgniteUI/igniteui-webcomponents/pull/1959)
26
+
-#### Button
27
+
- Updated and aligned styles with the design kit. [#1996](https://github.com/IgniteUI/igniteui-webcomponents/pull/1996)
28
+
-#### Calendar
29
+
- Updated and aligned styles with the design kit. [#1899](https://github.com/IgniteUI/igniteui-webcomponents/pull/1899)
30
+
-#### Carousel
31
+
- Updated and aligned styles with the design kit. [#1883](https://github.com/IgniteUI/igniteui-webcomponents/pull/1883)
32
+
-#### Chat
33
+
-`adoptRootStyles` now also affects the input area custom renderers. [#1945](https://github.com/IgniteUI/igniteui-webcomponents/pull/1945)
34
+
- Renamed `input-container` part to `input-area`. [#1954](https://github.com/IgniteUI/igniteui-webcomponents/pull/1954)
35
+
-#### Combo
36
+
- Use the native `Map.groupBy` for grouping. [#1802](https://github.com/IgniteUI/igniteui-webcomponents/pull/1802)
37
+
- Improved the keyboard navigation experience. [#1529](https://github.com/IgniteUI/igniteui-webcomponents/pull/1529)
38
+
- Updated and aligned styles with the design kit. [#1870](https://github.com/IgniteUI/igniteui-webcomponents/pull/1870)
39
+
-#### Date picker
40
+
- Updated and aligned styles with the design kit. [#1870](https://github.com/IgniteUI/igniteui-webcomponents/pull/1870)
41
+
-#### Date range picker
42
+
- Updated and aligned styles with the design kit. [#1870](https://github.com/IgniteUI/igniteui-webcomponents/pull/1870)
43
+
-#### Input
44
+
- Updated and aligned styles with the design kit. [#1870](https://github.com/IgniteUI/igniteui-webcomponents/pull/1870)
45
+
-#### Select
46
+
- Updated and aligned styles with the design kit. [#1870](https://github.com/IgniteUI/igniteui-webcomponents/pull/1870)
47
+
-#### Textarea
48
+
- Updated and aligned styles with the design kit. [#1870](https://github.com/IgniteUI/igniteui-webcomponents/pull/1870)
13
49
14
50
### Fixed
15
-
-#### Tooltip
16
-
- Do not show tooltip when target is clicked [#1828](https://github.com/IgniteUI/igniteui-webcomponents/issues/1828)
51
+
-#### Sass theme support
52
+
- Components can be styled using the Sass tools from the theming package. [#1909](https://github.com/IgniteUI/igniteui-webcomponents/issues/1909)[#1926](https://github.com/IgniteUI/igniteui-webcomponents/issues/1926)[#1920](https://github.com/IgniteUI/igniteui-webcomponents/issues/1920)[#1933](https://github.com/IgniteUI/igniteui-webcomponents/issues/1933)[#1966](https://github.com/IgniteUI/igniteui-webcomponents/issues/1966)[#1972](https://github.com/IgniteUI/igniteui-webcomponents/issues/1972)[#1929](https://github.com/IgniteUI/igniteui-webcomponents/issues/1929)[#1935](https://github.com/IgniteUI/igniteui-webcomponents/issues/1935)[#1980](https://github.com/IgniteUI/igniteui-webcomponents/issues/1980)[#1991](https://github.com/IgniteUI/igniteui-webcomponents/issues/1991)[#2015](https://github.com/IgniteUI/igniteui-webcomponents/issues/2015)
53
+
-#### Calendar
54
+
- Focus styles for month/year views. [#2030](https://github.com/IgniteUI/igniteui-webcomponents/issues/2030)
- Internal ripple opacity when hovering over slotted content in the **helper-text** slot. [#1964](https://github.com/IgniteUI/igniteui-webcomponents/issues/1964)
17
65
-#### Date input, Date picker, Date range picker
18
66
- Default display format now follows strictly locale format as per specification without leading zeros.
67
+
-#### Dialog
68
+
- Underlying dialog element now has `display: contents` and won't participate in DOM layout. [#1947](https://github.com/IgniteUI/igniteui-webcomponents/issues/1947)
69
+
-`keepOpenOnEscape` not preventing the dialog from closing when **Escape** is pressed. [#1986](https://github.com/IgniteUI/igniteui-webcomponents/issues/1986)
70
+
- Base styles and theming. [#1997](https://github.com/IgniteUI/igniteui-webcomponents/issues/1997)
71
+
-#### List & List item
72
+
- Added missing styles for slotted **igc-icon** in the list item. [#1985](https://github.com/IgniteUI/igniteui-webcomponents/issues/1985)
73
+
- Icon and icon button sizes for the Indigo theme. [#2010](https://github.com/IgniteUI/igniteui-webcomponents/issues/2010)
74
+
-#### Mask input
75
+
- Auto-fill behavior for mask patterns with literals. [#2006](https://github.com/IgniteUI/igniteui-webcomponents/issues/2006)
76
+
-#### Navbar
77
+
- Icon and icon button sizes. [#1956](https://github.com/IgniteUI/igniteui-webcomponents/issues/1956)
78
+
-#### Select
79
+
- Color for outlined type. [#1957](https://github.com/IgniteUI/igniteui-webcomponents/issues/1957)
80
+
-#### Tabs
81
+
- Add active pseudo-elements backgrounds for the active tab in Material theme. [#1998](https://github.com/IgniteUI/igniteui-webcomponents/issues/1998)
82
+
- Take scale factor when positioning the active tab indicator. [#2008](https://github.com/IgniteUI/igniteui-webcomponents/issues/2008)
83
+
-#### Tooltip
84
+
- Do not show the tooltip when the tooltip target is clicked. [#1828](https://github.com/IgniteUI/igniteui-webcomponents/issues/1828)
85
+
- Removed the **max-width** constraint for slotted content. [#1936](https://github.com/IgniteUI/igniteui-webcomponents/issues/1936)
0 commit comments