- Adds styled-components-like API for moving classname list out of render cycle via #20.
- Docs improvements.
- First major release!
- Docs updates.
- Remove
twColorsfrom root export.
- Allow configuration of
baseFontSize. overrideThemeandextendThemenow also accept a function (with access tobaseFontSize)tracking:classes for letter spacing.leading:classes for lineHeight.
- Update
package.jsondescription.
Laying the foundation for the library:
- Initial
createStyleBuildermethod to configure theme. styles,useStyles, andmakeStyledComponenthelpers for styling.- Documentation setup
- General repo infrastructure (CI/CI, publishing, sample app, etc.).