Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.42 KB

0.27.md

File metadata and controls

59 lines (46 loc) · 2.42 KB

Upgrade 0.26 to 0.27

Change startupjs and all @startupjs/* dependencies in your package.json to ^0.27.

BREAKING CHANGES

AutoSuggest

  • maxHeight property is removed. Use style instead

Popover

  • width property is removed. Use wrapperStyle instead
  • height property is removed. Use wrapperStyle instead
  • maxHeight property is removed. Use wrapperStyle instead
  • add prop position (more details)
  • add prop attachment (more details)
  • add prop placements (more details)
  • add prop durationOpen (more details)
  • add prop durationClose (more details)

Dropdown

  • activeValue property is removed. Use value instead
  • popoverWidth, property is removed. Use popoverWrapperStyle instead
  • popoverHeight, property is removed. Use popoverWrapperStyle instead
  • popoverMaxHeight, property is removed. Use popoverWrapperStyle instead
  • rename prop styleActiveItem to activeItemStyle
  • add prop position (more details)
  • add prop attachment (more details)
  • add prop placements (more details)
  • add prop drawerCancelLabel (more details)

Multiselect

  • remove tagVariant and activeColor, use instead TagComponent to customize tag in component

SmartSidebar

  • remove deprecated backgroundColor, use style instead

DrawerSidebar

  • remove deprecated backgroundColor, use style instead

Sidebar

  • remove deprecated backgroundColor, use style instead

Docs

  • remove language parameter from url

Bug Fixes

  • fix postinstall script
  • remove default onPress in Button component
  • fix wrong view on initial render of Checkbox component

Features

  • Tooltip: add component (more details)
  • Multiselect: add TagComponent to customize tag in component
  • Tabs: add component (more details)
  • add yarn init-project executed from the monorepo root which creates a test project at ./temp/app
  • Button: for asynchronous functions passed to the onPress property, display the Loader component during function execution
  • close Dropdown on caption click

For full list of new features and bug fixes see CHANGELOG