Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Oct 23, 2024
1 parent 64c3a2d commit b6bed79
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-chicken-bow.md

This file was deleted.

39 changes: 29 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,41 @@
# Changelog

## [0.1.0] - 2023-12-26
## 1.2.1

### Patch Changes

- 64c3a2d: add @changesets/cli for automatic changelog generation

## 1.2.0

- make the scroll event handlers passive for improved performance
- run unit tests in PRs

## 1.1.0

- optimize progress calculation
- introduce unit tests using vitest
- export some helper functions in the module bundle
- new option debug to disable console messages

## 1.0.0

- Feature: Add API to get and set the current scroll progress
- Deprecation: Remove the option to opt out of proportional scrolling
- Chore: Switch from npm to pnpm, well, just because ;)

## 0.1.0

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

## [0.0.3] - 2023-11
## 0.0.3

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

## [0.0.2] - 2023-11
## 0.0.2

- Testing automated deployment from GitHub releases to npm

## [0.0.1] - 2023-11

- Initial Release
## 0.0.1

[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
- Initial Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scrollmirror",
"amdName": "ScrollMirror",
"version": "1.2.0",
"version": "1.2.1",
"description": "Sync the scroll position of multiple elements on your page",
"packageManager": "[email protected]",
"author": {
Expand Down

0 comments on commit b6bed79

Please sign in to comment.