Skip to content

Commit 7d2ac78

Browse files
authored
docs: Release 3.1.0 (#338)
1 parent f5bc1d0 commit 7d2ac78

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

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

8-
## [Unreleased]
9-
8+
## [3.1.0] - 2022-04-15
109
### Added
11-
12-
- Chip: Added `prefix` and `suffix` slots
10+
- Chip: Added `prefix` and `suffix` slots [#334](https://github.com/IgniteUI/igniteui-webcomponents/pull/334)
11+
- Snackbar: Added `toggle` method [#326](https://github.com/IgniteUI/igniteui-webcomponents/issues/326)
1312

1413
### Deprecated
1514
- Chip: Previously exposed `start` and `end` slots are replaced by prefix and suffix. They remain active, but are now deprecated and will be removed in a future version.
1615

16+
### Fixed
17+
- Chip: Auto load internal icons [#327](https://github.com/IgniteUI/igniteui-webcomponents/issues/327)
18+
- Chip: Selected chip is misaligned [#328](https://github.com/IgniteUI/igniteui-webcomponents/issues/328)
19+
- Package: ESM internal import paths
20+
1721
## [3.0.0] - 2022-04-12
1822
### Changed
1923
- **Breaking Change**: All dropdown related classes renamed from `IgcDropDown*` to `IgcDropdown*`
@@ -85,6 +89,7 @@ Initial release of Ignite UI Web Components
8589
- Ripple component
8690
- Switch component
8791

92+
[3.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/3.0.0...3.1.0
8893
[3.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/2.2.0...3.0.0
8994
[2.2.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/2.1.1...2.2.0
9095
[2.1.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/2.1.0...2.1.1

0 commit comments

Comments
 (0)