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: doc/en/components/general-changelog-dv-blazor.md
+93Lines changed: 93 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,99 @@ All notable changes for each version of {ProductName} are documented on this pag
18
18
19
19
## **{PackageVerLatest}**
20
20
21
+
### {PackageGrids} (Grids)
22
+
23
+
#### IgbQueryBuilder
24
+
- Added new component - IgbQueryBuilder - a UI component that allows users to build complex filtering conditions through an intuitive visual interface.
- Original data array mutations (like adding/removing/moving records in the original array) are no longer detected automatically. Components need an array ref change for the change to be detected.
36
+
37
+
### General
38
+
39
+
#### IgbThemeProvider
40
+
- Added new component - IgbThemeProvider - allows scoping themes to specific page sections using Lit's context API, enabling multiple themes on a single page. Works in both Shadow and Light DOM.
41
+
42
+
#### Badge
43
+
- New dot type, improved outline implementation following WCAG AA accessibility standards and theme based sizing. [#1889](https://github.com/IgniteUI/igniteui-webcomponents/pull/1889)
44
+
45
+
#### Checkbox
46
+
- New --tick-width CSS property. [#1897](https://github.com/IgniteUI/igniteui-webcomponents/pull/1897)
47
+
#### Combo
48
+
- New disableClear property which disables the clear button of the combo component. [#1896](https://github.com/IgniteUI/igniteui-webcomponents/pull/1896)
49
+
#### Mask input
50
+
- Transform unicode digit code points to ASCII numbers for numeric patterns. [#1907](https://github.com/IgniteUI/igniteui-webcomponents/pull/1907)
51
+
52
+
53
+
#### Enhancements
54
+
- Accessibility color adjustments for Button, Button group, Calendar, Checkbox, Date picker, date range picker, Nav drawer, Radio group, Stepper. [#1959](https://github.com/IgniteUI/igniteui-webcomponents/pull/1959)
55
+
- Updated and aligned styles with the design kit for Button, Calendar, Carousel, Combo, Date picker, Date range picker, input, Select, Textarea.
56
+
- Improved keyboard navigation experience and grouping(now using native Math.groupBy) for Combo.
57
+
58
+
59
+
### Bug Fixes
60
+
| Bug Number | Control | Description |
61
+
|------------|---------|-------------|
62
+
| 2189 | IgbDataChart | DataChart skips rendering axis when there are no labels |
|[#2079](https://github.com/IgniteUI/igniteui-webcomponents/pull/2079)| Calendar |`aria-hidden` state for weeks outside of the current month |
75
+
|[#2078](https://github.com/IgniteUI/igniteui-webcomponents/pull/2078)| Date Picker | CSS border for slotted actions in dialog mode |
76
+
|[#2068](https://github.com/IgniteUI/igniteui-webcomponents/pull/2068)| Input | Placeholder color on focus |
77
+
|[#2073](https://github.com/IgniteUI/igniteui-webcomponents/pull/2073)| Input | CSS border when suffix slot content is present |
78
+
|[#2069](https://github.com/IgniteUI/igniteui-webcomponents/pull/2069)| Textarea | Align bottom padding to the design system |
79
+
|[#2063](https://github.com/IgniteUI/igniteui-webcomponents/pull/2063)| Validation | Slotted validation text follows the current theme |
80
+
|[#2059](https://github.com/IgniteUI/igniteui-webcomponents/pull/2059)| Tile Manager | Header is hidden only when there is no content and maximize/fullscreen are disabled |
81
+
|[#2061](https://github.com/IgniteUI/igniteui-webcomponents/pull/2061)| Theming | Resolve initial theme based on document computed styles rather than stylesheets |
82
+
|[#1909](https://github.com/IgniteUI/igniteui-webcomponents/pull/1909)| Sass Theme Support | Checkbox — styled using Sass tools from the theming package |
83
+
|[#1926](https://github.com/IgniteUI/igniteui-webcomponents/pull/1926)| Sass Theme Support | Chip — styled using Sass tools from the theming package |
84
+
|[#1920](https://github.com/IgniteUI/igniteui-webcomponents/pull/1920)| Sass Theme Support | Combo — styled using Sass tools from the theming package |
85
+
|[#1933](https://github.com/IgniteUI/igniteui-webcomponents/pull/1933)| Sass Theme Support | Select — styled using Sass tools from the theming package |
86
+
|[#1966](https://github.com/IgniteUI/igniteui-webcomponents/pull/1966)| Sass Theme Support | Snackbar — styled using Sass tools from the theming package |
87
+
|[#1972](https://github.com/IgniteUI/igniteui-webcomponents/pull/1972)| Sass Theme Support | Added missing shadows to components |
|[#1980](https://github.com/IgniteUI/igniteui-webcomponents/pull/1980)| Sass Theme Support | Radio — styled using Sass tools from the theming package |
91
+
|[#1991](https://github.com/IgniteUI/igniteui-webcomponents/pull/1991)| Sass Theme Support | Switch — styled using Sass tools from the theming package |
92
+
|[#2015](https://github.com/IgniteUI/igniteui-webcomponents/pull/2015)| Sass Theme Support | List — styled using Sass tools from the theming package |
93
+
|[#2030](https://github.com/IgniteUI/igniteui-webcomponents/pull/2030)| Calendar | Focus styles for month/year views |
|[#1964](https://github.com/IgniteUI/igniteui-webcomponents/pull/1964)| Checkbox & Switch | Internal ripple opacity when hovering over slotted content in the `helper-text` slot |
96
+
|[#1947](https://github.com/IgniteUI/igniteui-webcomponents/pull/1947)| Dialog | Underlying dialog element now has `display: contents` and won't participate in DOM layout |
97
+
|[#1986](https://github.com/IgniteUI/igniteui-webcomponents/pull/1986)| Dialog |`keepOpenOnEscape` not preventing the dialog from closing when Escape is pressed |
98
+
|[#1997](https://github.com/IgniteUI/igniteui-webcomponents/pull/1997)| Dialog | Base styles and theming |
99
+
|[#1985](https://github.com/IgniteUI/igniteui-webcomponents/pull/1985)| List & List Item | Added missing styles for slotted `igc-icon` in the list item |
100
+
|[#2010](https://github.com/IgniteUI/igniteui-webcomponents/pull/2010)| List & List Item | Icon and icon button sizes for the Indigo theme |
101
+
|[#2006](https://github.com/IgniteUI/igniteui-webcomponents/pull/2006)| Mask Input | Auto-fill behavior for mask patterns with literals |
102
+
|[#1956](https://github.com/IgniteUI/igniteui-webcomponents/pull/1956)| Navbar | Icon and icon button sizes |
103
+
|[#1957](https://github.com/IgniteUI/igniteui-webcomponents/pull/1957)| Select | Color for outlined type |
104
+
|[#1998](https://github.com/IgniteUI/igniteui-webcomponents/pull/1998)| Tabs | Add active pseudo-elements backgrounds for the active tab in Material theme |
105
+
|[#2008](https://github.com/IgniteUI/igniteui-webcomponents/pull/2008)| Tabs | Take scale factor when positioning the active tab indicator |
0 commit comments