Releases: primer/react
Releases · primer/react
12.1.0
0.0.0-e9e13cb
Merge pull request #451 from primer/update-lock update package-lock
v12.1.0
v12.0.1
v12.0.0
v11.0.0
v10.0.1
v10.0.0
v9.0.0-beta
🚨 Breaking Changes 🚨
- The Dropdown component has been refactored and has a fully new API, included new nested components:
Dropdown.Button,Dropdown.MenuandDropdown.Item. Check out the Dropdown documentation for more details: https://primer.style/components/docs/Dropdown
💅 Enhancements
- Replacing remaining uses of
themeGetwith customgetfrom our constants file #390 - Refactored Dropdown component #391
- Add fontStyle prop to TYPOGRAPHY #388
🐛 Bug Fixes
- Remove default value of
divfromisprop on Button #386
📝 Documentation
- Updated theming docs #385
v8.2.0-beta
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
isprop to a few more components 🙌
🐛 Bug fix
- Moves
styled-componentsto dependencies instead of devDependencies