Skip to content

Releases: yatki/vscode-surround

v1.5.0

08 Aug 21:48
1413b00
Compare
Choose a tag to compare

v1.4.0

08 Aug 17:32
b9bf38d
Compare
Choose a tag to compare
  • #80 Added support for inserting snippets when nothing is selected
  • Improved line trimming

v1.3.0

02 May 15:27
8b3839f
Compare
Choose a tag to compare

#83 Bugfix - Custom snippet list bug fixed
#76 Feature Request - showUpdateNotifications option was added.

v1.2.2

30 Jul 16:37
90d3847
Compare
Choose a tag to compare

Fixes #74 - Multi-selection bug is fixed
Fixes #70 - Placeholders are not working for multiple selections

v1.2.1

22 Jul 21:00
75ad0c5
Compare
Choose a tag to compare

Fixes #73 - Not adhering to selected text bug

v1.2.0

19 Jul 18:16
f928f70
Compare
Choose a tag to compare

What's New

  • Added support for preserving indentations. See Issue #8

Breaking Changes

  • No breaking changes

v1.1.2

19 Apr 20:21
c9db346
Compare
Choose a tag to compare
  • Update Welcome & What's new messages.

v1.1.1

19 Apr 18:46
c663af6
Compare
Choose a tag to compare
  • Fix activation bug

v1.1.0

19 Apr 16:47
6e21fe3
Compare
Choose a tag to compare

What's New

  • Added support for language-specific snippets.
  • Recently used snippets now will be displayed on top by default (Can be disabled by the showRecentlyUsedFirst option).
  • showOnlyUserDefinedSnippets option is added. See Options.
  • 3 new snippets added (templateLiteral, templateLiteralVariable, iife).
  • Added checks for invalid configurations. See: Issue #63.
  • Added update notification info message.

Breaking Changes

  • No breaking changes