Skip to content

Commit

Permalink
ChangeLog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed May 4, 2023
1 parent 71cb44f commit 0726d22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project are documented in this file.
### General

- Fixed missing items compilation error in the generated code related to public functions (#2655).
- Added support for Window transparency on supported platform

### Slint Language

Expand All @@ -15,6 +16,14 @@ All notable changes to this project are documented in this file.

- Added `slint::Image::load_from_svg_data(buffer: &[u8])` to load SVGs from memory.

### LSP

- Fix auto-completion of local properties or arguments in callbacks or functions

### VSCode extension

- Make a visible error message when the `slint-lsp` panics

## [1.0.2] - 2023-04-26

### General
Expand Down

0 comments on commit 0726d22

Please sign in to comment.