Skip to content

Commit cba7151

Browse files
Release 0.14.0
1 parent 640a230 commit cba7151

3 files changed

Lines changed: 18 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.14.0] - Unreleased
10+
## [0.14.0] - 2026-04-27
1111

1212
### Fixed
1313
- context menu overlay bounds for #363 @ugniussle
1414
- (Breaking) (context_menu): fix issue with overlay buttons always being disabled @rokcej
1515
- (menu): clamp Menu width to available viewport width (issue #412)
1616
- (context_menu): request redraw when showing/hiding context menu
17+
- (menu): safe triangle behavior for nested menus @zao111222333
1718

1819
## [0.13.1] - 2026-02-26
1920

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iced_aw"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
authors = [
55
"Kaiden42 <gitlab@tinysn.com>",
66
"Andrew Wheeler <genusistimelord@gmail.com>",
@@ -65,8 +65,8 @@ full = [
6565
[dev-dependencies]
6666
iced_aw = { path = "./" }
6767
getrandom = { version = "0.4.2", features = ["wasm_js"] }
68-
rand = "0.10.0"
69-
env_logger = "0.11.9" # For wrap example
68+
rand = "0.10.1"
69+
env_logger = "0.11.10" # For wrap example
7070
iced_test = "0.14" # for UI testing
7171

7272
[dev-dependencies.iced]

0 commit comments

Comments
 (0)