Skip to content

Releases: yjose/reactjs-popup

reactjs-popup@v2.0.5

03 Jul 17:38
Compare
Choose a tag to compare
  • 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

v2.0.4...v2.0.5

reactjs-popup@v2.0.4

23 Sep 21:34
Compare
Choose a tag to compare

v2.0.3...v2.0.4

reactjs-popup@v2.0.3

05 Sep 15:51
Compare
Choose a tag to compare
  • Fix #202
  • Improve default popup styling

reactjs-popup@v2.0.0

04 Sep 00:58
Compare
Choose a tag to compare

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

Migrating from V1 to V2

reactjs-popup@1.5.0

04 Sep 14:58
0552279
Compare
Choose a tag to compare
  • Fix deprecation warnings in StrictMode by @Graveheart

reactjs-popup@1.4.2

01 Aug 12:02
3dd4dac
Compare
Choose a tag to compare

reactjs-popup@1.4.1

23 May 04:27
Compare
Choose a tag to compare

Add missed ClassName typescript declaration #90 by @tsurutan

reactjs-popup@1.4.0

12 May 15:43
661d87f
Compare
Choose a tag to compare
  • 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

13 Dec 00:44
48b1f0d
Compare
Choose a tag to compare
  • Popup recalculates position when window is resized #62 fix #48
  • Fix type definition by @sloschi ( #59 )

reactjs-popup@1.3.1

31 Oct 12:37
f790386
Compare
Choose a tag to compare