We created the entire project from scratch to build v5, the flow was changed and now the changelog of version 5 is in Github Releases.
4.5.1 (2022-11-23)
- Fixed tooltip arrow center position (13f6e75)
4.5.0 (2022-11-09)
- add disable internal style prop into react-tooltip.d.ts as feat to trigger semantic-release (ce41c47), closes #811
4.4.5 (2022-11-09)
4.4.4 (2022-11-09)
- Fixed the tooltip arrow overlapping tooltip content (51c7e1a)
4.4.3 (2022-10-22)
- use double quotes instead of single quotes in sass (b19ebcb)
- use double quotes instead of single quotes in sass (1f776ac)
4.4.2 (2022-10-18)
- revert the flow to do a release from master branch (03b7c4e)
4.4.0 (2022-10-13)
- add borderClass prop to allow a custom border class (2eec877)
- add borderClass prop to allow a custom border class [skip-ci] (9844a6c)
- revert the upgrade in uuid as it was breaking the examples page (71afd00)
4.3.1 (2022-10-13)
- add validation before call callbackAfter function as function (aae936e)
4.3.0 (2022-10-12)
- #759 (ReactTooltip#759) - Disable tooltip when disable prop changes (8e9cca0 (https://github.com/wwayne/react-tooltip/commit/8e9cca016f8eb59036c0c4623b85bf3f465ba262))
- *aftershow: call afterShow only after state has fully updated (54752e8 (https://github.com/wwayne/react-tooltip/commit/54752e81093f4c41bae1b49f7de65f28cf54df1a))
- effect and type not properly applied at first render (a8d0e51 (https://github.com/wwayne/react-tooltip/commit/a8d0e51dd5dc0eb85d985232da90d54fd031ae4b))
- getposition: no error when all placements outside (249b925 (https://github.com/wwayne/react-tooltip/commit/249b925a30ac2e7f04648a20bc9976e85358205b))
- performance issue caused by excessive use of clearTimeout/Interval (22aea50 (https://github.com/wwayne/react-tooltip/commit/22aea5086db47727feae609bb7a6f8e269b7f2de))
- react18: tip not hiding with React 18 StrictMode enabled (83b72c6 (https://github.com/wwayne/react-tooltip/commit/83b72c63ea9fe527bcbfb0b85414527e172c970b))
- set aria-describedby value wrong when custom id (a04d26c (https://github.com/wwayne/react-tooltip/commit/a04d26cc0639054b474ca8b373c95a09b199973a))
- component: adding "padding" property to customize padding style (9ae765a (https://github.com/wwayne/react-tooltip/commit/9ae765a3cc38b36ce5ea77edd8fcc0f7bd9646a6))
- getposition: support desired-place-list (by priority) (982d89d (https://github.com/wwayne/react-tooltip/commit/982d89d2b9d663ed92d41743f63069d0c8a4aac0))
- parent_body_mode: #535 (ReactTooltip#535) search parents for data-tip if in body mode (71da348 (https://github.com/wwayne/react-tooltip/commit/71da34870163c4377a82b009ac63692e34eeb444))
- pencil: readme updated to trigger next minor release (react 18 support release) (bb9c79e (https://github.com/wwayne/react-tooltip/commit/bb9c79e248918e4b0641b9305752e59019a60a72))
- pencil: readme updated to trigger next minor release (react 18 support release) (3a6ec6c (https://github.com/wwayne/react-tooltip/commit/3a6ec6c1a1c61434532a9350e7ceafe17e8794b9))
4.2.21 (2021-05-28)
4.2.20 (2021-05-28)
4.2.19 (2021-05-06)
4.2.18 (2021-04-25)
4.2.17 (2021-03-26)
4.2.16 (2021-03-26)
4.2.15 (2021-02-26)
4.2.14 (2021-02-16)
4.2.13 (2021-01-15)
4.2.12 (2021-01-14)
4.2.11 (2020-11-22)
4.2.10 (2020-09-14)
4.2.9 (2020-08-27)
- getposition: properly determine parents with will-change: transform (3a76250)
4.2.8 (2020-08-06)
- #452 docs(README.md): Updates demo url (@tjFogarty)
- #439 added support for passing options to sanitizeHtml (@icheishvili)
- #433 Use capture mode with globalEventOff (@apandichi)
- #428 fix(example):
warning from react, make text match code. (@aronhelser)
- #426 perf(Use sanitize-html-react instead of sanitize-html) (@jgerlier)
- #425 fix(index.js): fix state initialization (@MtBlue81)
- #413 fix(index.js): Use correct orientation when mouse enters (@an4ger)
- #422 fix(tooltip): sanitize HTML to prevent XSS (@wichniowski)
- #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)
- #389 fix(isCapture): guard use of currentTarget (@aronhelser)
- #384 Detach custom event listener (@P0lip)
- #360 Compute or enrich tip content (@austil)
- #380 fix(examples): add SVG example (@P0lip)
- #379 ci(gh-pages): Allow travis to publish new examples to github (@aronhelser)
- #366 Make getPosition() calculate offsets correctly for svg elements (@P0lip)
- #310 Update position with content (@stefanhayden)
- #368 Fix issue where tooltip won't show for adjacent elements. (@tishihar94)
- #376 Add displayName (@clehnert-psl)
- #375 test(scrolling): Add example showing tooltip inside scrolling div (@aronhelser)
- #281 Get tooltip content dynamically in the render method (@alfonsomunozpomer)
- #207 Return tooltip to original position when possible (@hassanbot)
- #301 insert css as first to allow easy css styling without important (@roblan)
- #373 fix(example): 'made dev' works again, small fixes. (@aronhelser)
- #337 Fix README show tip usage error (@sivagao)
- #359 License should use H2 as the previous sections do (@konekoya)
- #369 fix(index.js): add missing argument so tooltip hides. (@aronhelser)
- #372 Travis: update node version to fix travis build. (@aronhelser)
- #321 React 16 support (@mikecousins)
- #292 Fix typo (@piperchester)
- #287 Use prop-types package instead of React.PropTypes (@ssilve1989)
- #278 Make MutationObserver-based removal tracking (@huumanoid)
- #272 Fix wrapper tag (@huumanoid)
- #259 Track removal of DOM elements (@antoniogiordano)
- #270 Fix typos and improve for clarity (@theholla)
- #236 escape backslash in getTargetArray method (@rnons)
- #251 Dropfen dynamic wrapper (@dropfen)
- #247 Fix delayHide issue #246 (@huumanoid)
- #238 Update README.md (@nikbelikov)
- #233 Added more syntax highlighting (@oyeanuj)
- #229 Replaced Object.keys(...) by Object.getOwnPropertyNames(...) (@gauthierj)
- #220 Use parameter 'useCapture' for remove listener if it is registered as… (@achernetsky)
- #223 Fix/security csp style src (@briantrice)
- #216 Fix fire of global show event for IE (@SubVersive)
- #202 Hide tooltip when getContent return null or undefined, same for empty… (@wwayne)
- #201 Hide tooltip if the tip is empty or disabled (@wwayne)
- #200 Remove countTransform because the way of transform calculation is cha… (@wwayne)
- #195 Use node parent when calculating offset (@iamdoron)
- #194 Add resizeHide option (@wwayne)
- #193 hide specific tooltip (@wwayne)
- #192 Create scroll hide option (@wwayne)
- #181 Judge if the component has been mounted mount in getContent #180 (@wwayne)
- #179 Add bower.json (@mikkopiu)
- #176 Support ReactTooltip.show() #47 (@wwayne)
- #174 Factor transform in css into position calculation #152 (@wwayne)
- #173 Add new attribute afterShow and afterHide (@wwayne)
- #172 Add support for aria- and role props #159 (@wwayne)
- #164 Fix for delayShwo #163 (@wwayne)
- #162 Fix for #158, getposition error (@wwayne)
- #151 Update postion calculation so that it can calculate continous tootlip (@wwayne)
- #149 Update algorithm for get positon to fix the shake problem #146 (@wwayne)
- #145 fix typo (@meandavejustice)
- #132 Make getContent to support dynamical generate content while hover (@wwayne)
- #131 Add possibility to recalculate content on show tooltip (@pokidovea)
- #128 Correct Typos in README.md (@gottsohn)
- #124 Consider both vertical and horizontal into place re-calculation (@wwayne)
- #122 Fixed "Wrong query selector for data-tip #121" (@neciu)
- #120 Fix custom event with specific id (@wwayne)
- #117 Improve deploy process (@wwayne)
- #115 Improve structure (@wwayne)
- #106 Workaround for fixed elements inside transformed elements (@nd0ut)
- #112 Add custom event to hide tooltip (@wwayne)
- #103 Allow user to specify separate off event for the tooltip (@ondy1985)
- #104 Ensure data-html is converted to bool type (@antoniodgonzalez)
- #102 Clear hide timeout on component unmount (@oluckyman)
- #100 correct spelling error (@SashaBayan)
- #99 Simplify setting Sstate in the showTooltip (@Kiwka)
- #96 New attribute isCapture, deprecate eventPropagationMode (@wwayne)
- #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)
- #84 Add logic to handle outside cases for solid tooltips #83 (@andrejunges)
- #81 Fix typo (@robzolkos)
- #79 Require the non-minified dist build in index (@idan)
- #73 Clear timeout when unmounting. (@joelburget)
- #72 clearing delayShowLoop-Timeout when component will unmount (@dsumer)
- #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)
- #53 New Feature, Fixes (@Sly777)
- #36 also babelify and move style.js to dist (@conorhastings)
- #34 avoid getBoundingClientRect() to be called twice (@ruffle1986)
- #26 Add editorconfig and eslinter to project (@johnamiahford)