Skip to content

@primer/react@37.0.0-rc.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@primer primer released this 09 Oct 08:43
· 191 commits to main since this release
00ff2f8

Minor Changes

Patch Changes

  • #5059 682e787 Thanks @gwwar! - Fixes negative and invalid pages in data table pagination on re-render.

  • #5078 3b7bf41 Thanks @jonrohan! - Set the min-width of IconButton to unset to resolve layout issues.

  • #5062 0f5d5e0 Thanks @jonrohan! - Move CSS modules feature flag from staff to ga for Avatar component

  • #5082 212714c Thanks @langermank! - Add focus styles to Pagination component

  • #5077 6490b27 Thanks @jonrohan! - Bug fix(Avatar): Changed rounded border calculation for the "square" Avatar to better align with existing border styles

  • #5055 73135c1 Thanks @francinelucca! - fix(Banner): rewrite PrimaryAction & SecondaryAction types

  • #5068 5f7bd0b Thanks @jonrohan! - fix for toggleStyledComponent utility, When the feature flag is enabled and sx prop is passed in use, Box

  • #5091 4218bef Thanks @jonrohan! - Bug fix for IconButton to respect the style prop width when the feature flag is on.

  • #5073 472967a Thanks @siddharthkp! - SelectPanel: Fix items not being selected when defined within scope (track selection by item.id)

  • #5066 702ba5c Thanks @jonrohan! - Use the IconButton for the close button on Dialog

  • #5079 a2e5671 Thanks @jonrohan! - Correctly pass styled system typography and common props to the Box component in the Text component when the CSS modules feature flag is enabled.