Skip to content

Commit dac826d

Browse files
committed
Release 7.2.0
1 parent 0a21077 commit dac826d

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

CHANGELOG.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
Version 9 of Highlight.js has reached EOL and is no longer supported.
2-
Please upgrade or ask whatever dependency you are using to upgrade.
3-
https://github.com/highlightjs/highlight.js/issues/2877
4-
5-
6-
7-
8-
1+
## v7.2.0 (2024-08-22)
92

3+
#### :rocket: Enhancement
4+
* [#1099](https://github.com/elwayman02/ember-scroll-modifiers/pull/1099) Allow ember-modifier v3 & bump intersection-observer-admin ([@elwayman02](https://github.com/elwayman02))
5+
* [#1091](https://github.com/elwayman02/ember-scroll-modifiers/pull/1091) [A11y] Set focus on scroll-into-view ([@rajbirsingh83](https://github.com/rajbirsingh83))
6+
* [#854](https://github.com/elwayman02/ember-scroll-modifiers/pull/854) Ember 5 Support ([@elwayman02](https://github.com/elwayman02))
107

8+
#### :bug: Bug Fix
9+
* [#962](https://github.com/elwayman02/ember-scroll-modifiers/pull/962) Partially fix embroider builds ([@elwayman02](https://github.com/elwayman02))
1110

11+
#### :house: Internal
12+
* [#1100](https://github.com/elwayman02/ember-scroll-modifiers/pull/1100) Remove sinon sandbox ([@elwayman02](https://github.com/elwayman02))
13+
* [#1099](https://github.com/elwayman02/ember-scroll-modifiers/pull/1099) Allow ember-modifier v3 & bump intersection-observer-admin ([@elwayman02](https://github.com/elwayman02))
14+
* [#1098](https://github.com/elwayman02/ember-scroll-modifiers/pull/1098) Ember 5.11 Blueprint Updates ([@elwayman02](https://github.com/elwayman02))
15+
* [#965](https://github.com/elwayman02/ember-scroll-modifiers/pull/965) Node 18 ([@elwayman02](https://github.com/elwayman02))
16+
* [#854](https://github.com/elwayman02/ember-scroll-modifiers/pull/854) Ember 5 Support ([@elwayman02](https://github.com/elwayman02))
17+
* [#962](https://github.com/elwayman02/ember-scroll-modifiers/pull/962) Partially fix embroider builds ([@elwayman02](https://github.com/elwayman02))
1218

19+
#### Committers: 2
20+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
21+
- [@rajbirsingh83](https://github.com/rajbirsingh83)
1322

1423
## v7.1.0 (2023-08-24)
1524

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-scroll-modifiers",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "Scroll-based Modifiers for Ember Applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)