- Fixes
- Added defaultOpen prop for Modal.
- Open Popup into a specific stage: openPopup( stage )
- Now
pop-modal
takes only the component and all options are passed to Modal prop. - Added two props
onClose
andonOpen
that act as an callback to do stuff after opening/closing modal.