Releases: jpudysz/react-native-unistyles
Releases · jpudysz/react-native-unistyles
Release 1.1.2
1.1.2 (2023-11-06)
Bug Fixes
Release 1.1.1
1.1.1 (2023-10-31)
Features
- Normalize all colors that React Native supports (3796d36)
Release 1.1.0
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-rc.2
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-beta.6
Bug Fixes
Features
- regression with images, simplify typescript types (c8dea3b)
Release 1.0.0-beta.5
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
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
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)