Skip to content

Releases: upmostly/modali

v1.2.0

27 Jun 14:30
Compare
Choose a tag to compare

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

21 Jun 22:28
Compare
Choose a tag to compare

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

13 Apr 22:32
Compare
Choose a tag to compare

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.