Releases: kuy/redux-tooltip
Releases · kuy/redux-tooltip
v0.5.0
- New API
- Add
origin
prop toTooltip
component (see below)
- Add
- API changes
- Change signature of
delay
helper function (see docs)
- Change signature of
- Deprecated API
- Mark
el
prop ofTooltip
component deprecated (still you can use this)
- Mark
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
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- New Feature
- Auto placement and fallbacks
Please check out place
example for detail of usage.
v0.3.1
v0.3.0
- New Feature
- Now
Origin
component acceptsdelay
prop
- Now
Please check out delay
example to understand how to use it.