Skip to content

Commit

Permalink
docs: 3.0.0 release (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaraivanov authored Apr 12, 2022
1 parent 6b178dd commit d91be4d
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.0.0] - 2022-04-12
### Changed

- [**Breaking Change**]: All dropdown related classes from `IgcDropDown*` to `IgcDropdown*`
- **Breaking Change**: All dropdown related classes renamed from `IgcDropDown*` to `IgcDropdown*`

## [2.2.0] - 2022-04-01

### Added

- Drop Down component
- Calendar: Active date can be set via an attribute

## [2.1.1] - 2022-03-15

### Added

- Control border radius and elevation from `--igc-radius-factor` and `--igc-elevation-factor`:

Example:
Expand All @@ -35,9 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
```

## [2.1.0] - 2022-03-15

### Added

- Linear Progress component
- Circular Progress component
- Chip component
Expand All @@ -47,31 +39,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Component themes can be changed at runtime by calling the `configureTheme(theme: Theme)` function

## [2.0.0] - 2022-02-03

### Added

- Dark Themes
- Slider component
- Range Slider component
- Support `required` property in Radio component.

### Changed

- Fix checkbox/switch validity status
- Split Calendar component's `value: Date | Date[]` property into two properties - `value: Date` and `values: Date[]`
- Replaced Calendar component's `hasHeader` property & `has-header` attribute with `hideHeader` & `hide-header` respectively.
- Replaced Card component's `outlined` property with `elevated`.

### Removed

- Removed `igcOpening`, `igcOpened`, `igcClosing` and `igcClosed` events from Navigation drawer component.

## [1.0.0] - 2021-11-22

Initial release of Ignite UI Web Components

### Added

- Avatar component
- Badge component
- Button component
Expand All @@ -90,8 +76,9 @@ Initial release of Ignite UI Web Components
- Ripple component
- Switch component

[2.2.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/v1.0.0
[3.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/2.2.0...3.0.0
[2.2.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/2.1.1...2.2.0
[2.1.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/1.0.0

0 comments on commit d91be4d

Please sign in to comment.