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

Changelog History
Page 2

  • v0.5.6 Changes

    November 18, 2015
    • ๐Ÿ”„ changed; default info colour darkened slightly for better legibility
    • ๐Ÿ›  fixed; anchor text colour in alerts
  • v0.5.5 Changes

    November 14, 2015
    • ๐Ÿ›  fixed; Server-side rendering issues with the Col component, thanks Daniil Pokrovsky
  • v0.5.4 Changes

    November 08, 2015
    • ๐Ÿ›  fixed; input.focus() works again
    • ๐Ÿ”„ changed; focusOnMount prop on Input and Checkbox components has become autofocus and is now working again
  • v0.5.3 Changes

    October 18, 2015
    • ๐Ÿ›  fixed; react-dom and react-addons-* need to be declared as peerDependencies
  • v0.5.2 Changes

    October 16, 2015
    • โž• added; Button: component prop to provide custom components for buttons, e.g. enables use of react-router's Router.Link, thanks Christian Legnitto
  • v0.5.1 Changes

    October 16, 2015
    • ๐Ÿ›  fixed; arrow positioning on FormSelect thanks to NogsMPLS
    • โž• added; setting custom widths on Modal, explicitly set a numeric width or provide one of three sizes; 'small', 'medium', 'large' - 320px, 640px, 960px respectively.
  • v0.5.0 Changes

    October 12, 2015

    โšก๏ธ Elemental UI is updated for React 0.14. If you're still using React 0.13, please continue to use [email protected]. There are no functional differences between v0.5.0 and v0.4.8.

  • v0.4.8 Changes

    September 19, 2015
    • โž• added; New Glyph component, thanks to Christian Legnitto
    • ๐Ÿ›  fixed; FileUpload: onChange isn't always triggered correctly, thanks Jinks
  • v0.4.7 Changes

    September 18, 2015
    • ๐Ÿ›  fixed; Modal position is now fixed with CSS, and addresses previously janky scrolling behaviour
  • v0.4.6 Changes

    September 17, 2015
    • ๐Ÿ›  fixed; InputGroup: contiguous section's border behaviour
    • ๐Ÿ›  fixed; Dropdown: return value from onSelect (not label)
    • ๐Ÿ›  fixed; Dropdown: escape closes menu
    • โž• added; Pagination: new limit prop to limit total number of pages displayed, thanks Shmavon Gazanchyan