Releases: minikin/popover
Releases · minikin/popover
v0.3.1
v0.3.0+1
Fixed: Half of the widget is not shown.
v0.2.9
What's Changed
- fix: Added contentdxOffset by @kasyanyukd1995 in #80
New Contributors
- @kasyanyukd1995 made their first contribution in #80
Full Changelog: v0.2.8...v0.2.9
v0.2.8+2
v0.2.8+1
v0.2.8
What's Changed
- Fix/popover render by @VictorOhashi in #56
New Contributors
- @VictorOhashi made their first contribution in #56
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- Fix_Error_when_parent_removed : DONE by @ajaxspace in #43
- Add Animation Transition by @sanjidbillah in #50
New Contributors
- @ajaxspace made their first contribution in #43
- @sanjidbillah made their first contribution in #50
Full Changelog: v0.2.6.2...v0.2.7
v0.2.6+3
- Fixed the bug that appears when the parent widget from which
Popover
was presented has been removed from a widget tree (thanks @ajaxspace).