- bc50bf5: Fix ModalsProvider to work with server-side rendering
- 3b181e0: Fixed type for
reject
, enabling to pass nothing
- 1326eb7: Added the
reject
function to theopenModal
callback throwing the promise when awaiting theopenModal()
call - 9472d72: Removed
closedOnResolve
from options
- 0175457: Updated exmaples/simple app, and README example
- 644adb1: New API for the openModal function, gets a callback function giving you the
resolve
- Added exports to package.json
- Fixed exports for core and helpers files
- Implement the
<ModalsProvider>
. Implement theuseOpenModal
main hook. Implement thewithClose
HOC Helper.