v36.4.0
版本发布时间: 2023-12-07 20:32:26
primer/react最新发布版本:@primer/react@37.0.0-rc.10(2024-10-09 16:43:51)
Permalink to documentation
Minor Changes
-
#3982
968d4ef05
Thanks @joshblack! - Update SSRProvider, useSSRSafeId to use the native React 18 useId() instead of @react-aria/ssr -
#3812
3f82a1cab
Thanks @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
503c7e625
Thanks @mperrotti! - Fixes layout for loading DataTable cells -
#4001
0e9d841e3
Thanks @langermank! - Fixline-height
on markdown viewer (comment box) -
#3987
4321d59e9
Thanks @iulia-b! - MarkdownEditor & MarkdownViewer: Update new line identifier for formatting markdown -
#4008
df7dc2af1
Thanks @dipree! - Changes the focus styling of input components such asTextarea
,TextInput
,TextInputWithTokens
andSelect
from usingborder
andbox-shadow
to useoutline
only for better border rendering and scrollbar support. -
#4013
d26aeab32
Thanks @keithamus! - Avoid error when using Modal Dialog within TreeView -
#4012
5fd025f04
Thanks @keithamus! - Ensure ConfirmationDialog adds host element to the DOM -
#4024
0ea121af3
Thanks @colebemis! - StateLabel: Use correct octicons fordraft
andpullClosed
states -
#4022
98ad3203a
Thanks @joshblack! - Update the resize behavior of PageLayout to ignore right clicks when resizing