Skip to content

Commit

Permalink
Merge pull request #12 from natemoo-re/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
natemoo-re authored Mar 11, 2023
2 parents 39059b4 + cad8cbf commit 4274670
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-seahorses-float.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thirty-students-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-dingos-act.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# micromorph

## 0.4.0

### Minor Changes

- cbcaa44: Automatically add `route-announcer` element, support `data-router-ignore` and `data-router-noscroll` attributes to opt `a` links out of SPA routing or `scrollToTop` behavior.

Updates default export of `micromorph/spa` entrypoint to return an instance of `Router` for programatic control.

Updates default export of `micromorph/nav` entrypoint to return an instance of `Router` for programatic control.

### Patch Changes

- f969b64: Update code to support View Transitions by default
- 08cd7b5: Await `beforeDiff` and `afterDiff`

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micromorph",
"version": "0.3.1",
"version": "0.4.0",
"main": "./index.mjs",
"types": "./types.d.ts",
"exports": {
Expand Down

0 comments on commit 4274670

Please sign in to comment.