#64 Fix default mouse_hover state

This commit is contained in:
Insality
2020-05-19 23:54:15 +03:00
parent 2db45b27e2
commit 8231e30310
3 changed files with 7 additions and 0 deletions

View File

@@ -91,3 +91,8 @@ Druid 0.4.0:
- **Fix:** Blocker component bug (blocker had very high priority, so it's block even button components, created after blocker)
- **Fix #58:** Bug, when druid instance should be always named `druid` (ex: `self.druid = druid.new(self)`)
- **Fix #53:** Bug with final _Druid instance_ without any components
Druid 0.5.0:
- **Fix #61:** Button component: fix button animation node creation
- **Fix #64:** Hover component: wrong mouse_hover default state