Skip to content

Commit

Permalink
Exception on dragging the child widget for version 3.1.6 #18
Browse files Browse the repository at this point in the history
  • Loading branch information
alnitak committed Feb 24, 2024
1 parent d4f5129 commit dc46363
Show file tree
Hide file tree
Showing 22 changed files with 998 additions and 938 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### [3.1.7] - 24 Feb 2024
* fixed a bug when dragging outside the menu items
* code optimized and finally linted
* breaking change: removed unused `context` parameter from `StarMenuParameters.arc` factory

##### [3.1.6] - 7 Feb 2024
* Breaking change bug fix: StarMenuParameters.dropdown factory has an unwanted shift on the X axis

Expand Down
5 changes: 5 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: package:very_good_analysis/analysis_options.yaml

linter:
rules:
public_member_api_docs: false
5 changes: 5 additions & 0 deletions example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: package:very_good_analysis/analysis_options.yaml

linter:
rules:
public_member_api_docs: false
Loading

0 comments on commit dc46363

Please sign in to comment.