reactjs-popup

React Popup Component - Modals,Tooltips and Menus —  All in one

MIT License

Downloads
520.1K
Stars
1.8K
Committers
37

Bot releases are hidden (Show)

reactjs-popup - [email protected] Latest Release

Published by yjose over 3 years ago

  • 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

https://github.com/yjose/reactjs-popup/compare/v2.0.4...v2.0.5

reactjs-popup - [email protected]

Published by yjose about 4 years ago

  • Fix ssr warning (#214) 8785e01
  • fix some typos (#211) 388dab8
  • refactor: Adding repository field to package 4f7fc8c

https://github.com/yjose/reactjs-popup/compare/v2.0.3...v2.0.4

reactjs-popup - [email protected]

Published by yjose about 4 years ago

  • Fix #202
  • Improve default popup styling
reactjs-popup - [email protected]

Published by yjose about 4 years ago

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 - [email protected]

Published by yjose about 5 years ago

  • Fix deprecation warnings in StrictMode by @Graveheart
reactjs-popup - [email protected]

Published by yjose about 5 years ago

  • Add CSS types support for inline styling props #112 by @avin-kavish
reactjs-popup - [email protected]

Published by yjose over 5 years ago

Add missed ClassName typescript declaration #90 by @tsurutan

reactjs-popup - [email protected]

Published by yjose over 5 years ago

  • 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 - [email protected]

Published by yjose almost 6 years ago

  • Popup recalculates position when window is resized #62 fix #48
  • Fix type definition by @sloschi ( #59 )
reactjs-popup - [email protected]

Published by yjose almost 6 years ago

  • ADD disabled property, fix #49 ( by @raRaRa #50 )
  • Remove unused constructor ( by @abdullahtariq1171 #53 )
reactjs-popup - [email protected]

Published by yjose about 6 years ago

  • Add Typescript definition file ( #39 by @jbdemonte )
  • fix #36 : popup arrowStyle css property "left" is been overridden ( #38 by @yashhy )
  • fix #37 : Order of elements for For usability and accessibility ( #41 by @ndelangen )
  • fix missing break to prevent showing toolip on focus when on="hover" ( #42 by . @steevsachs )
reactjs-popup - [email protected]

Published by yjose about 6 years ago

  • Smart Tooltip feature ( by @dhruvparmar372): keep the tooltip inside specific HTML warper.
reactjs-popup - [email protected]

Published by yjose about 6 years ago

  • fix #26
reactjs-popup - [email protected]

Published by yjose over 6 years ago

Fix issues #9 and #10

reactjs-popup - [email protected]

Published by yjose over 6 years ago

fix #5 Tooltip behavior on individual table cells

reactjs-popup - [email protected]

Published by yjose over 6 years ago

Update build system : using Bili

reactjs-popup - [email protected]

Published by yjose over 6 years ago

  • Controlled Component
reactjs-popup - [email protected]

Published by yjose over 6 years ago

  • closeOnEscape to close the popup when ESC key was clicked
  • fix ref stateful component
reactjs-popup - [email protected]

Published by yjose over 6 years ago

  • Add scroll-lock for modal fix #1
reactjs-popup - [email protected]

Published by yjose over 6 years ago

  • Trigger as function support
  • Allow 'on' to take array