Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Sep 1, 2020
1 parent 3e1aa11 commit 20f77d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.1 - 2020-09-01

### Fixed

- `<Link />` will work properly with special key clicks, e.g. ctrl-click

## 0.2.0 - 2020-08-30

### Added
Expand All @@ -11,8 +17,8 @@

- Rename `history` mode to `path`
- All router options need to be defined
- All public APIs, except for `route`, will now throw an error if called before `initRouter`
- `initRouter` will throw an error if called more than once
- All public APIs, except for `route`, will now throw error if called before `initRouter`
- `initRouter` will throw error if called more than once
- `LocationInput`'s `path`, `search` and `hash` will treat empty string as undefined

### Removed
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": "@bjornlu/svelte-router",
"description": "Simple router for Svelte",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/svelte-router.umd.js",
"module": "dist/index.js",
"svelte": "dist/index.js",
Expand Down

0 comments on commit 20f77d8

Please sign in to comment.