MortarJS / Mortar-JS

A React-powered framework that provides building blocks to craft and customize powerful data management tools for the web.
MIT License
101 stars 3 forks source link

Modal container rewrite #23

Closed walterbm closed 8 years ago

walterbm commented 8 years ago

See issue #18.

Full rewrite/refactor of the ModalContainer component. Component is now fully compatible with React 14 (removed direct references to getDOMNode()) and has fully functioning life-cycle events (beforeOpen & afterOpen, beforeConfirm & afterConfirm, and beforeClose & afterClose).

Also includes integration tests through cypress and a new ModalContainer playground page.

Breaking changes:

Kyle-Mendes commented 8 years ago

Before accepting we need to: