Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

90 lines (55 loc) · 2.25 KB

Change Log

This project adheres to Semantic Versioning.

4.2.0

  • Update save-area types and use initialMetrics by default

4.1.1

  • Fix invalid import #12

4.1.0

4.0.0

  • Optimize memory usage #9
// 4.x.x
useStyles() === useStyles(); // true
// 1.x.x - 3.x.x
useStyles() === useStyles(); // false

Breaking changes:

3.1.0

3.0.0

2.2.0

  • Fix expo issue Unable to resolve module 'module://EmitterSubscription.js'

2.1.0

2.0.0

Deprecate first argument as object makeUseStyles({ styles: {color: 'red'}}) now only functions allow makeUseStyles (() => (({ styles: {color : 'red'}}))

Improve memoization logic

Add integrations with third party modules\APIs:

1.1.3

  • Improve recreating styles
  • Added test
  • Added helper type MakeUseStylesFn

1.1.1

  • Fix a makeUseStyles function type definition

1.1.0

  • Added a new helper hookuseColorTransition((theme: Theme) => string): AnimatedValue

1.0.0

  • Release