Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/orange-places-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-carrots-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tangy-parrots-fall.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-flowers-read.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.0.0

### Major Changes

- 08c0f64: Switch to [`@medv/finder`](https://github.com/antonmedv/finder) for the automatic selector generation

### Patch Changes

- 08c0f64: Return a boolean from `restoreScroll()` indicating success / failure
- 08c0f64: Update dev dependencies and tooling
- 08c0f64: Updated dependencies

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hirasso/restore-scroll",
"amdName": "restoreScroll",
"version": "0.1.6",
"version": "1.0.0",
"description": "Vanilla JavaScript scroll restoration for overflowing elements and the window using `history.state` ♻️",
"packageManager": "[email protected]",
"author": {
Expand Down
Loading