v35.25.1
版本发布时间: 2023-04-24 22:47:57
primer/react最新发布版本:@primer/react@37.0.0-rc.10(2024-10-09 16:43:51)
Patch Changes
-
#3174
d4c6ae5b
Thanks @colebemis! -MarkdownEditor
is now SSR-compatible.Warning: In this new implementation,
MarkdownEditor.Toolbar
,MarkdownEditor.Actions
, andMarkdownEditor.Label
must be direct children ofMarkdownEditor
. -
#3209
a6279536
Thanks @langermank! - Remove--primer
prefix from CSS var -
#3173
6b900e90
Thanks @colebemis! -ActionList
andNavList
are now SSR-compatible.Warning: In this new implementation,
ActionList.LeadingVisual
,ActionList.TrailingVisual,
andActionList.Description
must be direct children ofActionList
. The same applies toNavList
. -
#3198
a273748b
Thanks @langermank! - Bug fix:ButtonGroup
borders show incorrectly on hover