Releases: oacore/design
Releases · oacore/design
0.2.1
0.2.0
Updates
- Added Card Footer (#191)
- Added Loading Bar (#190)
- Added auto link detection to Button (#187)
- Improved TextField API and styles (#193)
Bug fixes
- Fixed Button:link text colour and decoration (#183)
- Fixed applying custom className for the Button (#185)
- Fixed missing monospace font variable (#186)
Development updates
0.1.2
0.1.1
0.1.0
Main feature – library configuration 📦 🎉
The library now supports configuration via .designrc and design.config.js files with the help of cosmiconfig (#166).
We ship a binary to build project-dependent configuration of @oacore/design. Check out more running npx @oacore/design --help (#171).
Our script based on the local project configuration builds icons sprite and runtime config that helps components to resolve icons (#171, #173).
Finally, we remove icons from the package replacing it with the resolver (#172).
Component updates
Added:
Bug fixes
- Fixed
devscript