All Versions
108
Latest Version
Avg Release Cycle
40 days
Latest Release
972 days ago

Changelog History
Page 6

  • v3.10.0 Changes

    March 06, 2019

    3.10.0 (2019-03-06)

    ๐Ÿ”‹ Features

    • clickable-prop: add clickable prop (a75b2be), closes #417
  • v3.9.2 Changes

    January 04, 2019

    3.9.2 (2019-01-04)

    ๐Ÿ› Bug Fixes

    • event: expose the original event to afterShow and afterHide (e2f973e)
  • v3.9.1 Changes

    January 02, 2019

    3.9.1 (2019-01-02)

    ๐Ÿ› Bug Fixes

    • html: remove sanitize-html-react, reduce package size (177ac11), closes #429
  • v3.9.0 Changes

    November 07, 2018
    • โšก๏ธ #452 docs(README.md): Updates demo url (@tjFogarty)
    • ๐Ÿ‘ #439 added support for passing options to sanitizeHtml (@icheishvili)
    • #433 Use capture mode with globalEventOff (@apandichi)
  • v3.8.4 Changes

    September 12, 2018

    3.8.4 (2018-09-12)

    ๐Ÿ› Bug Fixes

    • example:

    โš  warning from react, make text match code. (7c4c979)

  • v3.8.3 Changes

    September 12, 2018

    3.8.3 (2018-09-12)

    ๐Ÿ› Bug Fixes

    • index.js: fix state initialization (69dea07)

    ๐ŸŽ Performance Improvements

    • ๐Ÿ‘‰ Use sanitize-html-react instead of sanitize-html to avoid useless server side dependencies: Us (4b84caa), closes #424
  • v3.8.2 Changes

    September 11, 2018

    3.8.2 (2018-09-11)

    ๐Ÿ› Bug Fixes

    • index.js: Use correct orientation when mouse enters (4a0da8b), closes #388
  • v3.8.1 Changes

    September 06, 2018

    3.8.1 (2018-09-06)

    ๐Ÿ› Bug Fixes

    • tooltip: sanitize HTML to prevent XSS (182df11)
  • v3.8.0 Changes

    September 03, 2018

    3.8.0 (2018-09-03)

    ๐Ÿ”‹ Features

    • ๐Ÿ’… The only way to support styling react-tooltips with a strict csp is to inject the style.css di (cf105a1), closes #340
  • v3.7.0 Changes

    September 03, 2018
    • #416 feat(mouseover): Add ability to hover on tooltip. (@RobertGary1)
    • โœ๏ธ #414 Fixed jsdoc return typos (@AlexanderEllis)
    • โœ๏ธ #399 Fixes Typos (@jstettner)
    • #391 fix(positioning): make sure tooltip is oriented correctly when close to edge (@hassanbot)