Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

50 lines (39 loc) · 3.32 KB

Change Log

2.0.1 (2016/05/14 00:32 +00:00)

  • #102 Clear hide timeout on component unmount (@oluckyman)
  • #100 correct spelling error (@SashaBayan)
  • #99 Simplify setting Sstate in the showTooltip (@Kiwka)

2.0.0 (2016/04/29 01:07 +00:00)

  • #96 New attribute isCapture, deprecate eventPropagationMode (@wwayne)

1.2.1 (2016/04/23 00:16 +00:00)

  • #95 Added ability to change event propagation mode from default "bubble" to "capture" (@aweber1)
  • #93 Upgrade classnames to ^2.2.0 (@petrbrzek)
  • #92 Update peer dependencies to support react / react-dom >= 15.0.0 (@cchamberlain)

v1.1.3 (2016/03/10 12:57 +00:00)

  • #84 Add logic to handle outside cases for solid tooltips #83 (@andrejunges)
  • #81 Fix typo (@robzolkos)

v1.1.2 (2016/02/15 12:31 +00:00)

  • #79 Require the non-minified dist build in index (@idan)
  • #73 Clear timeout when unmounting. (@joelburget)
  • #72 clearing delayShowLoop-Timeout when component will unmount (@Monterra)

v1.0.0 (2016/01/10 02:16 +00:00)

  • #68 better fix for Maximum call stack size exceeded (@enjalot)
  • #62 Fixes IE's lacking event constructor (@mikkelvagn)
  • #54 New Feature: watchWindow (@Sly777)
  • #55 Add support for borders (@ahstro)
  • #1 New Feature: watchWindow (@Sly777)

v0.9.0 (2015/11/26 14:09 +00:00)

  • #53 New Feature, Fixes (@Sly777)

v0.5.0 (2015/09/13 00:55 +00:00)

  • #36 also babelify and move style.js to dist (@conorhastings)
  • #34 avoid getBoundingClientRect() to be called twice (@ruffle1986)

v0.3.7 (2015/08/18 13:44 +00:00)

  • #26 Add editorconfig and eslinter to project (@johnamiahford)

v0.3.5 (2015/08/02 10:58 +00:00)

  • #22 Convert ReactTooltip to es6 class (@johnamiahford)
  • #19 remove querySelector and use findDOMNode instead (@bezreyhan)

v0.3.0 (2015/06/17 08:46 +00:00)

  • #15 Adding support for server-side rendering (@bluejamesbond)
  • #8 Change curly brackets to quotes (single) (@af7)
  • #6 Fix bug with mouse hover triggerring on tooltip children (@tom-s)
  • #5 fixed classnames require call (@mciparelli)