Skip to content

Commit cc97519

Browse files
committed
distribution: updated CHANGELOG for v0.11.0
1 parent 57d9261 commit cc97519

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

distribution/src/assembly/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.11.0
2+
3+
### New Features
4+
5+
* Build: New experimental **ActionScript: Quick Compile & Debug** command builds projects faster by keeping the compiler in memory. Available using the `Ctrl+Enter` keyboard shortcut. This command may be used with all supported SDKs.
6+
7+
### Fixed Issues
8+
9+
* asconfigc: Added `ios_simulator` as a new platform in `airOptions`.
10+
* Completion: When using completion to add MXML language tags, like `<fx:Script>` or `<fx:Component>`, the cursor is now correctly placed between opening and closing tags instead of at the end.
11+
* Completion: Fixed issue where triggering the completion list in MXML from an existing prefix would incorrectly omit components if the MXML namespace were defined from a package, like `xmlns:example="com.example.*"`.
12+
* Completion: Fixed issue where an exception was displayed when triggering completion for aattributes on an `<fx:Component>` tag.
13+
* Completion: Changed the "kind" for getters/setters and methods so that the proper icon is displayed in the completion list.
14+
* Hover: Fixed issue where hovering over an MXML event attribute would throw a null reference exception if a preceeding tag the file is unclosed.
15+
* Hover: Fixed issue where the definition for the final closing tag in an MXML file could not be found if a preceeding tag in the file is unclosed.
16+
* Hover: Fixed issue where hover details were incorrectly formatted if documentation were also displayed on hover.
17+
* Hover: Fixed issue where an exception was displayed when hovering over the `id` attribute of an `<fx:Component>` tag.
18+
* Organize Imports: Fixed issue where some missing imports were not added.
19+
* Organize Imports: Fixed issue where no changes would be made if all imports can be removed.
20+
* Problems: Fixed issue where warnings were still displayed if the `warnings` compiler option were set to `false`.
21+
* Royale: Fixed issue where an exception were thrown if the `targets` compiler option lists "SWF" before "JSRoyale".
22+
* Tasks: Removed deprecated command "Tasks: Configure Task Runner (ActionScript - asconfig.json)". Use **Configure Default Build Task** in **Tasks** menu instead.
23+
* Tasks: If the Adobe AIR desktop target is set to "native" in *asconfig.json* the list of tasks will specifically mention which tasks will package a native installer.
24+
* Workspace Symbols: Fixed issue where an exception was displayed when listing workspace symbols and a SWC file in the SDK contains resource bundles.
25+
126
## 0.10.0
227

328
### New Features

0 commit comments

Comments
 (0)