Skip to content

v3.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@emplums emplums released this 28 Sep 19:15
d7ecab7

❌ 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 or muted props. Style the color of the link text using color instead. The Link also now has no underline by default. Add underline to override this. #282
  • DonutChart & DonutSlice have been renamed to Donut and Donut.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