Skip to content

Releases: arifszn/reactive-button

v1.3.0

06 Oct 18:18
Compare
Choose a tag to compare

Changelog

[1.3.0] - 2020-10-06

Added

  • 5 new button colors

v1.1.x

18 Sep 05:22
Compare
Choose a tag to compare

Changelog

[1.1.22] - 2020-09-29

Fixed

  • Type definition typo

[1.1.21] - 2020-09-29

Changed

  • Readme File

[1.1.20] - 2020-09-28

Changed

  • Readme File

[1.1.19] - 2020-09-26

Changed

  • Css variable '--reactive-button-height to' '--reactive-button-min-height'

[1.1.18] - 2020-09-24

Fixed

  • Line height css

[1.1.15] - 2020-09-22

Fixed

  • Line height issue

[1.1.14] - 2020-09-22

Changed

  • Readme file

[1.1.13] - 2020-09-22

Changed

  • Build files

[1.1.12] - 2020-09-22

Fixed

  • Loading progress position issue

[1.1.11] - 2020-09-22

Fixed

  • text-align css property issue

[1.1.10] - 2020-09-22

Added

  • Added success and error icons

Changed

  • Default values
  • Default loading icon

Fixed

  • Size style

[1.1.9] - 2020-09-21

Changed

  • Revert min-height to height

[1.1.8] - 2020-09-21

Fixed

  • css variable name

[1.1.7] - 2020-09-21

Changed

  • Default height changed to min-height

[1.1.6] - 2020-09-21

Added

  • Dynamic border radius

[1.1.5] - 2020-09-21

Changed

  • Usage section in readme

[1.1.4] - 2020-09-20

Changed

  • Build only

[1.1.3] - 2020-09-20

Added

  • New props 'animation' to control hover and click animation

[1.1.2] - 2020-09-20

Fixed

  • Some minor styles

[1.1.1] - 2020-09-18

Added

  • New props 'width' to Override button width
  • New props 'height' to Override button height

[1.1.0] - 2020-09-18

Added

  • Block button
  • Better type definitions.

Changed

  • 'idleLabel' to 'idleText'
  • 'loadingLabel' to 'loadingText'
  • 'successLabel' to 'successText'
  • 'errorLabel' to 'errorText'

Removed

  • 'autoHideMessage' because it causing bugs

v1.0.14

17 Sep 04:36
Compare
Choose a tag to compare

Changelog

[1.0.14] - 2020-09-17

Added

  • yarn package

Changed

  • Module bundler is changed to rollup.js