Skip to content

v0.4.1

Compare
Choose a tag to compare
@liamross liamross released this 09 Apr 18:04
· 140 commits to master since this release

⚠ BREAKING CHANGES

  • Image: no longer accepts classes prop, image and loading placeholder are no longer wrapped by a div
  • Image: can no longer manually specify image loading, can now use native loading prop to mark an image for lazy loading

Features

  • icons: added menu icon (71f3183)
  • Input: correct color and alignment of icons (da5356b)
  • Image: simplify image component (7db5cf5)
  • Thumbnail: always show toolbuttons on mobile (a4f96a0)
  • Input: added leftElement and updated search example (d0e0d60)
  • FilePicker: created file picker component (1d317de)
  • icons: added download icon (3bc32a7)
  • Thumbnail: only show focus state when using keyboard navigation (420a156)
  • ThumbnailSkeleton: skeleton loader for thumbnail (0f994f3)
  • Thumbnail: image class name prop (26aeca3)
  • file: freezeThumbnail prevents thumbnail updates (0cf27e7)

Bug Fixes

  • file: parse extension from set name (b37a1f7)
  • Overlay: do not generate overlay if window does not exist (742939f)
  • Overlay: check for document to prevent serverside errors (e421805)
  • Image: removed loading prop as it clashed with image loading prop (2cc917c)

Styles

  • EditableText: prevent letter cut off (a54ee71)
  • FilePicker: trim long file names (1e99fc9)

Build and Dependencies

  • compiler: compile to es5 rather than es2015 (73fef01)