Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit f57fc3c

Browse files
crdevAlexander Pavlov
and
Alexander Pavlov
authored
Update release notes for v1.6.1-183-203 (#243)
* Update org.jetbrains.intellij dep to 0.4.20 to have Gradle 5.1-5.3 produce correctly-named plugin distribution archives Co-authored-by: Alexander Pavlov <apavlov@google.com>
1 parent d71bd26 commit f57fc3c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66

77
plugins {
88
id 'org.jetbrains.grammarkit' version '2019.2'
9-
id 'org.jetbrains.intellij' version '0.4.15'
9+
id 'org.jetbrains.intellij' version '0.4.20'
1010
id 'org.jetbrains.kotlin.jvm' version '1.3.61'
1111
id 'org.kordamp.gradle.markdown' version '2.0.0'
1212
}

releasenotes.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# Release notes
22

3+
## Release notes for 1.6.1-183-203
4+
5+
### General
6+
* Starting with 1.6.1, Bamboo Soy releases will be IntelliJ API version-dependent
7+
8+
### Features
9+
* Added support for index syntax in {for} (fixes #228)
10+
11+
### Bug and stability fixes
12+
* Fixed parsing of the "import" string inside HTML (fixes #231)
13+
14+
315
## Release notes for 1.6
416

517
### Features
618
* Added support for list comprehensions (fixed #195)
719
* Added proto initialization support (fixes #201)
820
* Added support for the {css} and {xid} functional style syntax, {nbsp}, {velog}
9-
* Added support for {skip}, {key} (fixes #205)
21+
* Added support for {skip}, {key} (fixes #205)
1022
* Added support for {ifempty} inside {for}
1123
* Added support for the "import" syntax (fixes #222)
1224
* Added support for the methods syntax
@@ -68,7 +80,7 @@
6880
* Autocompletion:
6981
* Add support for `stricthtml="true"` in template definition blocks.
7082
* Better context detection for where variable autocompletion should trigger.
71-
83+
7284
### Stability and bug fixes
7385
* Fixed various NPEs and bugs that occurred on partial/incomplete code constructs.
7486

0 commit comments

Comments
 (0)