All Versions
3
Latest Version
Avg Release Cycle
38 days
Latest Release
1737 days ago

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.
  • 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.