Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 329 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 329 Bytes

1.1.5

  • Fixes

1.1.2

  • Added defaultOpen prop for Modal.

1.1.0

  • Open Popup into a specific stage: openPopup( stage )

1.0.0

  • Now pop-modal takes only the component and all options are passed to Modal prop.
  • Added two props onClose and onOpen that act as an callback to do stuff after opening/closing modal.