Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 14, 2024
1 parent 5b2d8e7 commit 7b27fc6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0](https://github.com/metonym/svelte-link/releases/tag/v2.0.0) - 2024-08-13

**Breaking Changes**

- Set `type: "module"` in `package.json`
- Add `exports` map to resolve Vite warning
- Drop bundled ESM/UMD support

**Fixes**

- Support `data-*` attributes in TypeScript definitions
- Drop legacy `sveltekit:*` attributes from TypeScript definitions
- Ignore a11y warning

## [1.4.0](https://github.com/metonym/svelte-link/releases/tag/v1.4.0) - 2022-04-15

- Add `sveltekit:reload` prop to TypeScript definitions
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": "svelte-link",
"version": "1.4.0",
"version": "2.0.0",
"license": "MIT",
"description": "Anchor link component for Svelte",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit 7b27fc6

Please sign in to comment.