Commit beb4393 1 parent 824b0b6 commit beb4393 Copy full SHA for beb4393
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.3.0] - 08.02.2024
2
+
3
+ - Fixed [ Half of the widget is not shown] ( https://github.com/minikin/popover/issues/83 ) . (thanks [ @zwett ] ( https://github.com/zwett ) ).
4
+
1
5
## [ 0.2.9] - 08.12.2023
2
6
3
7
- Added ` contentDxOffset ` . (thanks [ @kasyanyukd1995 ] ( https://github.com/kasyanyukd1995 ) ).
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Source: [Human Interface Guidelines.
65
65
66
66
``` yaml
67
67
dependencies :
68
- popover : ^0.2.9
68
+ popover : ^0.3.0
69
69
` ` `
70
70
71
71
## Example
Original file line number Diff line number Diff line change 1
1
name : popover
2
2
description : A popover is a transient view that appears above other content onscreen when you tap a control or in an area.
3
- version : 0.2.9
3
+ version : 0.3.0
4
4
homepage : https://github.com/minikin/popover
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments