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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
2
2
3
3
4
+
5
+
## v5.0.0-0 (2023-02-20)
6
+
7
+
#### :boom: Breaking Change
8
+
*[#354](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/354) explicitly declare peer depencencies on ember-bootstrap, ember-power-select and ember-source ([@jelhan](https://github.com/jelhan))
9
+
*[#353](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/353) drop support for ember-power-select v4 and v5 ([@jelhan](https://github.com/jelhan))
10
+
*[#352](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/352) drop support for Ember Bootstrap v4 ([@jelhan](https://github.com/jelhan))
11
+
*[#351](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/351) drop support for node 12 ([@jelhan](https://github.com/jelhan))
12
+
*[#350](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/350) drop support for Ember < 3.28 ([@jelhan](https://github.com/jelhan))
13
+
14
+
#### :bug: Bug Fix
15
+
*[#346](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/346) Support Power Select's onKeydown argument ([@jmmorganMSTS](https://github.com/jmmorganMSTS))
16
+
17
+
#### :house: Internal
18
+
*[#361](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/361) upgrade blueprint files to Ember CLI 4.10 ([@jelhan](https://github.com/jelhan))
19
+
*[#360](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/360) remove test scenario for Ember with jQuery ([@jelhan](https://github.com/jelhan))
20
+
*[#349](https://github.com/ember-bootstrap/ember-bootstrap-power-select/pull/349) refactor to template-only components ([@jelhan](https://github.com/jelhan))
21
+
22
+
#### Committers: 2
23
+
- James M. Morgan ([@jmmorganMSTS](https://github.com/jmmorganMSTS))
0 commit comments