Releases: primer/react
Releases · primer/react
v14.3.1
v14.3.0
Fixed props for TypeScript
Fixed a 🐛 where certain Props interfaces did not extend the correct HTMLAttribute types.
v14.1.0
v14.0.0
🚨 Breaking Changes 🚨
- Dropdown & Details components refactored #499
Details and Dropdown no longer support thetogglerender prop.
Details usesdefaultOpento set the initial state for open/closed
💅 Enhancements
v13.4.0
v13.3.0
v13.2.0
Release 13.2.0
✨ New Components
- Adds
Gridcomponent andGRIDsystem prop category #485 - Adds
ButtonGroupcomponent #495 - Adds
Dialogcomponent #480
💅 Enhancements
- Exports
themeGetfunction that wraps@styled-system/theme-getwith Primer theme fallback values #492 - Adds TypeScript types! 🎉 🎉 🎉 #490
- Updates
aria-labelAPIs #498 - Updates
asprop documentation #497 - Allows
Linkto render any valid component type #488
Big thank you to @mxstbr and @colebemis for your contributions to this release! 💖
v13.1.0
💅 Enhancements
- Added
displayto COMMON group of props - Make React version not strict
- Upgrades to Octicons 9.0.0, makes them a regular dep again Fixes: #479
- Upgrade Styled System to v5!
- Removes
FLEX_CONTAINERandFLEX_ITEMprop categories for a singularFLEXcategory that contains everything. Still keeping theFlex.Itemcomponent around for backwards compatibility.
v13.0.0
🚨 Breaking Changes 🚨
- Removed Donut component #457
- Made Octicons and React external #459 Users will now need to manually install React and Octicons in their project. Helps reduce bundle size.
💅 Enhancements
- Upgraded styled-system to v4 for bundle size improvements :)
🚀 41kb gzipped to 13kb gzipped! cc @mxstbr