Releases: yjose/reactjs-popup
Releases · yjose/reactjs-popup
[email protected]
- Fix: IE11 close issue fix 79da481
- Fix : Fixed arrow when contentStyle has textAlign center (#222) 0e6d9f6
- fix : Added Event argument to onOpen & onClose (#233) 9c7ce89
- typescript : set right type for esc (#253) 5d7a366
- docs: Updates the documentation to include information on how to customize the popup root (#239) 7e0021c
[email protected]
[email protected]
- Fix #202
- Improve default popup styling
[email protected]
This is the new reactjs-popup
with some new improvement :
- Complete rewrite using hooks.
- Improve performance.
- Use react portal to render popup component.
- Fix accessibility issue with v1
- Support Animation
Breaking changes
[email protected]
- Fix deprecation warnings in StrictMode by @Graveheart
[email protected]
- Add CSS types support for inline styling props #112 by @avin-kavish
[email protected]
[email protected]
- Add CSS class support for styling: fix #61
- fix warning
⚠️ : the prop-types package is not installed and a bundling fails #75 - Add ability to stop event propagation from onOpen and onClose props #47 by @cwbutler
- Fix nested lock scroll problem #73 by @litelite
center center
as a valid position #81 by @spsaucier
[email protected]
[email protected]
- ADD disabled property, fix #49 ( by @raRaRa #50 )
- Remove unused constructor ( by @abdullahtariq1171 #53 )