Skip to content

Releases: schiehll/react-alert

3.2.1

08 Mar 21:17
Compare
Choose a tag to compare

Fix a bug introduced in 3.2.0 where withAlert doesn't pass to the wrapped component other props besides the alert #71 by @felipedeboni

v3.2.0

07 Mar 00:56
Compare
Choose a tag to compare

Use new context api. #70
Fix #69 also with #70

v3.1.3

19 Jan 08:23
Compare
Choose a tag to compare

Minor code improvements

v3.1.2

18 Jan 21:26
Compare
Choose a tag to compare

Fix #63 by @guludo

v3.1.1

06 Jan 00:48
Compare
Choose a tag to compare

Forgot to generate new build in the last version. My bad. I have to automate it sometime soon.

v3.1.0

06 Jan 00:39
Compare
Choose a tag to compare

Add onOpen callback #59 by @mperitz
Add zIndex option and remove unsupported attrs from DOM #60
Add SSR support #61

v3

01 Jan 10:20
Compare
Choose a tag to compare
v3

New api and a MASSIVE improvement in size and performance. Also we now have support for custom alert templates.

v3 is ~96% smaller than v2.

v2.4.0

11 Oct 13:48
Compare
Choose a tag to compare

Replace shortid with nanoid #45 by @ai

v2.3.0

06 Sep 20:31
Compare
Choose a tag to compare

Add top center and bottom center positions #42 by @Aj1402

v2.2.0

24 Jul 21:19
Compare
Choose a tag to compare

Expose method to remove a specific alert #32 by @anthonyraymond