Releases: primer/react
Releases · primer/react
v3.0.0-beta
❌ Breaking Changes ❌
- The MergeStatus component has been removed. This component can easily be created using a StateLabel component. #286
- The Link component no longer takes
scheme
ormuted
props. Style the color of the link text usingcolor
instead. The Link also now has no underline by default. Addunderline
to override this. #282 - DonutChart & DonutSlice have been renamed to
Donut
andDonut.Slice
#269
🚀 New features
- There is now a
<BaseStyles>
component for establishing typographic styles #276 - Static CSS required by some components is now injected globally — no need for linking or bundling! #285
📝 Documentation
- SideNav links now have active styles #281
- Deployment is always scaled to one instance, fixing slow production loads #289
- Inline SVGs via svgr/webpack #288
- Docs site is now responsive! 🎉 #275
- Standardize asset path prefix & fix index image #274
- Updated component descriptions #287
🐛 Bug fixes
v2.0.3-beta
v2.0.1-beta
v2.0.0-beta
💥 Breaking changes
🚀 Enhancements
💅 Housekeeping
v1.0.0-beta
This is a major version bump which overhauls the guts of primer-react components without (hopefully!) changing the API in very drastic ways. See the migration docs for more information.
🚨Breaking Changes 🚨
- Introduce emotion and styled-system 💥 #164
- Refactor all components to use emotion + styled system. Tracking Issue
▶️ #168 (tons of PRs so just going to link to the Tracking Issue which has PR #'s) -
src/props.js
is dead; long livesrc/system-props.js
! #203
📝 Documentation
- Initial contributing/dev docs for emotion + styled system #180
- Add migration docs #161 (fixed in #185)
- Updates to PR template #144
🎉 New Components!
- Adding FilterList and FilterListItem #167
🚀 Enhancements
v0.0.12-beta
v0.0.11-beta
🚀 Enhancements
- Responsive flex component #108
- UnderlineNav follow-up tasks #128
- Improve CircleBadge test coverage #135
- Add onChange handler to TextInput #131
- Add margin + padding to all components #138
📝 Documentation
- Visual updates to Kit
Component Library Kit: https://primer.github.io/primer-react
🔀 Merged via #132
v0.0.10-beta
🎉 New Components!
🚀 Enhancements
📝 Documentation
- Visual updates to Kit
Component Library Kit: https://primer.github.io/primer-react/components/
🔀 Merged via #113
v0.0.9-beta
Patch Release
🐛 Bug Fix
- This patch release switches the @github/octicons-react package to @githubprimer/octicons-react, so that GitHub projects using @github prefixed packages from GPR can use octicons-react ✨