Releases: upmostly/modali
Releases · upmostly/modali
v1.2.0
This release contains plenty of new features, and some much-needed bug fixes:
🐞 Issues Fixed
#14, #16, #18, #19, #20
🛠 Improvements
- Added a new prop,
centered
, to vertically center the modal in the viewport. - Cleaned up the
.npmignore
file of IDE files, etc. Modali is much leaner now 💪! - Added a link back to the repo from the demo page.
v1.1.1
v1.1.0
This release includes plenty of new functionality for more customization, including the following props:
title
message
buttons
This release also adds a brand new component, <Modali.Button />
for providing a great looking button, out of the box.
This, unfortunately, does provide breaking changes. The component is now called <Modali.Modal /> and so anywhere you have referenced <Modali />
the app will break.
This closes #3.