Skip to content

Commit 4c1e6e6

Browse files
chore(release): 3.0.0 [skip ci]
1 parent db3b130 commit 4c1e6e6

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
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+
## [3.0.0](https://github.com/scroll-into-view/compute-scroll-into-view/compare/v2.0.4...v3.0.0) (2023-02-14)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- **refactor:** use `import {compute}` instead of `import compute`
13+
14+
### Features
15+
16+
- **refactor:** use named export instead of default ([8509530](https://github.com/scroll-into-view/compute-scroll-into-view/commit/850953006334264cf2ef9040bf8c4d7ae6700604))
17+
18+
### Bug Fixes
19+
20+
- drop `pageXOffset` and `pageYOffset` ([fc7bd97](https://github.com/scroll-into-view/compute-scroll-into-view/commit/fc7bd976d34f497da462d02772858eae718a75b2))
21+
822
## [2.0.4](https://github.com/scroll-into-view/compute-scroll-into-view/compare/v2.0.3...v2.0.4) (2023-01-08)
923

1024
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compute-scroll-into-view",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"description": "The engine that powers scroll-into-view-if-needed",
55
"keywords": [
66
"if-needed",

0 commit comments

Comments
 (0)