Skip to content

Releases: lightning-js/blits-vscode-extension

blits-vscode v1.2.1

09 Dec 11:35
656db94
Compare
Choose a tag to compare
  • Fixes the commenting issue in TypeScript files caused by an incompatible babel parser plugin

blits-vscode v1.2.0

06 Dec 19:08
3f9682e
Compare
Choose a tag to compare
  • 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

27 Nov 10:56
2574540
Compare
Choose a tag to compare
  • 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

04 Nov 09:27
632e2f0
Compare
Choose a tag to compare
  • 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 and jsconfig.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

19 Mar 14:36
a0cc9e1
Compare
Choose a tag to compare
blits-vscode v0.5.0 Pre-release
Pre-release

Version 0.5.0 of lightning-blits

blits-vscode v0.4.1

16 Oct 01:21
Compare
Choose a tag to compare
blits-vscode v0.4.1 Pre-release
Pre-release

Version 0.4.1 of lightning-blits

blits-vscode v0.4.0

16 Oct 01:01
Compare
Choose a tag to compare
blits-vscode v0.4.0 Pre-release
Pre-release

Version 0.4.0 of lightning-blits