reactors
Version:
View components and APIs that work web, mobile and desktop!
97 lines (51 loc) • 1.63 kB
Markdown
reactors change log
===
# Versions
## v2.1.4 #202 Does not work on safari
## v2.1.3
- Omit style on View if scrollable since style is passed down to container style
## v2.1.2
- Remove `onPress` prop to mobile View
## v2.1.1
- Remove `onPress` filter for mobile on Gesture
## v2.0.1
- Reinstate gesture on props (+ tests)
## v1.5.33
- `ListView` mobile refresh
## v1.5.32
- `ListView` is now a class
## v1.5.31
- Reinstall View if not scrollable for mobile
## v1.5.30
- `mergeStyles(...styles)`
## v1.5.29
- Pass mobile View style to `contentContainerStyle`
- Skip `cursor` and `borderBottomStyle` for mobile
## v1.5.28
- Add Storage support for web
## v1.5.27
- Add `boolean View#scrollable` to mobile view to get ScrollView
## v1.5.26
- Add `paddingHorizontal`, `paddingVertical`
## v1.5.25
- Add `isAndroid`, `isios`
## v1.5.24
- Remove RN properties on DOM View
## v1.5.23
- Add `isMobile`, `isWeb`, `isDesktop`, `isDOM`
## v1.5.22
- View for DOM is now a state component
## v1.5.21
- Add accessibility support for DOM
## v1.5.20
- Update Doc about Dimensions resize
## v1.5.19
- Fix 'Reactors not found' in Dimensions
## v1.5.18
- Add 'resize="cover"' style support for DOM-based platforms
## v1.5.17
- Add 'window.resize' listeners on `Dimensions` for DOM-based platforms
- [v0.1.17](https://github.com/co2-git/reactors/issues?q=milestone%3Av0.1.17)
- [v0.1.16](https://github.com/co2-git/reactors/issues?q=milestone%3Av0.1.16)
- [v0.1.15](https://github.com/co2-git/reactors/issues?q=milestone%3Av0.1.15)
- [v0.1.14](https://github.com/co2-git/reactors/issues?q=milestone%3Av0.1.14)