react-popover

A smart popover component for React

Stars
598
Committers
23

Bot releases are hidden (Show)

react-popover - v0.5.9 Latest Release

Published by jasonkuhrt over 6 years ago

Patches

  • Chore: use prettier: 1f22344c5172fb25aac99fd1109853c94146df30
  • Fix Cannot read property 'style' of null.: 1f6ff8539625046b3c5ec22c7885ed0e78fad3e7
    • Merge pull request #183 from wamazing/master: 926ac39e2c55af3585b5b4e73e9a9002344aaac6
react-popover -

Published by jasonkuhrt over 6 years ago

Patches

  • Check for existance of containerEl on settimeout: a6029a7ed70b1c5663985af16c52e444744263a3
    • @timceedi Merge pull request #179 from timceedi/master: ded5e6e75e593cbba156cf04722bdc1e59c3a1ea
react-popover -

Published by jasonkuhrt over 6 years ago

Patches

  • #142 Add a tabindex of -1 to the resize-sensor element: ba79375165d57a3b79d307a739a550962bf8f6b7 @Carnewal
react-popover - v0.5.5

Published by jasonkuhrt over 6 years ago

Patches

  • Reimplement non-conflicting fix for #53: da97510cbda526b5cc0985e47f17791cef782411 @xxx
    • Merge pull request #155 from xxx/53: 9d96f95170cc1956450ad3b009819f4321ae0687
react-popover - v0.5.4

Published by jasonkuhrt about 7 years ago

Patches

  • Fix: Clear exit timeouts on unmount: cd7cae5d910449793d667ecd2da245baddb2e55b @Kerumen

Thanks!

@Kerumen

react-popover - v0.5.3

Published by jasonkuhrt about 7 years ago

Patches

  • Fix: do not wrap child in component, fixes #148: #151
react-popover - 0.5.2

Published by jasonkuhrt about 7 years ago

This is an important release that makes the 0.5.x series usable. The two prior releases had blocking issues and should not be used. Thank-you to the generous understanding and helpfulness of the community on resolving this! <3

Patches

  • Remove reference to file that does not exist: 8917a4492da0289c7a051448a7cc61c8de6a9fc9 @gabehayes @Kerumen
  • Prevent untrack to execute on unmount if exit has already occurred: 499eb4cefb8a17f91b5d56c513360c6cf57a0662 @gabehayes
  • Do not call createPortal when appendTarget is not an element: 434bd808765763c34d62bdd72c14da705f69bc2c @gabehayes

Thanks!

@gabehayes
@Kerumen

react-popover - 0.5.1

Published by jasonkuhrt about 7 years ago

Warning!

Broken release, see 0.5.2.

Patches

  • Fix: remove rogue console.log: 2cd758288b3d8ca017f2421db843eeee034cb292
react-popover - 0.5.0

Published by jasonkuhrt about 7 years ago

Warning!

Broken release, see 0.5.2.

Breaking Changes

  • Feature: migrate to react 16: #141
  • Feature: prop appendTarget now accepts a dom node reference rather than a querySelector string

Minor Changes

  • Docs: migrate to storybook, closes #136: #137

Patches

  • Refactor: migrate to JSX, closes #138: #139

Credits

Thanks to the community for giving feedback and raising issues!

react-popover -

Published by jasonkuhrt about 7 years ago

Features

Thank You!!

@hosmelq @raulmatei

react-popover - 0.4.17

Published by jasonkuhrt about 7 years ago

Features

  • Allow appending popover to a custom selected DOM element: 8cc261cefe9578439c1ea38405771ca3e9f12eba @cbmono

Patches

  • Use react-dom-factories to fix deprecated warning: c91745e9ed354f5de4923acd541fe8c4764df828 @Betree

Thank You!!

@Betree @cbmono

react-popover - 0.4.16

Published by jasonkuhrt about 7 years ago

Patches

  • Fix transitionDuration property typo #128 ty @timhwang21
react-popover - 0.4.14

Published by jasonkuhrt over 7 years ago

Patches

  • Fix #118 : badb2fd9579ed8df44871f819b02ceced52e42b4
react-popover - 0.4.11

Published by jasonkuhrt over 7 years ago

WARNING: DO NOT USE

Botched release. Fixed in 0.4.14

Patches

  • Update debug version to ^2.6.8: ab62c5c74e66d97f05b6d495f0b58ad2523c1989 ty @zrwsk
  • Fix #107 enter animation time: fcdcca89ff108eaee046d1f34a937af4b28e4970 ty @zrwsk

Thanks

  • @zrwsk
react-popover -

Published by jasonkuhrt over 7 years ago

Patches

  • Fix #115: babel-jest is a dev dep: 2e874793cc1b016c041507d3dd8833db66534c53 ty @mjilugu for reporting
react-popover - 0.4.9

Published by jasonkuhrt over 7 years ago

Patches

  • Docs: Add undocumented popover input props to readme: 028c60209d16401faee4f583165774ef87c7fa35 #101 ty @JebronLames
  • Fix React warnings: Use PropTypes from separate package: 5a73dcbebbc7d10fa70a1ddc90cf42cd9e9a031a #109 ty @m1n0s
  • Fix React warnings: Use createReactClass from separate package: eee08f4e5529ff5eef3d5df9684cbd3edc0fe51a #110 ty @wordbots

Thanks

  • @JebronLames
  • @m1n0s
  • @wordbots
react-popover - 0.4.8

Published by jasonkuhrt over 7 years ago

Patches

  • Fix issue #83 - Popover will not close if it starts out as open: 918e19399656385321bc79de6b8ebf316ab04f1e – @sergPetrushin
react-popover - v0.4.7

Published by jasonkuhrt over 7 years ago

Patches

  • Merge pull request #67 from rstzab/scrollingBoundariesFix: 2d7c8e7ff1decac1157c2439a2583f9114e47ca6
  • Fix(core): listen on document instead of window: 62dce4e378272392890167bd0f56995eb18d40fa
react-popover - v0.4.6

Published by jasonkuhrt over 7 years ago

0.4.6 (2017-03-11)

Bug Fixes

  • meta: ci builds need valid version it seems (3798bfa7)
react-popover - v0.4.5

Published by jasonkuhrt over 7 years ago

Fixes

  • this.context is finally usable inside the component passed to body prop (#77 via #92)