Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Added README.md badges for React Native peer dependency and Prettier.
  • Updated peer and dev dependencies to the latest versions.
  • Improved types for the utility classes. This fixes #7 and other issues related to types being too generic. Thanks to josmithua for laying the groundwork.
  • Removed the beta flag from the version.
  • Added negative padding and margin styles: _p{Direction}{Width}, _m{Direction}{Width}
  • Added fixed line-height styles: leading{Size}
  • Added documentation for the createTheme API
  • Restructured documentation for more clarity
  • Updated README.md, LICENSE and documentation. No functional changes.
  • Reworked color scheme and added different shades (light, dark) and a contrast variant
  • Default palette is based on Material UI
  • Reorganized the documentation for better clarity
  • First public release
  • Initial version for test only