Releases: callstack/react-native-paper
Releases · callstack/react-native-paper
Release 4.11.1
Release 4.11.0
4.11.0 (2021-12-10)
Bug Fixes
- add patching container for multiline input on ios (#2979) (6aa2c50)
- correct Chip touchable style (#2976) (69d5ffe)
- correct clickthrough on web tabs within BottomNavigation (#2985) (6c2e534)
- correct long label in outlined text input (#2960) (c7bedca)
- move outline outside of input view container (#2997) (621d26c)
- outlined input error border width (#2975) (e509bf8)
- remove outline from Searchbar on Web (#2961) (1684719)
- typescript issue in banner when customizing buttons (#2970) (bd0bae2)
Features
Release 4.10.1
4.10.1 (2021-11-16)
Release 4.10.0
4.10.0 (2021-11-03)
Bug Fixes
- Add displayName attribute to DataTable Row (#2872) (116ff01)
- add missing paddingRight to CardTitle (#2830) (8eb4435)
- chrome autofill in flat TextInput on web (#2850) (91e669c)
- comply to eslint warnings in example files (#2946) (f3f35e8)
- correct displaying progress bar on Android (#2916) (452c163)
- correct toggling rtl in example app (#2934) (d2f61fb)
- do not apply padding to multiline outlined textinput (#2740) (#2793) (60e99dd)
- do not render empty string as accordion description (#2831) (f03f0c8)
- full width Chip touchable not focusing (#2808) (7bdb7ac)
- list.accordion onlongpress type (#2697) (75abfd0)
- make RadioButtonGroup accessible (#2947) (5c8544f)
- missing Menu.Item theme prop (#2845) (38215f0)
- override Card surface colors with theme (#2948) (5821ee5)
- Ripple effect on DrawerItem (#2879) (abd8289)
- TextInput border being cut out (#2786) (d4c594b)
- TextInput paddingOut not based on lineHeight when provided (#2621) (ab20765)
- unified behavior when focusing on CheckBox.Item with screen reader (#2921) (5faa1ec)
- use remove method on the event subscription (#2918) (8c8e54d)
- use remove method on the event subscription (#2923) (0c35337)
- 2928: Radio Button (RadioButton) onPress Bug (#2931) (c99756b)
Features
- add AnimatedFAB improvements (#2907) (50ccce0)
- custom title for ListItem (#2886) (28261ab)
- improve banner accessibility on Android (#2949) (0b83b76)
- improve ListAccordion accessibility (#2775) (adc65b3)
- introduce first iteration of AnimatedFAB component (#2580) (9c2e84c)
- Styling of labels in FAB.Group (#2894) (656d652)
- banner: add optional callback for on animation complete (#2758) (14916e3)
- use theme colors in Banner (#2932) (ee9c2d0)
Release 4.9.2
Release 4.9.1
4.9.1 (2021-05-28)
Release 4.9.0
4.9.0 (2021-05-27)
Bug Fixes
- add bg color to list accordion to limit ripple area (#2685) (30068b2)
- correct text position in CheckboxItem, update snapshots (#2749) (c30c925)
- example app tweaks (#2721) (c642587)
- android: add importantForAccessibility in Modal component (#2743) (70bb52b)
- BottomNavigation: migrate to tab role instead of button (#2611) (b5d9c6a)
- correct Button elevation (#2735) (0e024b8)
- interpolate shadowOpacity to correct its value for the elevation equal zero (#2736) (213d974)
- run animation on card long press (#2701) (7bae89e)
Features
- add a safeAreaInsets prop to bottom navigation (#2746) (0d71218)
- add card mode outlined (#2512) (20080c4)
- add outlineColor prop in TextInputOutlined (#2475) (70f83a9)
- add prop right to DrawerItem (#2505) (426c025)
- DataTable Pagination (#2455) (8f95915)
- improve ProgressBar and ActivityIndicator accessibility (#2673) (0e0602c)
- introduce prop for defining control position (leading/trailing) fo RadioButton.Item (#2713) (ddd6a7c)
- introduce prop for defining control position (leading/trailing) for checkbox item (#2738) (ad88f7f)
Release 4.8.1
Release 4.8.0
4.8.0 (2021-04-22)
Bug Fixes
- badge: define prop visible as optional (#2622) (111e3e0)
- add prop borderless to ListAccordion component (#2647) (94dbdee)
- BottomNavigation: selected state now reads properly on voiceover(iOS) (#2610) (aa83549)
- component BottomNavigation (#2552) (cd5a036)
- correct example list background color (#2664) (9e8e477)
- correct flex values in checkbox item label (#2659) (29ce19e)
- correct label bug related to some Android devices (#2672) (5961940)
- correct toggle button type (#2651) (3593cd5)
- do not render empty string as ListSection title (#2640) (06c0595)
- Pagination Datatable example (#2525) (cdfb9ab)
- remove additional outline from web inputs (#2654) (7516517)
- remove resizeMode style property from CardCover (#2660) (09384ec)
- Searchbar focus() (#2519) (66d93b3), closes #2393 #2394