Sourced from @primer/react
's
releases.
@primer/react
@37
.7.0Minor Changes
#5324
bd5f0d4
Thanks@hussam-i-am
! - Convert SelectPanel to CSS modules behind feature flag#5336
59a6654
Thanks@hussam-i-am
! - Convert SegmentedControl to use CSS modules behind feature flag#5339
dc2f083
Thanks@jonrohan
! - Remove the CSS modules feature flag from ButtonGroup#5332
3fcfba8
Thanks@hussam-i-am
! - Convert PageHeader to CSS modules behind feature flag#5326
1d79cc5
Thanks@hussam-i-am
! - Convert KeybindingHint to CSS modules behind feature flag#5361
2fbdd3b
Thanks@JelloBagel
! - Convert BaseStyles to CSS modules behind team feature flag#5299
8673664
Thanks@jonrohan
! - UpdateAvatarStack
component to use CSS modules behind the feature flag primer_react_css_modules_team#5376
167c8d4
Thanks@hussam-i-am
! - fix(useFormControlForwardedProps): do not pass through validationStatus#5337
7d9bb0c
Thanks@jonrohan
! - Remove the CSS modules feature flag from Checkbox#5282
d6fe52e
Thanks@jonrohan
! - Remove the CSS modules feature flag from Banner#5367
844e41f
Thanks@langermank
! - Convert ActionList.Heading to CSS Modules#5302
82bf850
Thanks@randall-krauskopf
! - ConvertPagination
component to use CSS modules#5271
05db651
Thanks@randall-krauskopf
! - UpdateToken
,IssueLabelToken
,AvatarToken
components to use CSS Modules#5342
39df71e
Thanks@joshblack
! - Update FormControl sub-components to use new styled components format for migration#5338
4c7056b
Thanks@jonrohan
! - Remove the CSS modules feature flag from Checkbox#5222
b5ff840
Thanks@jonrohan
! - feat(ButtonBase): Remove css modules feature flag from ButtonBase#5375
ba0a6c0
Thanks@langermank
! - Convert ActionList (wrapper) and ActionList.Divider to CSS ModulesPatch Changes
#5343
70005b8
Thanks@jonrohan
! - BugFix: Fix issue in ButtonGroup Overlay screenshots by updating the selector to use:is(button, a)
and:first-of-type
and:last-of-type
pseudo-classes.#5402
6978865
Thanks@francinelucca
! - fix(PageHeader): use display block insteaf of flex when FF off#5383
efc5c47
Thanks@jonrohan
! - Move VisuallyHidden component css module feature flag to ga#5394
1a51288
Thanks@jonrohan
! - Move Dialog component css module feature flag to staff#5397
3dd1e5e
Thanks@jonrohan
! - Move Textarea component css module feature flag to staff#5358
b08f770
Thanks@langermank
! - ActionList UI bug fixes
... (truncated)
2028774
Version Packages (#5335)ba0a6c0
feat(ActionList + ActionList.Divider) Convert to CSS Modules (#5375)6978865
fix(PageHeader): use display block insteaf of flex when FF off (#5402)d57b1de
chore(deps): update eslint-plugin-playwright to 2.x (#5355)cf288b4
chore(project): update packageManager to npm 10.9.2 (#5400)4bbe385
chore(ci): remove manual npm cli install (#5359)20957b4
chore(ProgressBar): Move ProgressBar component css module feature flag
to sta...184e292
chore(CheckboxOrRadioGroup): Move CheckboxOrRadioGroup component css
module f...eec92da
chore(UnstyledTextInput): Move UnstyledTextInput component css module
feature...1a51288
chore(Dialog): Move Dialog component css module feature flag to staff
(#5394)Sourced from framer-motion's changelog.
[11.13.3] 2024-12-09
Fixed
- Attempting to update types to be compatible with both React 18 and 19.
[11.13.2] 2024-12-04
Fixed
- Hover gesture now always
passive: true
.