Skip to content

Releases: primer/react

v36.9.0

19 Feb 01:38
266c0c4
Compare
Choose a tag to compare

Permalink to documentation

Minor Changes

Patch Changes

v36.7.1

05 Feb 18:00
9783f9e
Compare
Choose a tag to compare

Permalink to documentation

Patch Changes

v36.7.0

29 Jan 22:18
0941b00
Compare
Choose a tag to compare

Permalink to documentation

Minor Changes

  • #4157 aafa257e1 Thanks @langermank! - - Adds CSS variable color values to the legacy Primitive design tokens.
    • Three values include: the new v8 color CSS variable, a fallback of the old color CSS variable, and the raw value.

Patch Changes

v36.6.0

25 Jan 17:33
05f2d79
Compare
Choose a tag to compare

Permalink to documentation

Minor Changes

  • #3787 c9d74219d Thanks @langermank! - - Moves legacy color primitives from primer/primitives directly into Primer React

    • Cleans up unused dependencies on primitives other than color
    • Preparing for the upgrade to CSS variables (Primitives v8)
  • #3994 c40f76562 Thanks @maximedegreve! - ActionMenu: Only use checkmarks in menus instead of checkboxes

  • #4135 c2b069cfd Thanks @dipree! - Deprecate the underline property of the Link component in favor of the new inline property to better handle link visibility and accessibility when adjacent to text.

  • #4145 996475f7b Thanks @siddharthkp! - experimental/SelectPanel: Add SelectPanel.SecondaryAction

  • #4128 359213b29 Thanks @joshblack! - Add "use client" to package entrypoints to support React Server Components

Patch Changes

v36.5.0

22 Dec 02:53
7fa7c14
Compare
Choose a tag to compare

Permalink to documentation

Minor Changes

  • #4027 49f585f9 Thanks @iansan5653! - Deprecate MarkdownEditor, MarkdownViewer, InlineAutocomplete, and related hooks

  • #4049 f0d38bc39 Thanks @TylerJDev! - Replaces deprecated Button component in Dialog with newest version

  • #4061 f46c07189 Thanks @mperrotti! - Adds a new prop, animated, to the ProgressBar component. This allows the "filled" segment(s) to animate and indicate some process is still in progress.

  • #3913 cf225772 Thanks @mperrotti! - Supports inactive ActionList items by letting users pass the required message to the inactiveText prop.

  • #4028 bbe58b8e1 Thanks @joshblack! - Use a CSS variable for the monospace font stack

Patch Changes

v36.4.0

07 Dec 12:32
48fd418
Compare
Choose a tag to compare

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

v36.3.1

01 Dec 21:16
a6def94
Compare
Choose a tag to compare

Permalink to documentation

Patch Changes

v36.3.0

01 Dec 16:46
b5618cd
Compare
Choose a tag to compare

Permalink to documentation

Minor Changes

Patch Changes

  • #3897 6b0c118b3 Thanks @mperrotti! - When passing an id prop to ActionMenu.Button, it will be passed as the rendered button element's id attribute instead of being set as an automatically generated ID.

  • #3960 ec8a2cadd Thanks @pksjce! - Update to @primer/behaviors v1.5.1

  • #3945 40b29787e Thanks @siddharthkp! - ActionList: Fix bug that did not allow both inline and block description at the same time

  • #3903 f62ec728a Thanks @pksjce! - Make resize vertical splitter keyboard accessible

  • #3946 e08432d54 Thanks @siddharthkp! - Link: Add inline prop to tag links inside a text block, underlined with accessibility setting [data-a11y-link-underlines]

  • #3983 43d1dce4a Thanks @TylerJDev! - Readjust order of PageLayout.Pane contents

  • #3972 87028d2b9 Thanks @iulia-b! - Update MarkdownEditor to correctly identify non-standard formatted tasklist items

v36.2.0

14 Nov 02:16
8cfd7f0
Compare
Choose a tag to compare

Permalink to documentation

Minor Changes

  • #3900 2f9b5869 Thanks @broccolinisoup! - ActionList: Add ActionList.GroupHeading component to label the group lists and update labelling semantics for accessibility

  • #3143 cc0c16e9 Thanks @green6erry! - Adjusts position of children within PageLayout.Pane to live above adjustable resize form.

Patch Changes

v36.1.0

02 Nov 18:06
24032c7
Compare
Choose a tag to compare

Minor Changes

Patch Changes