Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

41 lines (32 loc) · 1.21 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[6.0.0] - 2018-02-10

Changed

[5.0.7] - 2017-05-12

Changed

  • Use external prop-types

[5.0.6] - 2017-02-13

Changed

  • Fixed a bug where setting loading to false would remove the disabled property from the button.

[5.0.5] - 2016-12-31

Changed

  • Disable button when loading

[5.0.4] - 2016-11-09

Changed

  • Use ladda as a dependency instead of a peerDependency

[5.0.1] - 2016-09-22

Changed

[5.0.0] - 2016-09-17

Changed

[4.0.0] - ?

[3.0.0] - 2015-07-11

Changed

  • New props for LaddaButton that do not collide with existing element props (buttonStyle instead of style)
  • Gave LaddaButton ownership of the button component. Any props applied to the LaddaButton are applied to the wrapped button. The children of the LaddaButton are rendered inside ladda-label.