Releases: google/bamboo-soy
Releases · google/bamboo-soy
v.1.6.6-203
General
- Use the IDE's bundled Kotlin library (fixes #270)
v.1.6.5-203
General
- Rotate Rollbar token for plugin error reporting
v.1.6.4-203
General
- Get rid of deprecated and scheduled-for-removal API usages
- The plugin may now be loaded and unloaded without an IDE restart
- Minor improvements
v.1.6.3-203
General
- Improve exception reporting for better error diagnostics
v.1.6.2-203
Bug and stability fixes
- Added a workaround for https://youtrack.jetbrains.com/issue/IDEA-272393 (fixes #249)
v.1.6.1-203
General
- Starting with 1.6.1, Bamboo Soy releases will be IntelliJ API version-dependent
- Java 11 is required to run the 2020.3 versions of IntelliJ-based IDEs
Features
- Added support for index syntax in {for} (fixes #228)
Bug and stability fixes
- Fixed parsing of the "import" string inside HTML (fixes #231)
v.1.6.1-183-203
v.1.6
Features
- Added support for list comprehensions (fixed #195)
- Added proto initialization support (fixes #201)
- Added support for the {css} and {xid} functional style syntax, {nbsp}, {velog}
- Added support for {skip}, {key} (fixes #205)
- Added support for {ifempty} inside {for}
- Added support for the "import" syntax (fixes #222)
- Added support for the methods syntax
Bug and stability fixes
- HTML block-commenting fixed
- Missing params with default initializers are no longer reported as errors (fixes #199)
- Minor bugfixes
v.1.5
Features
- Added support for {element}, {@State} and default initializers (fixes #172)
- Added record() type support (fixes #170)
- Added "Remove unused parameter (state)" quickfix (also removes respective specifications from calls across the project)
- Added Rename refactoring for variables, @param's and @State's
- Added folding for template/element, call/delcall and doc comments
- Added "Comment selection as block"
- Improved presentation of Soy elements (Structure and Find Usages views)
Bug and stability fixes
v.1.2.1
Features
- Automatic insertion of closing characters for
"
,'
,(
and[
, - Code style settings are now available,
- Pressing enter after an open tag now places the cursor at the right indentation level,
- Formatting improvements:
- Continuation indent on multiline
alias
, - Continuation indent on tag attributes,
- Improved frormatting for deeply nested tags,
- Continuation indent on multiline
- Live templates for
{let}
and{let /}
, - Autocompletion
- Add support for
stricthtml="true"
in template definition blocks, - Better context-detection for where variable autocompletion should trigger,
- Add support for
Stability and bug fixes
- Fixed various NPEs and bugs that occured on partial/incomplete code constructs