Skip to content

Tags: aperturerobotics/flex-layout

Tags

v0.3.5

Toggle v0.3.5's commit message
release: v0.3.5

Signed-off-by: Christian Stewart <[email protected]>

v0.3.4

Toggle v0.3.4's commit message
release: v0.3.4

Signed-off-by: Christian Stewart <[email protected]>

v0.3.3

Toggle v0.3.3's commit message
release: v0.3.3

Signed-off-by: Christian Stewart <[email protected]>

v0.3.2

Toggle v0.3.2's commit message
release: v0.3.2

Signed-off-by: Christian Stewart <[email protected]>

v0.3.1

Toggle v0.3.1's commit message
release: v0.3.1

Signed-off-by: Christian Stewart <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
fix: make TabButton close button aria compliant as a button

Make the close button on TabButton a button instead of a div. It looks identical
and is aria compliant as a button, supporting screen readers and keyboard
navigation with tab to select and enter or space to click. Note that a event
handler for onCloseKeyDown was added to stop event propagation when pressing
enter or space, so that the button's normal onClick logic is called, and the
keyboard event does not propagate to the TabButton keyboard event handler.

Allows using the keyboard to select the tab close button by pressing the Tab key
to switch between elements on the page, and then pressing "enter" or space " "
to select the highlighted button.

Signed-off-by: Christian Stewart <[email protected]>

v0.2.4

Toggle v0.2.4's commit message
release: v0.2.4

Signed-off-by: Christian Stewart <[email protected]>

v0.2.3

Toggle v0.2.3's commit message
release: v0.2.3

Signed-off-by: Christian Stewart <[email protected]>

v0.2.2

Toggle v0.2.2's commit message
release: v0.2.2

Signed-off-by: Christian Stewart <[email protected]>

v0.2.1

Toggle v0.2.1's commit message
release: v0.2.1

Signed-off-by: Christian Stewart <[email protected]>