Skip to content

Commit 4d18579

Browse files
committed
Release 4.0.0
1 parent f5a883a commit 4d18579

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2+
## v4.0.0 (2022-04-20)
3+
4+
#### :boom: Breaking Change
5+
* [#303](https://github.com/kaliber5/ember-bootstrap-power-select/pull/303) upgrade ember-auto-import to v2 ([@jelhan](https://github.com/jelhan))
6+
* [#300](https://github.com/kaliber5/ember-bootstrap-power-select/pull/300) drop support for node 10 ([@jelhan](https://github.com/jelhan))
7+
8+
#### :rocket: Enhancement
9+
* [#307](https://github.com/kaliber5/ember-bootstrap-power-select/pull/307) support Ember Power Select to v5 ([@jelhan](https://github.com/jelhan))
10+
* [#306](https://github.com/kaliber5/ember-bootstrap-power-select/pull/306) support Ember Bootstrap v5 ([@jelhan](https://github.com/jelhan))
11+
12+
#### :bug: Bug Fix
13+
* [#298](https://github.com/kaliber5/ember-bootstrap-power-select/pull/298) Address hasBlock deprecation: update to has-block ([@sacarino](https://github.com/sacarino))
14+
15+
#### :house: Internal
16+
* [#308](https://github.com/kaliber5/ember-bootstrap-power-select/pull/308) fix patterns not supported by Ember v4 in tests ([@jelhan](https://github.com/jelhan))
17+
* [#305](https://github.com/kaliber5/ember-bootstrap-power-select/pull/305) Upgrade Ember, Ember CLI and blueprints to 3.28 ([@jelhan](https://github.com/jelhan))
18+
19+
#### Committers: 2
20+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
21+
- Shane ([@sacarino](https://github.com/sacarino))
22+
123
## v3.0.1 (2021-02-27)
224

325
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-bootstrap-power-select",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Integrate ember-power-select into your ember-bootstrap forms",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)