Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 803 Bytes

File metadata and controls

35 lines (22 loc) · 803 Bytes

React Native Zephyr Changelog

1.1.0

  • Adds styled-components-like API for moving classname list out of render cycle via #20.
  • Docs improvements.

1.0.0

  • First major release!

0.2.1

  • Docs updates.
  • Remove twColors from root export.

0.2.0

  • Allow configuration of baseFontSize.
  • overrideTheme and extendTheme now also accept a function (with access to baseFontSize)
  • tracking: classes for letter spacing.
  • leading: classes for lineHeight.

0.1.7

  • Update package.json description.

0.0.1 – 0.1.6

Laying the foundation for the library:

  • Initial createStyleBuilder method to configure theme.
  • styles, useStyles, and makeStyledComponent helpers for styling.
  • Documentation setup
  • General repo infrastructure (CI/CI, publishing, sample app, etc.).