Releases: wix/react-native-ui-lib
7.24.0
π Whatβs New?
π Features
β’ TextField - add 'clearButton', 'onClear' and 'topTrailingAccessory' props (#3113)
π§ Fixes
β’ TextField - fix extra margin at the bottom - don't render Text component if no helperText (#3101)
β’ Fix issue in GridList when passing numColumns 1 (#3103)
β’ FloatingButton - fix gradient when fullWidth (#3112)
β’ TextField - fix validationIcon with no validationMassage and change type to IconProps (#3114)
β’ ChipsInput - fix validation (#3094)
β’ TextField - apply marginT only to the OUTLINE preset (#3123)
β’ Picker - PickerItem key prop extraction when passing items in custom modal mode (#3129)
β’ TextField - fix centered with new topTrailingAccessory (#3132)
βοΈ Maintenance & Infra
β’ outlineDisabled token colors change. (#3098)
β’ Remove NativePicker files and usages. (#3088)
β’ TextField - clean tests (#3118)
β’ New design tokens: outlinePrimaryMedium | black | white (#3127)
β’ Assets - Revert dynamic assets typings. (#3116)
β’ Picker - correct type for onChange
in multi mode (#3091)
7.23.0
π Features
β’ KeyboardAwareInsetsView - add 'offset' prop to control the offset of the pushed content (#3022)
β’ TextField - new outline preset (#3066)
β’ SegmentedControl - New form
preset added. (#3061)
β’ TextField - new features: helperText and validationIcon (#3097)
πΈοΈ Web support
β’ SegmentedControl icon support in web. (#3084)
π§ Fixes
β’ Add examples to api files (#3073)
β’ SegmentedControl - Fixed outline doesn't wrap the entire segment. (#3086)
β’ SegmentedControl - Segments prop is now mandatory. (#3093)
β’ SegmentedControl - Added S1 spacings between icon and label. (#3096)
β’ SegmentedControl - Fix outline sometimes renders as a straight line. (#3099)
β’ Picker support passing items when passing renderCustomModal. (#3081)
π‘ Deprecations & Migrations
β’ Picker prop deprecation - children, migrate (#3078)
βοΈ Maintenance & Infra
β’ Picker screens refactor according to the Picker refactor. (#3080)
7.22.0
π Features
β’ ExpandableSection - add minHeight (#3040)
β’ DesignTokens - add $outlineNeutral token (#3062)
π§ Fixes
β’ GridListItem - Fix unnecessary defaults to allow theme override (#3059)
β’ Assets - Fix loading assets typings to preloaded path. (#3060)
β’ Overlay covering fix when passing borderRadius. (#3058)
β’ Fix GridList and SortableGridList item spacing issue (using gap feature) (#3064)
βοΈ Maintenance & Infra
β’ TextField - move 'default' preset to 'underline' (#3065)
β’ FloatingButton using Shadows Preset (#3071)
β’ Assets - Typing is added to the assets instance after assets are loaded with loadAssetsGroup
. Asset instance no longer returned from loadAssetsGroup
. (#3051)
β’ ComponentDriver - Added extra type to testID. (#3057)
β’ Updated node version to 20. (#3068)
β’ Export TextField validators for external use (#3056)
π‘ Deprecations & Migrations
β’ Start a migration to add flex to SortableList and SortableGridList (#3067)
7.21.0
π Features
β’ ExpandableSection - add minHeight (#3040)
π§ Fixes
β’ WheelPicker - Fix onChange not called when initial value is changed. (#3029)
β’ WheelPicker - Fix onChange not called when selecting an item. (#3037)
β’ TextField - Reverted validation message block not rendered by default. (#3041)
β’ Incubator.Dialog - change overlayBackgroundColor to grey10 with 65% opacity (#3042)
πΈοΈ Web support
β’ TabBarController
fix item size on web. (#3019)
βοΈ Maintenance & Infra
β’ ComponentDriver - Changed props typings. (#3030)
β’ Remove babel-preset-react-native (#3034)
β’ Remove mocha (#3035)
β’ Update babel-plugin-module-resolver (#3036)
β’ Update react-native-svg-transformer (#3038)
β’ Update react-native-mmkv (#3039)
β’ Remove gh-pages (#3043)
π‘ Deprecations & Migrations
7.20.0
π Features
β’ Grid List Item support in horizontal alignment (#3001)
β’ Add throttleTime prop in Slider component (#3020)
π§ Fixes
β’ Fix registry used when running yarn and fix yarn.lock (#3003)
β’ Incubator.Slider - fix 'value' updates (#2994)
β’ [Android] ExpandableSection - fix inner component's animation not working (#2990)
β’ Incubator.Slider - value updates fix flag (#3008)
β’ TextField
bottom view should render the validationMessage
only if the user passed validationMessage
. (#3012)
β’ WheelPickerAlign - fix export (#3016)
β’ Fixing TS error - passing default type to SectionWheelPicker
generic type (#3017)
β’ Slider - fix call onSeekStart only on start (#3018)
β’ Hint passing TestID to the Text component. (#2987)
β’ fix: filter and settings picker placeholder on web (#3014)
β’ Toast - fix PanView not rendered with children. (#3023)
βοΈ Maintenance & Infra
β’ Docs - Added Testing guidelines. (#2996)
β’ SvgImage - Fix svgs with display="block"
causes crashes. (#3004)
β’ WheelPicker - generic value (#2959)
β’ ColorSliderGroup - refactor (#3009)
7.19.0
π Features
β’ NumberInput - support maxLength (#2998)
β’ Image\Overlay - support borderRadius (only via the prop, not via style) (#2995)
πΈοΈ Web support
β’ fix: clearing picker value on web (#2986)
π§ Fixes
β’ GridList fixes - fix GridListItem type and issue with GridList rended inside a FlatList (#2982)
β’ Avatar and Icon source prop type update to ImageSourceType
(#2985)
β’ WheelPicker - fix item snap to vertical center (#2989)
β’ Incubator Slider - fix step interpolation (#2988)
β’ WheelPicker - memoize offsets (#2991)
βοΈ Maintenance & Infra
β’ Colors - generatePalette with addDarkestTints change to 9 step lightness increments (#2975)
β’ Image support strings as type for source
. (#2983)
7.18.0
π Whatβs New?
π Features
β’ FloatingButton - add 'fullWidth' prop (#2974)
β’ Avatar - support in Image source as a string (#2985)
β’ Image - support in string as source, for svg strings (#2983)
π§ Fixes
β’ Incubator.Slider - fix track layout when values change (#2968)
β’ Icon - fix wrapper breaks alignment (center modifier) (#2970)
β’ GradientSlider - fix thumbTintColor override (#2971)
β’ Picker - 'fieldType: settings' fixed flex issues according to the parent. (#2977)
β’ Picker - clear picker value using empty string instead of undefined. (#2986)
β’ KeyboardAwareInsetsView
- fix application halting when TextInput
with keyboardType=βnumber-padβ
with external keyboard(#2978)
βοΈ Maintenance & Infra
β’ uilib-test-renderer - findStyle - fix TS error (#2973)
β’ FloatingButton - add style tests (#2976)
7.17.0
π Whatβs New?
π Features
β’ TimeLine - new removeIconBackground
prop - Icon can be displayed without point background (#2923)
β’ Button - link - adjust spacing (#2930)
β’ Slider - add enableShadow
prop (#2934)
β’ GradientSlider - display color only when changes on hue change (#2934)
β’ ColorPicker - minor UI changes (#2934)
β’ Incubator.Slider - add disabledThumbTineColor
(#2943)
β’ SortableList - Added ref
prop for the inner FlatList (#2948)
β’ Badge - Icon
support (#2941)
β’ SegmentControl - support custom typography (#2929)
πΈοΈ Web support
β’ Web SvgImage
style fixes (#2953)
π§ Fixes
β’ Slider - bug fix - invoke onChange
only when user moves slider (#2934)
β’ Slider - bug fix (#2937)
β’ RadioButton - fix label margins (#2922)
β’ bg-? modifier - fix typings (#2928)
β’ Colors.isDark - fix typings to accept undefined argument (#2925)
β’ SegmentedControl - active index style fix (#2927)
β’ ColorPicker - fix - hue changes to red after moving lightness to white (#2942)
β’ SectionWheelPicker - api fix (#2950)
β’ Incubator.Slider - add displayName
(#2954)
β’ Incubator.Slider - fix onSeek
functions (#2955)
β’ TextField - fix api file (#2956)
β’ Gradient - fix Android line spaces (#2957)
β’ Incubator.Slider - fix api category (#2960)
β’ SegmentedControl - fix initialIndex
update to reset selected segment (#2963)
β’ Colors.getColorTint - Fix typing of api (#2924)
β’ Slider - wrap in asBaseComponent
and fix typings (#2940)
β’ GardientSlider - fixed getHSL
call (#2944)
β’ Button - fix typings (#2931)
βοΈ Maintenance & Infra
β’ DateTimePicker - allow migration to new the Dialog via migrateDialog
(#2945)
β’ Fix prettier fomratter not working (#2947)
β’ Picker - export RenderCustomModalProps
and PickerItemsListProps
(#2961)
π‘ Deprecations & Migrations
β’ ExpandableOverlayScreen - migrate to the new Dialog (#2946)
7.16.0
7.15.0
π Features
Improve the ref infra and fix it for a couple of components: TextField Incubator.Slider (#2885)
π§ Fixes
β’ ReactScreenMonitor (Android) - add null check for getWindow() (#2878)
βοΈ Maintenance & Infra
β’ Added ComponentStatics - a way to extract statics from component. (#2888)
β’ Add template literals to many enums. (#2892)