mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* feat: add accessible labels for macOS menus
* fix: wire `MenuItem` accessible label for runtime state changes
* fix: remove insert-time tracking of accessible menu item labels
* fix: don't set empty accessible menu item labels
* fix: make linter happy
* docs: add clarification to accessible label documentation
* fix: rename `accessibleLabel` to `accessibilityLabel`
* fix: move `NSString`'s for accessibility labels inside smaller scopes
* Revert "fix: move `NSString`'s for accessibility labels inside smaller scopes"
This reverts commit db3068401a.
* fix: actually move `NSString`'s for accessibility labels inside smaller scopes