Skip to content

Commit 81b8e97

Browse files
committed
prepare CHANGELOG for next release
1 parent b4f7c59 commit 81b8e97

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

distribution/src/assembly/CHANGELOG.md

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

3+
## 1.24.0
4+
5+
### New Features
6+
7+
- Completion: Include dynamic properties in suggestions for variables initialized with an object literal.
8+
- Completion: Added a number of special attributes in completion for core MXML language tags, like `<fx:Component>` and `<fx:Script>`.
9+
- Hover: Include `@example` ASDoc tags on hover with example code.
10+
11+
### Fixed Issues
12+
13+
- Build: Fixed missing detection of SWF-only compilation with Royale `targets` compiler option.
14+
- Build: Fixed incorrect copying of _.DS\_Store_ and _.\__ files on macOS when copying HTML template or `files` in `airOptions`.
15+
- Build: Fixed null exceptions when listing files in certain paths.
16+
- Completion: Fixed `internal` classes in other packages appearing as suggestions.
17+
- General: Fixed warning caused by generated selection range not being completely contained within definition range.
18+
- General: Fixed "CSS is an unsupported type" being reported incorrectly in certain contexts.
19+
- General: Handle null abstract syntax tree in real-time problem checker.
20+
- Inlay Hints: Fixed missing inlay hints for constructors and nested function calls.
21+
- References: Fixed non-resolving identifiers incorrectly being considered references.
22+
- Syntax: Fixed highlighting issues with conditional compilation blocks.
23+
324
## 1.23.0
425

526
### New Features

0 commit comments

Comments
 (0)