Releases: lightning-js/blits-vscode-extension
Releases · lightning-js/blits-vscode-extension
blits-vscode v1.2.1
- Fixes the commenting issue in TypeScript files caused by an incompatible babel parser plugin
blits-vscode v1.2.0
- Fixes an auto-formatting issue where the extension removes trailing spaces unexpectedly.
- Resolves an auto-formatting issue where extra indentation is applied to multiline attribute values on every file save.
- Addresses formatting issues for
.blits
files: template and script sections are now formatted independently. The script section respects to user-defined formatting rules configured in VS Code for the extension. - Implements IntelliSense suggestions for template tags, supporting both built-in and custom components. (fixes #16 )
blits-vscode v1.1.0
- Fixes the error displayed when a
.blits
file is imported into TS/JS files. - Fixes commenting bugs in TS/JS files.
- Removes block-level commenting; each line is now commented out separately within template strings (TS/JS components).
- Fixes a bug that removed all empty lines in template strings.
- Fixes the json file import issue in
.blits
files. - Fixes the extra line added after template strings by removing whitespace following the last template tag.
- Fixes AST parsing issues and adds additional Babel plugins.
blits-vscode v1.0.0
- Implemented the new
.blits
file type with its own TextMate grammar file. - Integrated existing functionality into the
.blits
file format. - Fixed syntax highlighting issues for deprecated HTML tags and attributes. (fixes #21 )
- Added improved IntelliSense support for template attributes by parsing renderer props from the Blits codebase.
- Implemented caching for parsing renderer props to prevent performance issues.
- Included minor bug fixes and code refactoring.
- Implemented a syntax highlighting grammar file for Blits code embedded in Markdown files.
- Implemented an error-checking feature that displays a warning if a for-loop index is used in the
key
attribute. - Implemented JavaScript & TypeScript editor features for embedded JavaScript / TypeScript content inside
.blits
files. - Merged project
tsconfig.json
andjsconfig.json
with extension defaults to maintain critical settings while allowing user customizations (regarding.blits
file editor features). - Resolved an issue where commenting multiple lines out in the template strings (in
.js
/.ts
files) caused their indentation to increase with each save.
blits-vscode v0.5.0
Version 0.5.0 of lightning-blits
blits-vscode v0.4.1
Version 0.4.1 of lightning-blits
blits-vscode v0.4.0
Version 0.4.0 of lightning-blits