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
- You can now register and replace icons by reference via the `setIconRef` function. To learn more check out the [documentation](https://www.infragistics.com/webcomponentssite/components/layouts/icon#icon-references).
11
+
- All components now use icons by reference internally so that it's easy to replace them without explicitly providing custom templates.
9
12
10
13
### Changed
11
14
-**BREAKING**: Removed `igcFocus` and `igcBlur` events from buttons and inputs - Button, Icon Button, Checkbox, Switch, Combo, Date Time Input, Input, Mask Input, Radios, Select, Textarea.
@@ -22,7 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- You can now register and replace icons by reference via the `setIconRef` function. To learn more check out the [documentation](https://www.infragistics.com/webcomponentssite/components/layouts/icon#icon-references).
54
-
- All components now use icons by reference internally so that it's easy to replace them without explicitly providing custom templates.
55
-
56
51
### Removed
57
52
-**BREAKING**: igc-form - use the native form element instead.
58
53
-**BREAKING**: Range slider - `ariaThumbLower/ariaThumbUpper`. Use `thumbLabelLower/thumbLabelUpper` instead.
@@ -74,13 +69,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
74
69
75
70
## [4.11.1] - 2024-07-03
76
71
### Changed
77
-
- Stepper Design in vertical mode [#1246](https://github.com/IgniteUI/igniteui-webcomponents/issues/1246)
72
+
- Stepper Design in vertical mode [#1246](https://github.com/IgniteUI/igniteui-webcomponents/issues/1246)
0 commit comments