Skip to content

Releases: jpudysz/react-native-unistyles

Release 1.1.2

06 Nov 09:34
Compare
Choose a tag to compare

1.1.2 (2023-11-06)

Bug Fixes

Release 1.1.1

31 Oct 17:48
Compare
Choose a tag to compare

1.1.1 (2023-10-31)

Features

  • Normalize all colors that React Native supports (3796d36)

Release 1.1.0

26 Oct 09:52
Compare
Choose a tag to compare

1.1.0 (2023-10-26)

Features

  • SSR with NextJS
  • add support for server in useDimensions (037c95e)
  • replace react native web normalizer with built in one (3dbf069)

Release 1.0.0

17 Oct 07:29
Compare
Choose a tag to compare

1.0.0 (2023-10-17)

Release 1.0.0-rc.2

13 Oct 13:44
Compare
Choose a tag to compare

1.0.0-rc.2 (2023-10-13)

Bug Fixes

Features

  • return breakpoint from useStyles (9ae6ffe)
  • simpify MediaQueries type (005f87e)
  • add memoization logic for useStyles (d127771)

Chore

  • create issue template (908681)

Release 1.0.0-rc.1

11 Oct 11:57
Compare
Choose a tag to compare

1.0.0-rc.1 (2023-10-11)

Bug Fixes

Features

Release 1.0.0-beta.6

10 Oct 09:26
Compare
Choose a tag to compare
Release 1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2023-10-10)

Bug Fixes

Features

  • regression with images, simplify typescript types (c8dea3b)

Release 1.0.0-beta.5

07 Oct 17:57
Compare
Choose a tag to compare
Release 1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2023-10-07)

Bug Fixes

Features

  • allow empty objects as styles (6244bff)
  • improve types for media query (8412eb5)
  • normalize web css, add support for text shadow (264ddbd)
  • reduce few loops to make it even faster (8dd989a)
  • wrap static styles in StyleSheet.create for generating css classes (b42016d)

Release 1.0.0-beta.4

06 Oct 13:49
Compare
Choose a tag to compare
Release 1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2023-10-06)

Bug Fixes

Features

  • add debounce for web window resize to prevent re-renders (b015d7b)
  • fix issue with nested objects, add initial support for media queries in transform array (3dc73df)
  • fix typings for functions (cad552e)
  • improve docs (e950700)
  • improve types for dynamic functions (8dfeab9)
  • improve typings (7711ae4)

Release 1.0.0-beta.3

05 Oct 10:21
Compare
Choose a tag to compare
Release 1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2023-10-05)

Features

  • add debounce for web window resize to prevent re-renders (b015d7b)
  • fix issue with nested objects, add initial support for media queries in transform array (3dc73df)