From b9eb4dcf37b1d3cc629b4daf56e7f48b56ab41a1 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.md | 2 ++ INSIDERS_CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 INSIDERS_CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b8d5d307..d6d7a8f6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +[Insiders changelog](https://github.com/vuejs/language-tools/blob/master/INSIDERS_CHANGELOG.md) + ## 2.0.7 (2024/3/20) > [!NOTE] diff --git a/INSIDERS_CHANGELOG.md b/INSIDERS_CHANGELOG.md new file mode 100644 index 0000000000..4407a331a1 --- /dev/null +++ b/INSIDERS_CHANGELOG.md @@ -0,0 +1,19 @@ +# Insiders Changelog + +## [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.