What's Changed
- Fix and improve typings in all components
- This should allow passing HTML attributes to components (where it makes sense) without throwing TS errors
- Changes to the style API
- Most components now contain a static class name that can be used to override its style
- Fixed existing problems when using stitches class names as references
- Improved the overall logic
- This contains breaking changes ⚠️ on certain component classes , please let us know if you find any problems
- Removed
aria-required
fromNativeSelect
Input
now supportstype
other thantext
Docs
- Fix to make docs more mobile friendly - @Caladan08
- Remove outdated parts of the docs
Full Changelog: v0.8.0...v0.9.0