28 KiB
28 KiB
Changelog
-
The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.10.0 to 0.10.1
- dependencies
-
The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.10.1 to 0.11.0
- dependencies
-
The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.11.0 to 0.11.1
- dependencies
-
The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.11.1 to 0.11.2
- dependencies
-
The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.12.2 to 0.12.3
- dependencies
-
The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.2 to 0.16.3
- dependencies
0.27.0 (2025-03-06)
⚠ BREAKING CHANGES
Features
- Add list box support to the
consumerandatspi-commoncrates (d6dca15) - Android adapter (#500) (7e65ac7)
- Expose the
is_requiredproperty (#497) (46ed99b)
Bug Fixes
- Derive
Debugfor adapters (#513) (753d904) - Optimize dynamic string building (#491) (a86901d)
- Optimize removal of unreachable nodes (#486) (93d0a72)
- Optimize the "short node list" helper used in panic messages (#490) (b4a89a3)
- Remove unnecessary explicit lifetimes (#488) (d2bcd6d)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.17.1 to 0.18.0
- dependencies
0.26.0 (2024-11-23)
Features
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.17.0 to 0.17.1
- dependencies
0.25.0 (2024-10-31)
⚠ BREAKING CHANGES
- Rename
nametolabeland usevaluefor label content (#475) - Rename
NodeBuildertoNodeand the oldNodetoFrozenNode(#476) - Rename
Role::InlineTextBoxtoTextRun(#473) - Drop
DefaultActionVerb(#472) - Make the core crate no-std (#468)
Features
Code Refactoring
- Drop
DefaultActionVerb(#472) (ef3b003) - Rename
nametolabeland usevaluefor label content (#475) (e0053a5) - Rename
NodeBuildertoNodeand the oldNodetoFrozenNode(#476) (7d8910e) - Rename
Role::InlineTextBoxtoTextRun(#473) (29fa341)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.3 to 0.17.0
- dependencies
0.24.2 (2024-10-07)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.1 to 0.16.2
- dependencies
0.24.1 (2024-09-24)
Bug Fixes
Node::is_focusablealways returns true if the node is focused (#451) (d286883)- Extend the implicit labelled-by relation to more parent roles (#448) (df518c7)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.0 to 0.16.1
- dependencies
0.24.0 (2024-06-29)
⚠ BREAKING CHANGES
- Rename the
StaticTextrole toLabel(#434)
Bug Fixes
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.15.0 to 0.16.0
- dependencies
0.23.0 (2024-06-09)
Features
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.14.0 to 0.15.0
- dependencies
0.22.0 (2024-05-27)
Features
0.21.0 (2024-05-26)
Features
Bug Fixes
- Clamp character indices when converting a text selection to a range (#416) (5c550af)
- Fix a logic error that sometimes caused filtered traversal to stop prematurely (#412) (9946d38)
- Go back to detecting unchanged nodes when processing tree updates (#415) (489302d)
- Update minimum version of immutable-chunkmap (#419) (893f688)
0.20.0 (2024-05-13)
⚠ BREAKING CHANGES
- Restore full copy-on-write tree snapshots, now using
immutable-chunkmap(#365)
Bug Fixes
- Fix the filtered sibling iterators to use the filtered parent to find the back node (#408) (2f8155c)
Code Refactoring
0.19.1 (2024-05-11)
Bug Fixes
0.19.0 (2024-04-30)
⚠ BREAKING CHANGES
Features
Bug Fixes
Code Refactoring
- Drop
NodeClassSet(#389) (1b153ed) - Rename
CheckedtoToggled; dropToggleButtonrole (#388) (6bc040b)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.13.0 to 0.14.0
- dependencies
0.18.0 (2024-04-14)
⚠ BREAKING CHANGES
- New approach to lazy initialization (#375)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.12.3 to 0.13.0
- dependencies
0.17.0 (2024-01-03)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.12.1 to 0.12.2
- dependencies
0.16.1 (2023-11-04)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.12.0 to 0.12.1
- dependencies
0.16.0 (2023-09-27)
⚠ BREAKING CHANGES
- Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291)
- Clean up roles and properties (#289)
- Drop
Tree::root_scroller(#279) - Decouple in-tree focus from host window/view focus (#278)
- Switch to simple unsigned 64-bit integer for node IDs (#276)
Features
- Add role for terminals (#282) (ddbef37)
- Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291) (5313860)
Bug Fixes
- Drop
Tree::root_scroller(#279) (fc6c4e0) - Support text fields without a value property (#274) (5ae557b)
- Use common filters across platform adapters (#287) (09c1204)
Code Refactoring
- Clean up roles and properties (#289) (4fc9c55)
- Decouple in-tree focus from host window/view focus (#278) (d360d20)
- Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.11.2 to 0.12.0
- dependencies
0.15.0 (2023-03-30)
⚠ BREAKING CHANGES
- Force a semver-breaking version bump in downstream crates (#234)
Bug Fixes
0.14.0 (2023-02-12)
⚠ BREAKING CHANGES
- Move thread synchronization into platform adapters; drop parking_lot (#212)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.9.0 to 0.10.0
- dependencies
0.13.0 (2023-02-05)
⚠ BREAKING CHANGES
- Make
Nodeopaque and optimize it for size (#205)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.8.1 to 0.9.0
- dependencies
0.12.1 (2023-01-06)
Bug Fixes
0.12.0 (2023-01-05)
Features
0.11.0 (2022-12-17)
Features
Bug Fixes
0.10.0 (2022-12-04)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.8.0 to 0.8.1
- dependencies
0.9.1 (2022-11-25)
Bug Fixes
- consumer: Allow editable spin buttons (#167) (65a7aa0)
- Gracefully handle nodes that only support text ranges some of the time (#169) (1f50df6)
0.9.0 (2022-11-23)
Features
0.8.0 (2022-11-17)
⚠ BREAKING CHANGES
- consumer: Eliminate the dependency on
imdue to licensing (#153)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.7.0 to 0.8.0
- dependencies
0.7.1 (2022-11-12)
Bug Fixes
0.7.0 (2022-11-11)
⚠ BREAKING CHANGES
- Text range support (#145)
- Drop the
ignoredfield and implement generic filtered tree traversal (#143)
Features
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.6.1 to 0.7.0
- dependencies
0.6.1 (2022-10-10)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.6.0 to 0.6.1
- dependencies
0.6.0 (2022-10-09)
⚠ BREAKING CHANGES
- consumer: Optimize tree access and change handling (#134)
- Wrap
TreeUpdatenodes inArc(#135) - consumer: Make
Node::dataprivate to the crate (#137) - Store node ID in
TreeUpdate, notaccesskit::Node(#132)
Bug Fixes
- consumer: Drop printing of detached nodes before panic (#136) (2f20477)
- Don't try to optimize tree updates with unchanged nodes (#138) (7721719)
Code Refactoring
- consumer: Make
Node::dataprivate to the crate (#137) (adb372d) - consumer: Optimize tree access and change handling (#134) (765ab74)
- Store node ID in
TreeUpdate, notaccesskit::Node(#132) (0bb86dd) - Wrap
TreeUpdatenodes inArc(#135) (907bc18)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.5.1 to 0.6.0
- dependencies
0.5.1 (2022-10-03)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.5.0 to 0.5.1
- dependencies
0.5.0 (2022-09-23)
⚠ BREAKING CHANGES
- Basic live regions (#128)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.4.0 to 0.5.0
- dependencies
0.4.0 (2022-07-22)
⚠ BREAKING CHANGES
- String indices are always in UTF-8 code units (#114)
- Drop unused tree IDs (#113)
- Switch to NonZeroU128 for NodeIDs (#99)
Bug Fixes
- consumer, platforms/windows: Resolve new clippy warning (#100) (e8cd95c)
- Migrate to 2021 edition (#115) (f2333c8)
- Switch to NonZeroU128 for NodeIDs (#99) (25a1a52)
Code Refactoring
- Drop unused tree IDs (#113) (ca60770)
- String indices are always in UTF-8 code units (#114) (386ca0a)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.3.0 to 0.4.0
- dependencies
0.3.0 (2021-12-29)
⚠ BREAKING CHANGES
- Drop
TreeUpdate::clear(#96)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.2.0 to 0.3.0
- dependencies