Skip to content

Commit

Permalink
[feat] add html typings (#7649)
Browse files Browse the repository at this point in the history
This adds typings for HTML elements and their attributes. It's supposed to be used by the new transformation in language-tools.

Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 11, 2022
1 parent a0a6bd1 commit 512eda7
Show file tree
Hide file tree
Showing 4 changed files with 1,592 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Svelte changelog

## Unreleased

* Add `svelte/elements` for HTML/Svelte typings ([#7649](https://github.com/sveltejs/svelte/pull/7649))

## 3.54.0

* Pass `options.direction` argument to custom transition functions ([#3918](https://github.com/sveltejs/svelte/issues/3918))
Expand Down

0 comments on commit 512eda7

Please sign in to comment.