Skip to content

Releases: kuy/redux-tooltip

v0.7.2

25 Dec 15:48
@kuy kuy
Compare
Choose a tag to compare
  • Fix
    • Rename DELAY action type from redux-tooltip/delay to redux-tooltip/DELAY for consistency

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

11 Dec 04:21
@kuy kuy
Compare
Choose a tag to compare
  • Fix
    • Removed redux-actions from dependency #33
    • Removed transpiled files in lib directory
    • Fix docs and exmaple #42, #41 (Thanks @oyeanuj and @bkrem!)

v0.7.0

13 Nov 07:32
@kuy kuy
Compare
Choose a tag to compare
  • New API
    • #32 : Now Tooltip component accepts id and className prop for styling from external CSS files
  • 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 😃

v0.6.2

09 Nov 14:33
@kuy kuy
Compare
Choose a tag to compare

v0.6.1

16 Sep 17:15
@kuy kuy
Compare
Choose a tag to compare
  • Fix

v0.6.0

14 Sep 03:21
@kuy kuy
Compare
Choose a tag to compare
  • Bugfix

NOTICE This release includes lots of dependency update.

  • Known Issues
    • Warning messages from React.js

v0.5.4

13 Apr 06:36
@kuy kuy
Compare
Choose a tag to compare
  • Bugfix

v0.5.3

13 Apr 06:36
@kuy kuy
Compare
Choose a tag to compare
  • Bugfix

v0.5.2

12 Feb 09:20
@kuy kuy
Compare
Choose a tag to compare
  • Improvement

This release changes a behavior of auto-placement slightly.

v0.5.1

11 Feb 11:44
@kuy kuy
Compare
Choose a tag to compare
  • Improvement