All Versions
26
Latest Version
Avg Release Cycle
15 days
Latest Release
2816 days ago

Changelog History
Page 1

  • v0.6.1 Changes

    August 04, 2016
    • ๐Ÿ›  fixed; issue passing unrecognised attributes to DOM elements that was missed in 0.6.0
  • v0.6.0 Changes

    July 26, 2016

    ๐Ÿš€ This release fixes warnings in React 15.2.x, and includes a small breaking change to do with the calitalisation of autoFocus.

    • ๐Ÿ›  fixed; issues with passing unrecognised attributes to DOM elements, which caused warnings in React 15.2.x, thanks to Monday Chen
    • ๐Ÿ›  fixed; capitalisation inconsistencies with React on the autoFocus prop (Focus is now capitalised)
  • v0.5.14 Changes

    April 10, 2016

    Elemental is now compatible with React 15.x.x

    • โž• added; Card: CSS is now actual CSS
    • ๐Ÿ›  fixed; Pagination: First page appears correctly, thanks Nuno Campos
    • ๐Ÿ›  fixed; Button: link button variants match other buttons, thanks Christian Legnitto
    • ๐Ÿ›  fixed; FileDragAndDrop: button now always specifies type="button", thanks Jinks
  • v0.5.13 Changes

    February 22, 2016
    • ๐Ÿ›  fixed; FileInput: onChange prop fires when file selection is cancelled
  • v0.5.12 Changes

    February 16, 2016
    • ๐Ÿ›  fixed; Table className is correctly retained, thanks Rafee Memon
    • cleanup; Pagination is now two components (internal)
    • ๐Ÿ›  fixed; Pagination: reference error
    • ๐Ÿ›  fixed; Button: component propType is element
    • โž• added; Col: now accepts 1 for 100% width, thanks Nathan Smith
    • ๐Ÿ›  fixed; FileInput: onChange prop fires with data, thanks Cameron Roe
  • v0.5.11 Changes

    December 29, 2015

    ๐Ÿšš Accessibility features provided by ally.js have been removed from the Modal component for now; they've caused several issues and need a comprehensive review and possibly a different implementation before being reintroduced to the stable version.

  • v0.5.10 Changes

    December 22, 2015
    • ๐Ÿ›  fixed? Updated ally.js dependency, next attempt to fix server-side rendering
  • v0.5.9 Changes

    December 18, 2015
    • ๐Ÿ›  fixed: Modal component nulls document overflow on close
    • fixed; The Modal component should be safe for server-side rendering
  • v0.5.8 Changes

    December 14, 2015
    • ๐Ÿ›  fixed; Accessibility handlers in the Modal component are only bound when the isOpen prop changes
    • ๐Ÿ”„ changed; The Modal component will only focus the first element when you tell it to, with the new autofocusFirstElement prop
  • v0.5.7 Changes

    December 07, 2015
    • ๐Ÿ›  fixed; Pagination component works with even page limits, thanks Shmavon Gazanchyan
    • โž• added; Accessibility fixes for the Modal component, thanks Jonathan Persson
    • ๐Ÿ›  fixed; Safari style bug in the dropdown component, thanks Jonathan Persson