Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@fundamental-bot fundamental-bot released this 04 Mar 19:04
· 373 commits to master since this release

Features

  • remove fonts from package, update ActionBar, Button and InfoLabel (#908) (e3e6c9a)
  • update fundamental-styles to 0.7.0-rc.13 (#890) (9ca9c4d)
  • upgrade fundamental-styles to 0.4.0-rc.24 (#878) (abe8d31)
  • keyboard navigation in calendar (#858) (650b7b9)
  • replace withStyles wrapper with useEffect and remove customStyles property (#873) (6b72a7e)
  • allow adding classes to both modal body (removing extraneous div) and backdrop (#845) (f480cbc)
  • update to [email protected] (#848) (6a63a21)
  • update fundamental-styles to 0.3.0 (#846) (9b1b28b)
  • add accessibility features to popover control (#792) (6ac4e11)

Bug Fixes

  • add DatePicker validation states, fix validation states for popover-based components (#909) (d1b4fce)
  • 554 Added onclick prop on Tile component (#910) (7910087)
  • Pagination: prevent Default action on link click (#907) (484f23e)
  • 773: Added visiblePageTotal prop to Pagination component (#906) (4d73b9e)
  • Implemented onChange method for TimePicker component to get selected time (#870) (fc614ff)
  • create modal manager, for Popover, on demand as a singleton (#859) (7050554)
  • add default type of button to Button component (#852) (a78b4f4)
  • provided a 'defaultValue' prop to the DatePicker (#844) (034011d)
  • rebuild datepicker with input group (#825) (b5ade4c)
  • use momentjs for calendar and datepicker (#817) (8f5f738)
  • initialize visual regression testing (#815) (39c1017)
  • layoutgrid no-gap class typo fix (#803) (c8a487c)
  • align popover inside dropdown (#804) (48e241f)
  • keyboard interaction for popover (#793) (8cf5555)
  • Add aria attributes to popover control (#796) (36f1b72)
  • No Popover Arrow (#790) (9b79b81)