elemental v0.6.1 Release Notes

Release Date: 2016-08-04 // over 7 years ago
    • 🛠 fixed; issue passing unrecognised attributes to DOM elements that was missed in 0.6.0

Previous changes from v0.6.0

  • 🚀 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)