v3.0.0-beta
Pre-release
Pre-release
❌ 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