Skip to content

Commit 7215986

Browse files
chore: release main
1 parent 95dfdb6 commit 7215986

File tree

16 files changed

+233
-28
lines changed

16 files changed

+233
-28
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"common":"0.16.3","consumer":"0.24.3","platforms/macos":"0.17.4","platforms/windows":"0.23.2","platforms/winit":"0.22.4","platforms/unix":"0.12.3","platforms/atspi-common":"0.9.3"}
1+
{"common":"0.17.0","consumer":"0.25.0","platforms/macos":"0.18.0","platforms/windows":"0.24.0","platforms/winit":"0.23.0","platforms/unix":"0.13.0","platforms/atspi-common":"0.10.0"}

Cargo.lock

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

common/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.16.3...accesskit-v0.17.0) (2024-10-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop the `is_hovered` property ([#479](https://github.com/AccessKit/accesskit/issues/479))
9+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475))
10+
* Rename `NodeBuilder` to `Node` and the old `Node` to `FrozenNode` ([#476](https://github.com/AccessKit/accesskit/issues/476))
11+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473))
12+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472))
13+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468))
14+
15+
### Features
16+
17+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468)) ([2fa0d3f](https://github.com/AccessKit/accesskit/commit/2fa0d3f5b2b7ac11ef1751c133706f29e548bd6d))
18+
19+
20+
### Bug Fixes
21+
22+
* Drop the `is_hovered` property ([#479](https://github.com/AccessKit/accesskit/issues/479)) ([95dfdb6](https://github.com/AccessKit/accesskit/commit/95dfdb6c88f7d705f6a7283cb8524168a9f542b2))
23+
24+
25+
### Code Refactoring
26+
27+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472)) ([ef3b003](https://github.com/AccessKit/accesskit/commit/ef3b0038224459094f650368412650bc3b69526b))
28+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475)) ([e0053a5](https://github.com/AccessKit/accesskit/commit/e0053a5399929e8e0d4f07aa18de604ed8766ace))
29+
* Rename `NodeBuilder` to `Node` and the old `Node` to `FrozenNode` ([#476](https://github.com/AccessKit/accesskit/issues/476)) ([7d8910e](https://github.com/AccessKit/accesskit/commit/7d8910e35f7bc0543724cc124941a3bd0304bcc0))
30+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473)) ([29fa341](https://github.com/AccessKit/accesskit/commit/29fa34125a811bd3a0f9da579a9f35c9da90bf29))
31+
332
## [0.16.3](https://github.com/AccessKit/accesskit/compare/accesskit-v0.16.2...accesskit-v0.16.3) (2024-10-08)
433

534

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit"
3-
version = "0.16.3"
3+
version = "0.17.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "UI accessibility infrastructure across platforms"

consumer/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,36 @@
2424
* dependencies
2525
* accesskit bumped from 0.16.2 to 0.16.3
2626

27+
## [0.25.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.24.3...accesskit_consumer-v0.25.0) (2024-10-31)
28+
29+
30+
### ⚠ BREAKING CHANGES
31+
32+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475))
33+
* Rename `NodeBuilder` to `Node` and the old `Node` to `FrozenNode` ([#476](https://github.com/AccessKit/accesskit/issues/476))
34+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473))
35+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472))
36+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468))
37+
38+
### Features
39+
40+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468)) ([2fa0d3f](https://github.com/AccessKit/accesskit/commit/2fa0d3f5b2b7ac11ef1751c133706f29e548bd6d))
41+
42+
43+
### Code Refactoring
44+
45+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472)) ([ef3b003](https://github.com/AccessKit/accesskit/commit/ef3b0038224459094f650368412650bc3b69526b))
46+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475)) ([e0053a5](https://github.com/AccessKit/accesskit/commit/e0053a5399929e8e0d4f07aa18de604ed8766ace))
47+
* Rename `NodeBuilder` to `Node` and the old `Node` to `FrozenNode` ([#476](https://github.com/AccessKit/accesskit/issues/476)) ([7d8910e](https://github.com/AccessKit/accesskit/commit/7d8910e35f7bc0543724cc124941a3bd0304bcc0))
48+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473)) ([29fa341](https://github.com/AccessKit/accesskit/commit/29fa34125a811bd3a0f9da579a9f35c9da90bf29))
49+
50+
51+
### Dependencies
52+
53+
* The following workspace dependencies were updated
54+
* dependencies
55+
* accesskit bumped from 0.16.3 to 0.17.0
56+
2757
## [0.24.2](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.24.1...accesskit_consumer-v0.24.2) (2024-10-07)
2858

2959

consumer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_consumer"
3-
version = "0.24.3"
3+
version = "0.25.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit consumer library (internal)"
@@ -12,5 +12,5 @@ edition.workspace = true
1212
rust-version.workspace = true
1313

1414
[dependencies]
15-
accesskit = { version = "0.16.3", path = "../common" }
15+
accesskit = { version = "0.17.0", path = "../common" }
1616
immutable-chunkmap = "2.0.5"

platforms/atspi-common/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,35 @@
1919
* accesskit bumped from 0.16.2 to 0.16.3
2020
* accesskit_consumer bumped from 0.24.2 to 0.24.3
2121

22+
## [0.10.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.9.3...accesskit_atspi_common-v0.10.0) (2024-10-31)
23+
24+
25+
### ⚠ BREAKING CHANGES
26+
27+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475))
28+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473))
29+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472))
30+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468))
31+
32+
### Features
33+
34+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468)) ([2fa0d3f](https://github.com/AccessKit/accesskit/commit/2fa0d3f5b2b7ac11ef1751c133706f29e548bd6d))
35+
36+
37+
### Code Refactoring
38+
39+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472)) ([ef3b003](https://github.com/AccessKit/accesskit/commit/ef3b0038224459094f650368412650bc3b69526b))
40+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475)) ([e0053a5](https://github.com/AccessKit/accesskit/commit/e0053a5399929e8e0d4f07aa18de604ed8766ace))
41+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473)) ([29fa341](https://github.com/AccessKit/accesskit/commit/29fa34125a811bd3a0f9da579a9f35c9da90bf29))
42+
43+
44+
### Dependencies
45+
46+
* The following workspace dependencies were updated
47+
* dependencies
48+
* accesskit bumped from 0.16.3 to 0.17.0
49+
* accesskit_consumer bumped from 0.24.3 to 0.25.0
50+
2251
## [0.9.2](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.9.1...accesskit_atspi_common-v0.9.2) (2024-10-07)
2352

2453

platforms/atspi-common/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_atspi_common"
3-
version = "0.9.3"
3+
version = "0.10.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
@@ -15,8 +15,8 @@ rust-version.workspace = true
1515
simplified-api = []
1616

1717
[dependencies]
18-
accesskit = { version = "0.16.3", path = "../../common" }
19-
accesskit_consumer = { version = "0.24.3", path = "../../consumer" }
18+
accesskit = { version = "0.17.0", path = "../../common" }
19+
accesskit_consumer = { version = "0.25.0", path = "../../consumer" }
2020
atspi-common = { version = "0.6", default-features = false }
2121
serde = "1.0"
2222
thiserror = "1.0"

platforms/macos/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,42 @@
3737
* accesskit bumped from 0.16.2 to 0.16.3
3838
* accesskit_consumer bumped from 0.24.2 to 0.24.3
3939

40+
## [0.18.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.17.4...accesskit_macos-v0.18.0) (2024-10-31)
41+
42+
43+
### ⚠ BREAKING CHANGES
44+
45+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475))
46+
* Rename `NodeBuilder` to `Node` and the old `Node` to `FrozenNode` ([#476](https://github.com/AccessKit/accesskit/issues/476))
47+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473))
48+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472))
49+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468))
50+
51+
### Features
52+
53+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468)) ([2fa0d3f](https://github.com/AccessKit/accesskit/commit/2fa0d3f5b2b7ac11ef1751c133706f29e548bd6d))
54+
55+
56+
### Bug Fixes
57+
58+
* Implement the `isAccessibilityEnabled` property on MacOS ([#474](https://github.com/AccessKit/accesskit/issues/474)) ([61e4817](https://github.com/AccessKit/accesskit/commit/61e48174ed1dd57b7dd919ecaef908f157357ec0))
59+
60+
61+
### Code Refactoring
62+
63+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472)) ([ef3b003](https://github.com/AccessKit/accesskit/commit/ef3b0038224459094f650368412650bc3b69526b))
64+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475)) ([e0053a5](https://github.com/AccessKit/accesskit/commit/e0053a5399929e8e0d4f07aa18de604ed8766ace))
65+
* Rename `NodeBuilder` to `Node` and the old `Node` to `FrozenNode` ([#476](https://github.com/AccessKit/accesskit/issues/476)) ([7d8910e](https://github.com/AccessKit/accesskit/commit/7d8910e35f7bc0543724cc124941a3bd0304bcc0))
66+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473)) ([29fa341](https://github.com/AccessKit/accesskit/commit/29fa34125a811bd3a0f9da579a9f35c9da90bf29))
67+
68+
69+
### Dependencies
70+
71+
* The following workspace dependencies were updated
72+
* dependencies
73+
* accesskit bumped from 0.16.3 to 0.17.0
74+
* accesskit_consumer bumped from 0.24.3 to 0.25.0
75+
4076
## [0.17.4](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.17.3...accesskit_macos-v0.17.4) (2024-10-21)
4177

4278

platforms/macos/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_macos"
3-
version = "0.17.4"
3+
version = "0.18.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: macOS adapter"
@@ -15,8 +15,8 @@ rust-version.workspace = true
1515
default-target = "x86_64-apple-darwin"
1616

1717
[dependencies]
18-
accesskit = { version = "0.16.3", path = "../../common" }
19-
accesskit_consumer = { version = "0.24.3", path = "../../consumer" }
18+
accesskit = { version = "0.17.0", path = "../../common" }
19+
accesskit_consumer = { version = "0.25.0", path = "../../consumer" }
2020
once_cell = "1.13.0"
2121
objc2 = "0.5.1"
2222
objc2-foundation = { version = "0.2.0", features = [

platforms/unix/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,25 @@
6363
* accesskit bumped from 0.16.2 to 0.16.3
6464
* accesskit_atspi_common bumped from 0.9.2 to 0.9.3
6565

66+
## [0.13.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.12.3...accesskit_unix-v0.13.0) (2024-10-31)
67+
68+
69+
### ⚠ BREAKING CHANGES
70+
71+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468))
72+
73+
### Features
74+
75+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468)) ([2fa0d3f](https://github.com/AccessKit/accesskit/commit/2fa0d3f5b2b7ac11ef1751c133706f29e548bd6d))
76+
77+
78+
### Dependencies
79+
80+
* The following workspace dependencies were updated
81+
* dependencies
82+
* accesskit bumped from 0.16.3 to 0.17.0
83+
* accesskit_atspi_common bumped from 0.9.3 to 0.10.0
84+
6685
## [0.12.2](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.12.1...accesskit_unix-v0.12.2) (2024-10-07)
6786

6887

platforms/unix/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_unix"
3-
version = "0.12.3"
3+
version = "0.13.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Linux adapter"
@@ -17,8 +17,8 @@ async-io = ["dep:async-channel", "dep:async-executor", "dep:async-task", "dep:fu
1717
tokio = ["dep:tokio", "dep:tokio-stream", "atspi/tokio", "zbus/tokio"]
1818

1919
[dependencies]
20-
accesskit = { version = "0.16.3", path = "../../common" }
21-
accesskit_atspi_common = { version = "0.9.3", path = "../atspi-common" }
20+
accesskit = { version = "0.17.0", path = "../../common" }
21+
accesskit_atspi_common = { version = "0.10.0", path = "../atspi-common" }
2222
atspi = { version = "0.22", default-features = false }
2323
futures-lite = "2.3"
2424
serde = "1.0"

platforms/windows/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,37 @@
3838
* accesskit bumped from 0.16.2 to 0.16.3
3939
* accesskit_consumer bumped from 0.24.2 to 0.24.3
4040

41+
## [0.24.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.23.2...accesskit_windows-v0.24.0) (2024-10-31)
42+
43+
44+
### ⚠ BREAKING CHANGES
45+
46+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475))
47+
* Rename `NodeBuilder` to `Node` and the old `Node` to `FrozenNode` ([#476](https://github.com/AccessKit/accesskit/issues/476))
48+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473))
49+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472))
50+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468))
51+
52+
### Features
53+
54+
* Make the core crate no-std ([#468](https://github.com/AccessKit/accesskit/issues/468)) ([2fa0d3f](https://github.com/AccessKit/accesskit/commit/2fa0d3f5b2b7ac11ef1751c133706f29e548bd6d))
55+
56+
57+
### Code Refactoring
58+
59+
* Drop `DefaultActionVerb` ([#472](https://github.com/AccessKit/accesskit/issues/472)) ([ef3b003](https://github.com/AccessKit/accesskit/commit/ef3b0038224459094f650368412650bc3b69526b))
60+
* Rename `name` to `label` and use `value` for label content ([#475](https://github.com/AccessKit/accesskit/issues/475)) ([e0053a5](https://github.com/AccessKit/accesskit/commit/e0053a5399929e8e0d4f07aa18de604ed8766ace))
61+
* Rename `NodeBuilder` to `Node` and the old `Node` to `FrozenNode` ([#476](https://github.com/AccessKit/accesskit/issues/476)) ([7d8910e](https://github.com/AccessKit/accesskit/commit/7d8910e35f7bc0543724cc124941a3bd0304bcc0))
62+
* Rename `Role::InlineTextBox` to `TextRun` ([#473](https://github.com/AccessKit/accesskit/issues/473)) ([29fa341](https://github.com/AccessKit/accesskit/commit/29fa34125a811bd3a0f9da579a9f35c9da90bf29))
63+
64+
65+
### Dependencies
66+
67+
* The following workspace dependencies were updated
68+
* dependencies
69+
* accesskit bumped from 0.16.3 to 0.17.0
70+
* accesskit_consumer bumped from 0.24.3 to 0.25.0
71+
4172
## [0.23.1](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.23.0...accesskit_windows-v0.23.1) (2024-10-07)
4273

4374

platforms/windows/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_windows"
3-
version = "0.23.2"
3+
version = "0.24.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Windows adapter"
@@ -12,8 +12,8 @@ edition.workspace = true
1212
rust-version.workspace = true
1313

1414
[dependencies]
15-
accesskit = { version = "0.16.3", path = "../../common" }
16-
accesskit_consumer = { version = "0.24.3", path = "../../consumer" }
15+
accesskit = { version = "0.17.0", path = "../../common" }
16+
accesskit_consumer = { version = "0.25.0", path = "../../consumer" }
1717
paste = "1.0"
1818
static_assertions = "1.1.0"
1919
windows-core = "0.58.0"

0 commit comments

Comments
 (0)