You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 KiB
14 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.0.0-rc.7 (2022-10-28)
Bug Fixes
- add children as prop (#3583) (d7fd4e2)
- rename
white
theme color tobackground
(#3664) (48795ec) - Switch: Android throws an error when setting it to false (#3601) (1246628)
- TabView: iOS TabView issue (#3635) (b3fc37e)
Features
4.0.0-rc.5 (2022-06-25)
Bug Fixes
- Button: theme spacing xs error (#3563) (172499f)
- fix peerDependency compatibility (#3545) (7a811f9)
- Tab: indicator with initial index (#3564) (8a44601)
- Tooltip: add default value in measure component (#3550) (dd72676)
4.0.0-rc.4 (2022-05-21)
Bug Fixes
- ButtonGroup: add and improve types and add tests (#3220) (9f08153)
- Dialog: Action button on web (#3514) (d835acc)
- ListItem: Accordion children areas were not hidden (#3517) (dc1d369)
- ListItem: left & right content width onRelease in Swipeable (#3534) (7816555)
- Tab: inputRange using Array.from (#3538) (65a1fa9)
4.0.0-rc.3 (2022-05-09)
Bug Fixes
- Icon: raised ios shadow issue (#3491) (6224af4)
- ListItem: custom Icon for Accordion (#3504) (fd0bbb6)
- Tab: indicator on first render (#3505) (974d344)
Features
- base: add makeStyles (#3510) (2ba0764)
- Button: add title as children,
size
,color
,radius
prop (#3494) (4774fae) - theming: add
spacing
to theme (#3495) (f71f16e) - Tooltip: add
animationType
prop (#3487) (52d2f27)
4.0.0-rc.2 (2022-04-27)
Bug Fixes
- Chip: border radius on tap (#3442) (2720463)
- ListItem: isExpanded set default false for Accordion (#3475) (3a66591)
- ListItem: Swipeable panresponders (#3449) (eca3f2e)
- Overlay: custom backgroundColor override (#3471) (2ad403a)
- SearchBar: typescript errors (#3437) (ec01b65)
- Skeleton: remove
type
from import (#3476) (455276a) - SpeedDial.Action: wrap with pressable (#3480) (6de7aa0)
- SpeedDial: add themed FAB (#3436) (e70d40b)
- SpeedDial: Left placement for Actions (#3479) (d006fe9)
- ThemeProvider: add
children
prop explicitly (#3477) (45f9523) - Tooltip: removeEventListener deprecated warning (#3440) (f4db70d)
Features
4.0.0-rc.1 (2022-03-28)
Bug Fixes
- pkg entry point for react-native cli (#3403) (2c4bf8a)
- remove Partial Color Type (#3418) (c9c2bdc)
- Tab, TabView: conditional rendering (#3397) (781e47a)
- TabView: swipe issue (#3380) (fc3bb93)
4.0.0-rc.0 (2022-03-16)
Bug Fixes
- AirbnbRating: add props to parent component (#3335) (f859d68)
- change TextProps from type to interface to enable declaration me… (#3198) (c850731)
- Dialog: remove container view (#3384) (bcff691)
- docs: broken props and links (29fe60b)
- FAB: add small size style (#3322) (b4a7296)
- Icon: preserve custom testID property (#3376) (9f713f1)
- ListItem: remove Accordion height animation (#3352) (217f623)
- Slider: Fix issues with scrub and allowTouchTrack (#3203) (74de9ea)
- themeColors: add support for dark mode (#3078) (8a7743e)
Features
- Add style props to TabView component (#3191) (efb76aa)
- BottomSheet: add onBackdropPress handler (#3074) (de1a02b)
- ListItem: add
onSwipeBegin
,onSwipeEnd
, resetCallback (#3180) (2a5a8b0) - Skeleton: new universal component package (#3357) (1cca2db)
- Tab: add horizontally scrollable Tab.Items (#3336) (a0a919b)
- TabView: add
disableSwipe
&disableTransition
prop (#3372) (b45e1a9)