Skip to content

Commit 26bd084

Browse files
chore(release): 2.0.0 [skip ci]
1 parent 88d2538 commit 26bd084

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [2.0.0](https://github.com/scroll-into-view/compute-scroll-into-view/compare/v1.0.20...v2.0.0) (2022-12-01)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- drops umd builds, and ships more modern syntax with ESM as baseline
13+
14+
### Bug Fixes
15+
16+
- update build tooling ([5960c1f](https://github.com/scroll-into-view/compute-scroll-into-view/commit/5960c1f4cfcddd1b1651438d73701d0a572f561c))
17+
- use `typeof document` check for env detection ([ae9ebbd](https://github.com/scroll-into-view/compute-scroll-into-view/commit/ae9ebbddc1f4d3e815a82adbfc8e7c2f31c5f778))
18+
819
## [1.0.20](https://github.com/scroll-into-view/compute-scroll-into-view/compare/v1.0.19...v1.0.20) (2022-11-29)
920

1021
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compute-scroll-into-view",
3-
"version": "1.0.20",
3+
"version": "2.0.0",
44
"description": "The engine that powers scroll-into-view-if-needed",
55
"keywords": [
66
"if-needed",

0 commit comments

Comments
 (0)