Skip to content

Releases: wintercms/vscode-extension

v0.4.3

26 Apr 05:00
b6fa839
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

13 Apr 01:53
Compare
Choose a tag to compare

What's Changed

  • Added endplaceholder and endput tags to Twig syntax by @WebVPF in #14
  • Filters have been added to Twig syntax by @WebVPF in #15
  • Filters have been added to Twig syntax by @WebVPF in #16
  • Added functions to Twig syntax by @WebVPF in #17

Full Changelog: v0.4.1...v0.4.2

v0.4.1

19 Jul 13:24
Compare
Choose a tag to compare
  • Two hot-fixes: remove strict value checking on field types, and fix lazy property schema.

v0.4.0

19 Jul 13:24
Compare
Choose a tag to compare
  • Added highlighting of Block templates for the Winter CMS Blocks plugin.
  • Fixed lazy property for tabs definition (thanks @AIC-BV)
  • Added note about enabling Emmet shortcuts to readme (thanks @joaocosta-azores)

v0.3.1

12 Jan 01:30
Compare
Choose a tag to compare
  • Updated Node dependencies to fix potential security issue.

v0.3.0

09 Jan 02:17
Compare
Choose a tag to compare
  • Added highlighting of Syntax Parser variables and tags within Twig content.
  • Added highlighting of interpolated variables within Twig double-quoted strings.
  • Added definitions of additional configuration options for several fields and widgets, including dropdowns, color pickers, code editors and tabs.
  • Fixed support for custom field types.
  • Added support for short-hand preset definition.

v0.2.0

21 Mar 08:44
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Added all field types and widgets to form definition.
  • Added all base configuration values to the form definition.
  • Added autocomplete for all values that use fields (ie. trigger, preset, defaultFrom). You should be able to see an autocomplete of all fields available in the current form.
  • Improved highlighting of the INI section for CMS templates.
  • Improved highlighting of brackets in the Twig section for CMS templates.

v0.1.1

16 Feb 13:19
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • HTML/Twig-only Winter templates no longer need a section boundary (==) to be interpreted correctly
  • Commenting now works in all sections

v0.1.0

11 Feb 03:38
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial release of extension.
  • Added syntax highlight of CMS templates.
  • Added Twig filters and functions provided by Winter.