Skip to content

Commit 556bad3

Browse files
authored
docs: Updated CHANGELOG for 5.0.0 (#1366)
1 parent 8f7f180 commit 556bad3

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
8-
## [Unreleased]
7+
## [5.0.0] - 2024-08-27
8+
### Added
9+
- Icon Registry [#1304](https://github.com/IgniteUI/igniteui-webcomponents/issues/1304)
10+
- 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.
912

1013
### Changed
1114
- **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/).
2225
```ts
2326
input.addEventListener('focus', focusHandler);
2427
```
25-
2628
- **BREAKING**: Checkbox, Switch `igcChange` event.
2729

2830
Before:
@@ -34,8 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3436
```ts
3537
CustomEvent<{ checked: boolean; value: string | undefined }>
3638
```
37-
38-
3939
- **BREAKING**: Radio `igcChange` event.
4040

4141
Before:
@@ -48,11 +48,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4848
CustomEvent<{ checked: boolean; value: string | undefined }>
4949
```
5050

51-
### Added
52-
- Icon Registry [#1304](https://github.com/IgniteUI/igniteui-webcomponents/issues/1304)
53-
- 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-
5651
### Removed
5752
- **BREAKING**: igc-form - use the native form element instead.
5853
- **BREAKING**: Range slider - `ariaThumbLower/ariaThumbUpper`. Use `thumbLabelLower/thumbLabelUpper` instead.
@@ -74,13 +69,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7469

7570
## [4.11.1] - 2024-07-03
7671
### 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)
7873

7974
## [4.11.0] - 2024-07-03
8075
### Changed
81-
- Toast Component Indigo Theme [#1249](https://github.com/IgniteUI/igniteui-webcomponents/pull/1249)
82-
- Rating Component Indigo Theme [#1249](https://github.com/IgniteUI/igniteui-webcomponents/pull/1249)
83-
- Stepper Component Indigo Theme [#1249](https://github.com/IgniteUI/igniteui-webcomponents/pull/1249)
76+
- Toast Component Indigo Theme [#1249](https://github.com/IgniteUI/igniteui-webcomponents/pull/1249)
77+
- Rating Component Indigo Theme [#1249](https://github.com/IgniteUI/igniteui-webcomponents/pull/1249)
78+
- Stepper Component Indigo Theme [#1249](https://github.com/IgniteUI/igniteui-webcomponents/pull/1249)
8479

8580
## [4.10.0] - 2024-07-01
8681
### Added
@@ -563,6 +558,7 @@ Initial release of Ignite UI Web Components
563558
- Ripple component
564559
- Switch component
565560

561+
[5.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/4.11.1...5.0.0
566562
[4.11.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/4.11.0...4.11.1
567563
[4.11.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/4.10.0...4.11.0
568564
[4.10.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/4.9.0...4.10.0

0 commit comments

Comments
 (0)