Releases: mindpixel-labs/vsc-expressionengine
Releases · mindpixel-labs/vsc-expressionengine
V3.0.0
v2.1.3
- Merged Dependabot pull requests
- Updated extension template files and removed extra return that was not needed for the addon.setup.php config file
v2.1.2
- Updated README.md
v2.1.1
- Add missing changelog entries
- Add fix for the embed variable that used single quotes instead of double
- Add back global variable snippets with documentation to allow for snippets to now be triggered properly inside of Emmet snippets and strings
v2.0.5
- Fixed issue where dashes in a partial or variable name broke syntax highlighting
v2.0.3
- Fixed a bug where if the cursor was at the end of a closing tag would still indent
v2.0.2
Changelog updates
- Corrected spelling in the changelog file
v2.0.1
Bug fix
- Corrected variable-tag syntax pattern to allow for parameters
v2.0.0
New Features
- Added new IntelliSense features for code auto-completion!
- Improved syntax highlighting that now allows standard variables and tag pairs to be colored
Fixes
- Fixed bugs with the HTML tag indenting
Deprecations
- Removed channel entries snippets in favor of the IntelliSense auto-completion
- Removed keyword snippets in favor of the IntelliSense auto-completion
v1.1.3
New Scaffolding Commands and Language Features!
This release includes everything from v.1.0.0 and has no breaking changes whatsoever. There was an issue when running the vsce publish command and it got bumped incorrectly.
- Added new scaffolding commands to generate ExpressionEngine boilerplate for Extensions, Plugins, Modules, Templates, Variables, and Partials
- Added syntax highlighting improvements
- Added new indentation feature to allow for HTML to correctly indent and outdent lines when creating elements
- Overall code refactor and major performance boosts by switching to Webpack for the production build