Releases: khevamann/rn-responsive-styles
Releases · khevamann/rn-responsive-styles
v2.2.0
What's Changed
- Adds hook for conditional rendering by @khevamann in #21
- Make regex stricter and sanitize style names by @khevamann in #25
- 🔖 Version 2.2.0 by @khevamann in #26
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.0
See Upgrading to V2 for more information
What's Changed
🎉. Version 2.0.0 Release
- Support for custom breakpoints
- Much better typescript support and autocomplete
- More intuitive api
styles.container
instead ofstyles('container')
Commits
- Fix crashes on React Native version ^0.66 on refresh by @mtourj in #11
- V2 by @khevamann in #13
- Update readme by @sieuhuflit in #14
- fix documentation and small compilation bug by @khevamann in #16
New Contributors
- @mtourj made their first contribution in #11
- @sieuhuflit made their first contribution in #14
Full Changelog: v1.1.2...v2.0.0
1.1.2
What's Changed
- Add const for screen width =< 540 as EXTRA_SMALL_DEVICE by @chrda81 in #1
- Added options for simple media queries by @khevamann in #3
- Update README.md by @EthanHermsey in #6
- Remove Undefined Listener Crash by @khevamann in #4
- Invalid Regex by @khevamann in #8
Full Changelog: v1.0.1...v1.1.2