Skip to content

Commit fe28e8b

Browse files
chore(release): 2.0.0 [skip ci]
1 parent 15ee7ae commit fe28e8b

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- markdownlint-disable --><!-- textlint-disable -->
2+
3+
# 📓 Changelog
4+
5+
All notable changes to this project will be documented in this file. See
6+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7+
8+
## [2.0.0](https://github.com/scroll-into-view/smooth-scroll-into-view-if-needed/compare/v1.1.33...v2.0.0) (2023-03-09)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- Updates `scroll-into-view-if-needed` to `v3`
13+
14+
### Features
15+
16+
- add ESM ([eaf2582](https://github.com/scroll-into-view/smooth-scroll-into-view-if-needed/commit/eaf2582c7e4c36af63e17165fa791f2b2c575fe5))
17+
- add onScrollChange callback ([#1040](https://github.com/scroll-into-view/smooth-scroll-into-view-if-needed/issues/1040)) ([a6ad6ff](https://github.com/scroll-into-view/smooth-scroll-into-view-if-needed/commit/a6ad6ffe1acb502902440da70c100d3b93307574))
18+
19+
### Bug Fixes
20+
21+
- add missing parameters: skipOverflowHiddenElements ([#1024](https://github.com/scroll-into-view/smooth-scroll-into-view-if-needed/issues/1024)) ([941df37](https://github.com/scroll-into-view/smooth-scroll-into-view-if-needed/commit/941df371bc5bf1ab1337bb811e1d3ce5a3974bbd))

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Cody Olsen
3+
Copyright (c) 2023 Cody Olsen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "git+https://github.com/scroll-into-view/smooth-scroll-into-view-if-needed.git"
1010
},
11-
"version": "1.0.1-alpha.3",
11+
"version": "2.0.0",
1212
"type": "module",
1313
"exports": {
1414
".": {

0 commit comments

Comments
 (0)