Skip to content

Commit b81aba4

Browse files
committed
Update ChangeLog
1 parent f79f2bc commit b81aba4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,46 @@ All notable changes to this project are documented in this file.
55

66
## [1.14.0] - TBD
77

8+
### General
9+
10+
- Fixed panic when clicking outside of a menu for a ContextMenuArea that is in a condition
11+
- Close active sibling popups before creating a new one (#9178)
12+
- Skia/WGPU/DX12: Fixed crash when resizing window (#9320)
13+
- Skia: Upgrade to skia-safe 0.88
14+
- Android: Hide Android selection handles when scrolled out of view
15+
- Wasm: fix mac-specific shortcut when detecting macOs via browser User-Agent
16+
- macOs: Implement Cmd+Backspace to delete to the start of a line in a TextInput
17+
- muda: On Windows, force the menu bar to be redrawn after menus are rebuilt (#9435)
18+
19+
### Slint Language
20+
21+
- Added support for rotation and scaling of all elements and their children
22+
- GridLayout: allow access to row/col/rowspan/colspan properties from other bindings
23+
- Added `Math.sign()` (#9444)
24+
25+
### Widgets
26+
27+
- Added Button::icon-size (#9279)
28+
- Fixed TimePickerPopup placement logic (#9262)
29+
- LineEdit: implemented show-password icon for the Qt style
30+
- Slider: Fixed track geometry to account for handle size (#9449)
31+
32+
### Rust
33+
34+
- Slint macro: Use new Rust 1.88 API proc_macro API to be able to access file relative to the .rs file
35+
36+
### Python
37+
838
- Python: Added support for asyncio by making the Slint event loop act as asyncio event loop.
939

40+
### Tools:
41+
42+
- SlintPad: add a way to load libraries with `?lib=...`
43+
- live-preview: Added a context menu to the library panel to rename or preview components
44+
- live-preview: Added search in the properties list
45+
- live-preview: Fixed resizing elements not in layout
46+
- live-preview: Fixed resetting binding of declared properties
47+
1048
## [1.13.1] - 2025-09-11
1149

1250
- Windows: Fixed flickering when updating the menu bar.

0 commit comments

Comments
 (0)