Releases: schiehll/react-alert
Releases · schiehll/react-alert
3.2.1
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
Use new context api. #70
Fix #69 also with #70
v3.1.1
Forgot to generate new build in the last version. My bad. I have to automate it sometime soon.
v3.1.0
Add onOpen
callback #59 by @mperitz
Add zIndex
option and remove unsupported attrs from DOM #60
Add SSR support #61
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
Replace shortid with nanoid #45 by @ai
v2.3.0
Add top center and bottom center positions #42 by @Aj1402