Skip to content

0.1.0-alpha03

Compare
Choose a tag to compare
@alexzhirkevich alexzhirkevich released this 15 Jan 18:22
· 93 commits to master since this release

Cupertino

Changes

  • All CupertinoColors now named from a lowercase letter
  • CupertinoPicker renamed to CupertinoWheelPicker
  • SectionScope.label renamed to SectionScope.link to match iOS naming. CupertinoLabelIcon renamed to CupertinoLinkIcon

Fixes

  • Bottom sheet can crash if dismissed multiple times
  • Month selector in pager date picker doesn't display wheel indicator
  • Top app bar horizontal insets are not correctly applied in landscape mode
  • Incorrect focus management between multiple textfields in section

Features

  • Size, font style and scroll customization for pager date picker
  • Most of section extensions now can take modifier parameter
  • Section textField now takes colors and trailingIcon parameters
  • Automatic status bars and keyboard color change on iOS (Thanks to @Lavmee)

Cupertino Adaptive

Fixes

  • AdaptiveTopAppBar adaptation parameters are not mutable
  • Added missing isTranslucent and divider Cupertino adaptation parameters for AdaptiveNavigationBar and AdaptiveTopBar

Features

  • New component: AdaptiveDivider

Cupertino Decompose

Fixes

  • NativeChildren resizes incorrectly on iOS
  • NativeChildren nav controller is not attached to parent view controller