Releases: kuy/redux-tooltip
Releases · kuy/redux-tooltip
v0.7.2
- Fix
- Rename
DELAY
action type fromredux-tooltip/delay
toredux-tooltip/DELAY
for consistency
- Rename
This fix has a possibility of breaking compatibility if you're using immediate action types instead of exported action types. In precise, this is a breaking change, but I decided to release as bugfix because it's exported as public APIs.
v0.7.1
v0.7.0
- New API
- #32 : Now
Tooltip
component acceptsid
andclassName
prop for styling from external CSS files
- #32 : Now
- New Environment
No breaking changes in this release, I believe. If not, please open an issue on GitHub.
Allowing id
and className
props is a temporary fix. Please remind that we have a plan to support Theme feature for addressing in a fundamental way. It's time to release v1 😃