Skip to content

Releases: zhaoyao91/react-bootstrap-easy-dialog

v0.3.3

26 Sep 03:13
Compare
Choose a tag to compare

now confirm button would trigger the submit flow of promt form

v0.3.2

25 Sep 02:58
Compare
Choose a tag to compare

Fix

  • dialog methods should refer to the hiddenRef instead of the hidden state

v0.3.1

25 Sep 02:31
Compare
Choose a tag to compare

Fix

fix main reference

v0.3.0

25 Sep 02:29
Compare
Choose a tag to compare

Breaking Change

  • remove options.centered
  • remove options.size
  • remove options.animation

Feature

  • now diaslog.$method returns apromise with extra fields done, hidden, which are also promises
    • done is the same of the main returned promise, which resolves when canceling or confirming gets triggered
    • hidden is a promise which resolves when the dialog is completely hidden

v0.2.0

20 Sep 03:16
Compare
Choose a tag to compare

Breaking Change

  • stubborn defaults to false
  • centered defaults to false
  • remove scrollable option

v0.1.1

20 Sep 01:35
Compare
Choose a tag to compare

Fix bug

  • clear the input value every time modal closed.

v0.1.0

20 Sep 00:46
Compare
Choose a tag to compare

First release.