Skip to content

Releases: austenc/blade-spacer

v2.4.3

07 Aug 04:28
Compare
Choose a tag to compare
  • Enabled plugin in .vue file scope / syntax

v2.4.2

06 Jul 14:52
Compare
Choose a tag to compare
  • Fixed automatic braces when inside a quote i.e. <h1 class="|"> - #5

v2.4.1

06 Jul 05:12
Compare
Choose a tag to compare
  • Added support for wrapping a selection with {!! !!}

v2.4.0 - Restrict scope to php/blade files, comment syntax fix

29 Jun 14:21
Compare
Choose a tag to compare
  • Restrict plugin keybinds to only take effect in PHP and blade files #9
  • Comment syntax now surrounds pre-existing selections properly - #10

v2.3.0

03 Jan 06:43
Compare
Choose a tag to compare
  • Wrap / preserve selection when typing braces -- awesome!
  • Ability to convert a double brace {{ to L5 version without it being weird
  • Bugfix for #4

Big thanks to @grantholle for the changes!

v2.2.0

04 Nov 07:39
Compare
Choose a tag to compare
  • Added a 'Format File' window command to space entire files.

v2.1.0

22 Oct 14:34
Compare
Choose a tag to compare
  • Added Laravel5 tag support {!! | !!}

v2.0.2

26 Aug 21:14
Compare
Choose a tag to compare

Removed the other trailing comma that causes issues for ST2 in some scenarios

v2.0.1

26 Aug 20:39
Compare
Choose a tag to compare
  • removed trailing comma in keybinds

v2.0.0

24 Aug 14:29
Compare
Choose a tag to compare
  • Added multi-cursor support
  • Added support for blade comments {{-- --}}