Skip to content

v0.19.0

Compare
Choose a tag to compare
@dragonwong dragonwong released this 12 Dec 14:28
· 67 commits to master since this release
5a90373

0.19.0

  • 💚 new component for displaying progress: Progress

NumericKeyboard

  • 💚 new props bottomLeftButton: config the button in bottom-left corner of the keyboard

Dialog

  • 💚 Bugfix: fix display bug when there is only one button that is in touching state

NavBar

  • 💚 new props hitSlop: defines how far a touch event can start away from buttons in left and right

SmsCaptchaInput

  • 💚 new props btnTextNumberOfLines: used to truncate the button's text with an ellipsis after computing the text layout

TabBar

  • 💛 TabBar items will divide space equally and the touchable area will be extended as far as possible. You may need to add flex: 1 in style of TabBar item components to adapte to this change.

Badge

Now badge will self-adjust to the length of text, and the maxWidth of badge is the width of children.

  • 💛 remove props characterWidth: because of the new self-adjusting strategy
  • 💚 new props dot: whether to use dot
  • 💚 new props dotStyle: the style of dot

For more information: Changelog · rnxteam/rnx-ui Wiki