From 62410bda9d35f69ea0f8daad6972bee02f81d41a Mon Sep 17 00:00:00 2001 From: Johnson Chu Date: Thu, 28 Mar 2024 17:18:38 +0800 Subject: [PATCH] chore: insiders changelog --- CHANGELOG_INSIDERS.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG_INSIDERS.md diff --git a/CHANGELOG_INSIDERS.md b/CHANGELOG_INSIDERS.md new file mode 100644 index 0000000000..907ca335c7 --- /dev/null +++ b/CHANGELOG_INSIDERS.md @@ -0,0 +1,19 @@ +# Changelog (Insiders) + +## [v2.1.0-insiders.1](https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.1) + +### New Features + +#### Reactions visualization (PR: https://github.com/volarjs/insiders/pull/5) + +![](https://github.com/volarjs/insiders/assets/16279759/45ee9090-3b16-4d20-99a5-08b5a0fd3c50) + +#### Template interpolation decorators (PR: https://github.com/volarjs/insiders/pull/4) + +> To disable this feature, uncheck `vue.editor.templateInterpolationDecorators` in VSCode settings. + +![](https://github.com/volarjs/insiders/assets/16279759/27a36203-7170-47ce-9fe2-323cf18f1f3b) + +### Other Changes + +- Merged https://github.com/vuejs/language-tools/commit/1b9946c02ee3f5bb8c2de17c430985756115e51c into Insider.