Releases: primer/react
Releases · primer/react
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 ✨
v0.0.8-beta
v0.0.7-beta
v0.0.6-beta
v0.0.5-beta
🚀 Enhancement
📝 Documentation
- Upgrade to Kit v5 and fix build errors from @broccolini #72
- Major updates to our documentation site! 🎉 from @emplums #77
- Move examples into individual files
- Move
<head>
into_app.js
(including links & meta data in package.json was not working) - Top navigation
- separate Libraries for presentational & demo components
- v1 Sandbox
- Primer styles for sidebars and top nav
- Fix HMR
🔀 Merged via #73