Permalink to documentation
Minor Changes
-
#4353
2c0086e6da3ae3a360c12952399256c98941982e
Thanks @anleac! - SelectPanel: Addedfooter
prop that renders a sticky footer at the bottom of the item list. -
#4288
200fb18839053f669d30d86e4dd88b399b06a44b
Thanks @siddharthkp! - experimental/SelectPanel: Add back button -
#4097
9c535e835a364bce5d01b28f4029d2bf4d5bdfaf
Thanks @broccolinisoup! - TextInput: Update TextInput.Action internal component to use Tooltip v2
Patch Changes
-
#4359
937dbdea2a0b2f79b60f68440f5d8c24df344401
Thanks @pksjce! - ActionBar: Overflow menu items should be able to trigger dialogs -
#4327
f08f85b5a90e532c7a8795f7bea5af80765283d4
Thanks @broccolinisoup! - Tooltip v2: Set the tooltip position when popover-open attribute is added to the tooltip element not the toggle event is triggered -
#4348
c64e5b25698885eeeeee5bc95c47582248011a39
Thanks @siddharthkp! - experimental/SelectPanel: Do not render children of<dialog>
when closed -
#4308
32b0cf77fcb4112f00da6ffb93a52875d23b9370
Thanks @tbenning! - Unify Breadcrumbs + fix a11y issue -
#4334
f685d521dd52d0a9601e0021189895e1adca3b0b
Thanks @TylerJDev! - Switches focus styles to targeta.focus-visible
instead ofa:focus-visible
. -
#4349
15c078dda93ae8579a858efcce3b6a2f97204373
Thanks @jonrohan! - Adding aria-invalid="true" to TextInput when error. -
#4365
fe9f8baae473019e3605fae8895ba63f88fae074
Thanks @pksjce! - Bugfix:aria-invalid
is overriden in TextInput -
#4354
4b823ff237235564900aeadb81713e984676c5ad
Thanks @siddharthkp! - TextInput: Remove redundantaria-label
attribute fromTextInput.Action
when it already has anaria-labelledby
. -
#4320
7cb3464a50a49efc59e9a29baa2dd543147b0bee
Thanks @siddharthkp! - experimental/SelectPanel: Move focus to first item if there is no filter input -
#4337
69f4489a3a6e928c5c387c8aa42668f5f3b0d92c
Thanks @manuelpuyol! - Add precompile step for colorSchemes -
#4360
5baf73660f86fa4850f7c705d5d3ab1c599fe461
Thanks @broccolinisoup! - Tooltip2: Render tooltip element asspan
instead ofdiv