Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 26, 2023
1 parent 7395246 commit fff4700
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.1.0] - 2023-12-26

- Allow to mirror the scroll position from and to the `window`

## [0.0.3] - 2023-11

- Fix exported class from cdn build to be uppercase. Before: `new scrollmirror(...)`, after: `new ScrollMirror(...)`

## [0.0.2] - 2023-11

- Testing automated deployment from GitHub releases to npm

## [0.0.1] - 2023-11

- Initial Release

[0.1.0]: https://github.com/swup/fragment-plugin/releases/tag/0.1.0
[0.0.3]: https://github.com/swup/fragment-plugin/releases/tag/0.0.3
[0.0.2]: https://github.com/swup/fragment-plugin/releases/tag/0.0.2
[0.0.1]: https://github.com/swup/fragment-plugin/releases/tag/0.0.1

0 comments on commit fff4700

Please sign in to comment.