All Versions
3
Latest Version
Avg Release Cycle
38 days
Latest Release
1555 days ago
Changelog History
Changelog History
-
v1.2.0 Changes
June 27, 2019๐ 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.
- โ Added a new prop,
-
v1.1.1 Changes
June 21, 2019๐ This release contains some much-needed bug fixes and developer friendly improvements to the codebase.
๐ฑ ๐ Bugs Fixed
#7 #10 #2 #8๐ Improvements
- โ Added support for the classnames library to improve dynamic classNames.
- โ Added an
.eslintrc
file to improve the quality of code - General cleanup
-
v1.1.0 Changes
April 13, 2019๐ 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.