Skip to content

v1.2.1

Compare
Choose a tag to compare
@dfmcphee dfmcphee released this 28 Jul 20:36

Enhancements

  • Added helpText to ChoiceList choices (thanks cgenevier for the original issue)
  • Added save icon (#433)
  • Added accessibilityLabel to Tabs
  • Updated icons for Banner
  • Improved Page component by fixing up spacing, addin a prop to show a separator below the page title, and changing the secondary actions to roll up into a dropdown menu on small screens
  • Improved default stacking behavior for Tooltip and Popover (thanks Taphood for the original issue)
  • Added extraTight spacing option to Stack
  • Use default subheading type styles for ActionList
  • Improved large Button styles
  • Updated font-weight for text emphasis (thanks bakura10 for the original issue)

Bug fixes

  • Removed the focus state for Banner on click
  • Fixed disabled Pagination button looking active
  • Fixed alignment on Button
  • Fixed min-width on TextField (thanks Asa for the original issue)
  • Removed the border-top on EmptyState (thanks Alex for the original issue)
  • Fixed Select placeholder value warnings (thanks cgenevier for the original issue)
  • Fixed disabled text on iOS
  • Fixed type for onChange event (thanks Michaël for the original issue)

Sketch UIKit

  • Added color palette page to “Getting started”
  • Button typography updated. More changes to come soon.
  • Changed typeface from San Francisco UI to San Francisco Pro. You will need to download the updated typeface here. https://developer.apple.com/fonts/
  • Updated to Sketch version 45.2
  • Updated layer styles and fonts styles to take advantage of Sketch’s new organizational features.

Documentation

  • Fixed disabled Button documentation (thanks Michael for the original issue)
  • Fixed project URL in CircleCI badge
  • Fixed Stack documentation (thanks Marco for the original issue)
  • Added embedded Alert documentation and updated other embedded documentation

Dependency updates

  • Updated React TypeScript definitions

Chores

  • Updated EASDK metadata structure for generic interfaces
  • Removed postinstall hook