v36.4.0
Permalink to documentation
Minor Changes
-
#3982
968d4ef05Thanks @joshblack! - Update SSRProvider, useSSRSafeId to use the native React 18 useId() instead of @react-aria/ssr -
#3812
3f82a1cabThanks @mperrotti! - Adds an 'inactive' state to buttons. An inactive button looks disabled and has aria-disabled, but it can still be clicked and focused. This was added to support buttons that are broken due to availability issues, but can't be removed from the page.
Patch Changes
-
#4026
503c7e625Thanks @mperrotti! - Fixes layout for loading DataTable cells -
#4001
0e9d841e3Thanks @langermank! - Fixline-heighton markdown viewer (comment box) -
#3987
4321d59e9Thanks @iulia-b! - MarkdownEditor & MarkdownViewer: Update new line identifier for formatting markdown -
#4008
df7dc2af1Thanks @dipree! - Changes the focus styling of input components such asTextarea,TextInput,TextInputWithTokensandSelectfrom usingborderandbox-shadowto useoutlineonly for better border rendering and scrollbar support. -
#4013
d26aeab32Thanks @keithamus! - Avoid error when using Modal Dialog within TreeView -
#4012
5fd025f04Thanks @keithamus! - Ensure ConfirmationDialog adds host element to the DOM -
#4024
0ea121af3Thanks @colebemis! - StateLabel: Use correct octicons fordraftandpullClosedstates -
#4022
98ad3203aThanks @joshblack! - Update the resize behavior of PageLayout to ignore right clicks when resizing