Skip to content

6.14.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 24 Apr 12:47
· 1219 commits to master since this release

🎁 Features
β€’ Support a config file for setting initial configuration for uilib (#1969)
β€’ Support passing custom loaderElement to Toast component (#1971)
β€’ TouchableOpacity - Expose activeScale prop and enable useNative by default when using it (#1997)
β€’ Skeleton - Expose 'shimmerStyle' prop. (#1950)
β€’ Button - support paddings modifier (#1989)
β€’ Expose new imperative methods on picker component to allow opening expandable modal (openExpandable, closeExpandable, toggleExpandable) (#1988)
β€’ Support using RN PlatformColor API for loaded design tokens (#1939)
β€’ Keyboard components - add docs (#1984)

πŸ”§ Fixes
β€’ TabController - support safe area (useSafeArea) and constant indicator width (indicatorWidth), Fixes #1746 (#1923)
β€’ Image - fix support for size props (width, height) on Android (#1987)
β€’ Fix TextField jumping issue when there's no label or floating placeholder and the validation message positioned at top (#1990)
β€’ Fix alignments for RadioButton and add contentOnLeft prop (#1999)
β€’ Fix usages of PlatformColor in TabController TabBaritem (#1955)
β€’ Fix interpolateColor bug in Incubator.WheelPicker (#1979)
β€’ Fix margin modifiers for the basic skeleton (#1983)
β€’ Fix how we handle platform color strings values (#1960)
β€’ KeyboardAccessoryViewProps - Fix 'onItemSelected' params for types (#1975)
β€’ Skeleton - fix type related bugs (#1998)
β€’ Don't enable scroll if content is less than 1 pixel than it container (#1972)

βš™οΈ Maintenance & Infra
β€’ Remove babel plugin responsible for transforming TS types to React prop types. (#1970)
β€’ Babel main index file to support components lazy loading (#1980)
β€’ Cleanup old script files and packagejson scripts commands (#1986)
β€’ Temp solution for fixing TextFieldMigrator static members (#1951)
β€’ Carousel, GridListItem - to design tokens (#1949)
β€’ Update outline design tokens (#1959)
β€’ Fader - move to design tokens (#1954)
β€’ TabController - design tokens - fixes (#1935)
β€’ Dividers - move to design tokens (#1964)
β€’ ProgressBar - move to design tokens (#1962)
β€’ Update divider and icon tokens (#1965)
β€’ Migrate button components to design tokens (#1985)