Skip to content

Commit d4f7799

Browse files
committed
prepare for v1.21.0
1 parent b1a32a4 commit d4f7799

File tree

11 files changed

+26
-11
lines changed

11 files changed

+26
-11
lines changed

asconfigc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>1.21.0-SNAPSHOT</version>
25+
<version>1.21.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

check-java-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.as3mxml.vscode</groupId>
99
<artifactId>vscode-as3mxml</artifactId>
10-
<version>1.21.0-SNAPSHOT</version>
10+
<version>1.21.0</version>
1111
</parent>
1212

1313
<groupId>com.as3mxml.vscode</groupId>

check-royale-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>1.21.0-SNAPSHOT</version>
25+
<version>1.21.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>1.21.0-SNAPSHOT</version>
25+
<version>1.21.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/src/assembly/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# ActionScript & MXML for Visual Studio Code Changelog
22

3+
## 1.21.0
4+
5+
### Fixed Issues
6+
7+
- Completion: Fixed ActionScript completion being triggered inside `<fx:Style>` element in MXML.
8+
- General: Fixed null exception in real-time problems checker.
9+
- Hover: Fixed detection and formatting of `@param` asdoc tags that contain tab characters instead of spaces.
10+
- Outline: Fixed document symbols not being rendered because range and selection range were not properly bounded.
11+
- Create Projcet: Fixed invalid Adobe AIR application ID generatd from class and package containing underscore (`_`) or other unsupported characters.
12+
13+
### Other Changes
14+
15+
- General: Dropped support for old versions of Apache FlexJS. Apache Royale remains supported, of course.
16+
- Views: Improved visibility behavior for AS3 Source Paths view, SDK status bar item, and Royale Target status bar item. In workspaces that contain valid projects with _asconfig.json_ files, these views are always visible after the language server starts successfully. In other workspaces, these views are visible only when a file of type _.as_, _.mxml_, or _asconfig.json_ is open in a visible editor.
17+
318
## 1.20.1
419

520
### Fixed Issues

language-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>1.21.0-SNAPSHOT</version>
25+
<version>1.21.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
<groupId>com.as3mxml.vscode</groupId>
2222
<artifactId>vscode-as3mxml</artifactId>
23-
<version>1.21.0-SNAPSHOT</version>
23+
<version>1.21.0</version>
2424
<name>vscode-as3mxml</name>
2525
<packaging>pom</packaging>
2626

rcsh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>1.21.0-SNAPSHOT</version>
25+
<version>1.21.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-as3mxml",
33
"displayName": "ActionScript & MXML",
44
"description": "Language support for ActionScript and MXML",
5-
"version": "1.21.0-SNAPSHOT",
5+
"version": "1.21.0",
66
"publisher": "bowlerhatllc",
77
"homepage": "https://as3mxml.com/",
88
"repository": {

0 commit comments

Comments
 (0)