-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from swup/next
Update for swup 4
- Loading branch information
Showing
5 changed files
with
237 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Changelog | ||
|
||
<!-- ## [Unreleased] --> | ||
|
||
## [3.0.0] - 2023-07-26 | ||
|
||
- Update for swup 4 compatibility | ||
|
||
## [2.0.3] - 2023-06-12 | ||
|
||
- Make the plugin options optional | ||
|
||
## [2.0.2] - 2023-03-02 | ||
|
||
- Correctly resolve URLs | ||
|
||
## [2.0.1] - 2023-03-29 | ||
|
||
- Use shared browserslist config | ||
|
||
## [2.0.0] - 2023-01-18 | ||
|
||
- Switch to microbundle | ||
- Export native ESM module | ||
- Upgrade scroll library | ||
|
||
## [1.3.1] - 2022-08-30 | ||
|
||
- Wait for the next animationFrame before scrolling between pages | ||
|
||
## [1.3.0] - 2022-08-19 | ||
|
||
- Store and restore scroll positions on the window and on overflowing divs | ||
- Restore browser scrollRestoration on unmount | ||
|
||
## [1.2.0] - 2022-08-07 | ||
|
||
- Allow fine-grained control over when to animate scroll | ||
- Allow customizing how anchor element is found | ||
|
||
## [1.1.1] - 2022-06-30 | ||
|
||
- Improve handling of scroll anchors with special characters | ||
|
||
## [1.1.0] - 2021-03-13 | ||
|
||
- Allow setting custom scroll offset | ||
|
||
## [1.0.0] - 2019-05-01 | ||
|
||
- Initial release | ||
|
||
[Unreleased]: https://github.com/swup/scroll-plugin/compare/3.0.0...HEAD | ||
|
||
[3.0.0]: https://github.com/swup/scroll-plugin/releases/tag/3.0.0 | ||
[2.0.3]: https://github.com/swup/scroll-plugin/releases/tag/2.0.3 | ||
[2.0.2]: https://github.com/swup/scroll-plugin/releases/tag/2.0.2 | ||
[2.0.1]: https://github.com/swup/scroll-plugin/releases/tag/2.0.1 | ||
[2.0.0]: https://github.com/swup/scroll-plugin/releases/tag/2.0.0 | ||
[1.3.1]: https://github.com/swup/scroll-plugin/releases/tag/1.3.1 | ||
[1.3.0]: https://github.com/swup/scroll-plugin/releases/tag/1.3.0 | ||
[1.2.0]: https://github.com/swup/scroll-plugin/releases/tag/1.2.0 | ||
[1.1.1]: https://github.com/swup/scroll-plugin/releases/tag/1.1.1 | ||
[1.1.0]: https://github.com/swup/scroll-plugin/releases/tag/1.1.0 | ||
[1.0.0]: https://github.com/swup/scroll-plugin/releases/tag/1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.