Releases: yjose/reactjs-popup
Releases · yjose/reactjs-popup
reactjs-popup@v2.0.5
- 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
reactjs-popup@v2.0.4
reactjs-popup@v2.0.3
- Fix #202
- Improve default popup styling
reactjs-popup@v2.0.0
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
reactjs-popup@1.5.0
- Fix deprecation warnings in StrictMode by @Graveheart
reactjs-popup@1.4.2
- Add CSS types support for inline styling props #112 by @avin-kavish
reactjs-popup@1.4.1
reactjs-popup@1.4.0
- 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
reactjs-popup@1.3.2
reactjs-popup@1.3.1
- ADD disabled property, fix #49 ( by @raRaRa #50 )
- Remove unused constructor ( by @abdullahtariq1171 #53 )