@primer/react@37.0.0-rc.6
版本发布时间: 2024-09-23 23:13:16
primer/react最新发布版本:@primer/react@37.0.0-rc.10(2024-10-09 16:43:51)
Permalink to storybook
Major Changes
-
#4953
04e8c9c
Thanks @iansan5653! - Delete deprecated draft componentsMarkdownEditor
,MarkdownInput
, andInlineAutocomplete
Minor Changes
-
#4913
6c9121e
Thanks @joshblack! - Update Banner to use CSS Modules behind feature flag
Patch Changes
-
#5000
b8f6888
Thanks @jonrohan! -Text
component CSS module feature flag changed toprimer_react_css_modules_staff
-
#4975
0b89fc0
Thanks @jonrohan! - Change the Link component feature flag from primer_react_css_modules_staff to primer_react_css_modules_ga -
#4981
c8fe1c6
Thanks @jonrohan! - Removes the feature flag from theBlankslate
component to always render with CSS modules. -
#4986
d6471aa
Thanks @francinelucca! - fix(Dialog): track mousedown event to prevent accidental closing -
#4967
98d3d13
Thanks @TylerJDev! - Utilizes[disabled]
selector instead of:disabled
inTooltipV2
to address a false positive -
#4977
1adea12
Thanks @siddharthkp! - SelectPanel: Addrole=combobox
to filter input (behind feature flagprimer_react_select_panel_with_modern_action_list
) -
#4971
ff56b04
Thanks @jonrohan! - Changed Heading feature flag fromprimer_react_css_modules_staff
toprimer_react_css_modules_ga
-
#4989
dc80aa6
Thanks @camertron! - Allow color to be customized for medium-sized IconButtons -
#4968
da0f48b
Thanks @siddharthkp! - SelectPanel: Add announcements for screen readers (behind feature flagprimer_react_select_panel_with_modern_action_list
) -
#4970
44a3dc9
Thanks @joshblack! - Update tab in UnderlinePanels to set explicit type -
#5000
b8f6888
Thanks @jonrohan! -Label
component CSS module feature flag changed toprimer_react_css_modules_staff
-
#4995
8a1ee22
Thanks @lukasoppermann! - ProgressBar: Adding default gap between sections for progressbars with more than one section -
#4966
c097e96
Thanks @siddharthkp! - SelectPanel: Fix focus and selection styles for Windows high contrast themes (behind feature flagprimer_react_select_panel_with_modern_action_list
) -
#4997
dc2d1f3
Thanks @TylerJDev! - Popover: Add note on deprecation ofcaret
in v38 -
#4987
b82286d
Thanks @langermank! - Bump stylelint + fixes