5.13.0
What's New
1e86e5f | The new TextField (Incubator) (#854)
The new (experimental) TextField component which can be accessed through Incubator.TextField
is ready for use.
The new implementation cover most of the old TextField component and offer new features.
In the future we will migrate our official TextField to this new implementation.
Features
8401a91 | Declare customValue prop/type for passing an arbitrary value to touchables (#890)
7204360 | Fader - a component to easily add fading mask overlay to other components (#847)
13c7d4c | Button - add disabledBackgroundColor prop (#899)
bf9e2b3 | Button - Add RTL support to icon (#898)
e73e91a | RadioButton support for rendering content on right (#889)
795528d | TabBarItem - allow passing style (solves issue ##874) (#907)
0d09c74 | Drawer - Support testID (#905)
c3d1ec9 | Dialog - Add\move testIDs in Dialog\Modal to support detox 17 (#892)
f117a34 | Adding testID to Avatar's label
8a811d2 | Hint - pass on testID to internal Modal (#880)
b8926f3 | Added accessibility prop to TextField's right button (#876)
Bug Fixes
29d0797 | Picker - Added reset search when modal is dismissed (#873)
13ca81b | Picker - Fix multi select support (#871)
8c6682f | Drawer - Fix passing onToggleSwipeLeft
ccab7a3 | Drawer - Fix left toggle (#875)
16277f2 | TextField - Fix prefix vertical center alignment on Android
afdf169 | TextField - minor alignment fix for rightIconSource. (#877)
ea1b2f6 | TextField - Reduce padding of top label by 1 pixel (#900)
0d6f14c | TextField - Fix for overflow line break on special characters - ? ! / } - due to 'textAlign' attribute (#897)
aa5c54f | Dialog - Fix entrance/exit animation (#891)
645b85e | TabBar - Fix first item selection is not being updated (#908)
110ae01 | TabController - Fix item width when passing fixed width (#888)
a84bdd5 | withScrollReached - fix Android threshold (#878)
Maintenance & Infra
0cde5f9 | Update Slider typings (#901)
5a0baca | TabBarScreen fix Android
d1d758f | Docs - Missing auto close on button tag (#896)
aef5924 | Updates RadioButton generated types
a659739 | Update View to accept animated style props
bffc165 | Update TabController example screen
1330592 | open example screen when setting it to default using long press
505efcc | Slider - moving UNSAFE componentWillMount code to c'tor (#887)
ec8713d | Docs - Update SEO meta tags
c4118b0 | Improve docs search field - add clear button and keep it sticky
cc38748 | Docs/update nav bar to group sub component under parent component (#886)
86f8497 | Fix ThemeManager.setItem typings
72acbb8 | CardSection TS fixes