Skip to content

Releases: primer/react

12.1.0

16 May 23:26
2b9de54

Choose a tag to compare

Merge pull request #451 from primer/update-lock

update package-lock

0.0.0-e9e13cb

17 May 22:08
2b9de54

Choose a tag to compare

Merge pull request #451 from primer/update-lock

update package-lock

v12.1.0

07 May 20:35
57f9eb4

Choose a tag to compare

📝 Documentation

🐛 Bug Fixes

v12.0.1

26 Mar 22:22
2da2132

Choose a tag to compare

Enhancements

  • Adds order to Flex.Item

v12.0.0

22 Mar 00:15
c2d08ee

Choose a tag to compare

🚨 Breaking Changes

  • Change is prop to use styled-component's as #423

💅 Enhancements

  • Make styled-components a peer dependency #422
  • Rename start script #424
  • Details refactor #429

📝 Documentation

  • Update docs homepage #419

v11.0.0

27 Feb 22:41
0eafe47

Choose a tag to compare

🚨 Breaking Changes 🚨

  • Remove order prop from Flex, move it to Flex.Item #406

🐛 Bug fixes

  • Fix default font weight & size in Heading #408

💅 Enhancements

  • DRY up constants.js #412

📖 Documentation

  • Update header illustration #407

v10.0.1

19 Feb 08:12
4cadb5b

Choose a tag to compare

Fixes a failed publish in 10.0.0 which didn't include anything in the dist 😬

v10.0.0

11 Feb 21:26
5361a0b

Choose a tag to compare

🚨 Breaking Changes 🚨

  • The Dropdown API has changed, instead of using Dropdown.Button, provide a title prop to Dropdown, and Dropdown will render a button. #399

💅 Enhancements

  • Added overlay prop to Details, added that functionality to Dropdown #399

🤖 Dev environment changes

  • Upgrade React to 16.8 #396
  • Installed primer/publish action for auto-publishing branches 👍 #400

v9.0.0-beta

25 Jan 20:20
8a1d53a

Choose a tag to compare

v9.0.0-beta Pre-release
Pre-release

🚨 Breaking Changes 🚨

  • The Dropdown component has been refactored and has a fully new API, included new nested components: Dropdown.Button, Dropdown.Menu and Dropdown.Item. Check out the Dropdown documentation for more details: https://primer.style/components/docs/Dropdown

💅 Enhancements

  • Replacing remaining uses of themeGet with custom get from our constants file #390
  • Refactored Dropdown component #391
  • Add fontStyle prop to TYPOGRAPHY #388

🐛 Bug Fixes

  • Remove default value of div from is prop on Button #386

📝 Documentation

  • Updated theming docs #385

v8.2.0-beta

14 Jan 19:53
36840f0

Choose a tag to compare

v8.2.0-beta Pre-release
Pre-release

Accidentally versioned this as 8.2.0-beta when it should have been 8.1.0-beta, so there is a skipped version.

💅 Enhancements

  • Adds is prop to a few more components 🙌

🐛 Bug fix

  • Moves styled-components to dependencies instead of devDependencies