Skip to content

Commit 287a8ab

Browse files
committed
Release 5.0.0
1 parent 9a4b0cd commit 287a8ab

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ https://github.com/highlightjs/highlight.js/issues/2877
66

77

88

9+
10+
## v5.0.0 (2022-12-07)
11+
12+
#### :boom: Breaking Change
13+
* [#741](https://github.com/elwayman02/ember-scroll-modifiers/pull/741) Ember 4.8 Upgrade ([@elwayman02](https://github.com/elwayman02))
14+
* [#723](https://github.com/elwayman02/ember-scroll-modifiers/pull/723) Migrate to ember modifier v4 api ([@fpauser](https://github.com/fpauser))
15+
16+
#### :rocket: Enhancement
17+
* [#713](https://github.com/elwayman02/ember-scroll-modifiers/pull/713) #712: Support nested scroll containers when using offset ([@IgnaceMaes](https://github.com/IgnaceMaes))
18+
19+
#### :memo: Documentation
20+
* [#743](https://github.com/elwayman02/ember-scroll-modifiers/pull/743) Fix Fastboot Dependencies ([@elwayman02](https://github.com/elwayman02))
21+
22+
#### :house: Internal
23+
* [#743](https://github.com/elwayman02/ember-scroll-modifiers/pull/743) Fix Fastboot Dependencies ([@elwayman02](https://github.com/elwayman02))
24+
* [#742](https://github.com/elwayman02/ember-scroll-modifiers/pull/742) ESLint v8 ([@elwayman02](https://github.com/elwayman02))
25+
* [#741](https://github.com/elwayman02/ember-scroll-modifiers/pull/741) Ember 4.8 Upgrade ([@elwayman02](https://github.com/elwayman02))
26+
27+
#### Committers: 3
28+
- Falk Pauser ([@fpauser](https://github.com/fpauser))
29+
- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))
30+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
31+
932
## v4.1.0 (2022-05-18)
1033

1134
#### :rocket: Enhancement

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-scroll-modifiers",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Scroll-based Modifiers for Ember Applications",
55
"keywords": [
66
"ember-addon",
@@ -82,7 +82,9 @@
8282
"sass": "^1.56.1",
8383
"webpack": "^5.75.0"
8484
},
85-
"fastbootDependencies": [ "crypto" ],
85+
"fastbootDependencies": [
86+
"crypto"
87+
],
8688
"engines": {
8789
"node": "14.* || 16.* || >= 18"
8890
},

0 commit comments

Comments
 (0)