react-simple-tooltip
Version:
A lightweight and simple tooltip component for React
81 lines (45 loc) • 1.36 kB
Markdown
# 2.6.1 — 2019-07-25
- Fixed: ios touched devices by @vnoitkumar
# 2.6.0 — 2019-05-23
- Updated: Replacing styled-components with emotion/core
# 2.5.0 — 2019-03-08
- Added: `customCss` prop
# 2.4.0 — 2019-03-08
- Updated: dependencies
- Updated: tests
# 2.3.3 — 2018-11-08
- Fixed: z-index prop
- Updated: Dependencies
# 2.3.2 — 2018-06-13
- Removes: index.css in package.json
# 2.3.1 — 2018-03-12
- Fixed: Removed warning when onMouseEnter and Leave are booleans instead of undefined by @vincentdesmares
# 2.3.0 - 2018-01-04
- Updated: FadeDuration to be in ms,
- Added: Offset prop to allow spacing between arrow and trigger
# 2.2.0 - 2018-01-03
- Added: Fade animation props (by @BenLorantfy)
# 2.1.0 - 2017-12-08
- Added: Standalone version
# 2.0.0 - 2017-10-18
- Added: Nwb build
- Updated: Nwb build
- Added: Tests
- Added: styled-components dependency
- Removed: classnames dependency
# 1.0.6 - 2017-08-24
- Updated: Import PropTypes from `prop-types` package
- Added: Yarn
# 1.0.5 - 2015-07-09
- Updated: webpack build
# 1.0.4 - 2015-07-08
- Added: webpack build
# 1.0.3 - 2015-07-03
- Added: fixed tooltip example
# 1.0.2 - 2015-07-02
- Updated: tooltips example screenshot
# 1.0.1 - 2015-07-02
- Updated: repository url in package.json
- Added: Npm Badge in README
# 1.0.0 - 2015-07-01
- Initial release