Skip to content

Releases: kuy/redux-tooltip

v0.5.0

11 Feb 05:45
@kuy kuy
Compare
Choose a tag to compare
  • New API
    • Add origin prop to Tooltip component (see below)
  • API changes
    • Change signature of delay helper function (see docs)
  • Deprecated API
    • Mark el prop of Tooltip component deprecated (still you can use this)

This release contains API changes but if you use only higher-order components (Tooltip and Origin), you can upgrade without any changes. Even if you use show(...) action creator directly, el prop will be kept until the next release which contains API change.

New prop origin is similar to deprecated el prop except that it also accepts a position object like { x: 100, y: 200 }. This can be used to implement a moving tooltip. Please check out origin example.

v0.4.6

11 Feb 05:55
@kuy kuy
Compare
Choose a tag to compare
  • Improvement
    • Closes #8

v0.4.5

11 Feb 05:56
@kuy kuy
Compare
Choose a tag to compare
  • Bugfix

v0.4.4

29 Jan 03:05
@kuy kuy
Compare
Choose a tag to compare
  • Improvement
    • Closes #9

v0.4.3

29 Jan 03:04
@kuy kuy
Compare
Choose a tag to compare
  • Internal Fix
    • Use prefixed name for meta data

v0.4.2

29 Jan 03:04
@kuy kuy
Compare
Choose a tag to compare
  • Improvement
    • Closes #5

v0.4.1

16 Jan 08:45
@kuy kuy
Compare
Choose a tag to compare
  • Bug Fix
    • Closes #4

v0.4.0

15 Jan 16:22
@kuy kuy
Compare
Choose a tag to compare
  • New Feature
    • Auto placement and fallbacks

Please check out place example for detail of usage.

v0.3.1

10 Jan 01:50
@kuy kuy
Compare
Choose a tag to compare
  • Bug Fix
    • Closes #1

v0.3.0

09 Jan 10:54
@kuy kuy
Compare
Choose a tag to compare
  • New Feature
    • Now Origin component accepts delay prop

Please check out delay example to understand how to use it.