We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7f7c0 commit ac297bfCopy full SHA for ac297bf
CHANGELOG.md
@@ -3,6 +3,18 @@
3
All notable changes to the "paste-html-as-jsx" extension will be documented in
4
this file.
5
6
+## [1.0.0] - 2022-09-18
7
+
8
+### Added
9
10
+- Web extension compatibility, this extension now works on vscode.dev and other
11
+ instances of VSCode running in a browser context
12
13
+### Changed
14
15
+- Use a [new AST-based library](https://github.com/leodr/html-to-jsx-transform)
16
+ for converting HTML to JSX which results in fewer bugs and weird behavior
17
18
## [0.3.0] - 2020-12-25
19
20
### Added
0 commit comments