Skip to content

6.4.0

Compare
Choose a tag to compare
@lidord-wix lidord-wix released this 17 Nov 13:42
· 1508 commits to master since this release

🎁 Features
β€’ SkeletonView - support content visible on start (#1664)
β€’ Modal.TopBar - allow sending useSafeArea (for expo or possibly react-navigation) (#1653)
β€’ Replace error image to new transparent assets. (#1641)
β€’ Text - add underline prop (#1670)
β€’ Button - add hyperlink prop (#1671)
β€’ Incubator.Dialog - New Dialog implemented with Reanimated (#1576)

πŸ”§ Fixes
β€’ Fix Picker's multi mode value (#1649)
β€’ Fix rotation bug in fullWidth's segmentedControl (#1637)
β€’ Fix Image from being stretched (#1623)
β€’ Fix event emitter warning coming from useOrientation hook (#1661)
β€’ Fix issue with TextField hint is missing when using floatingPlaceholder (still requires to pass floatOnFocus) (#1659)
β€’ TextField - fix placeholder memoization (#1674)

πŸ’‘ Deprecations & Migrations
β€’ Deprecate string badge size (#1638)
β€’ Incubator.WheelPicker - omitting 'color' from labelStyle prop (#1668)

βš™οΈ Maintenance & Infra
β€’ Add api files for our new docs (#1642, #1643, #1644, #1645, #1646, #1647, #1648, #1650, #1651, #1652)
β€’ Text - highlight - refactor and handle some edge cases (#1669)
β€’ Refactor Picker component internally using Incubator.ExpandableOverlay for handling the Picker modal (#1632)