Closed AliMMehr closed 8 months ago
I don't know if this kind of breaking change is allowed. I also don't know if this is a good fix for this issue. Please advise any type of change you would want me to do, and I can do it. Thank you
The fix looks good to me, but breaking changes are not accepted on the master
branch. For breaking changes, please submit a merge request to next-release-devel
. Unfortunately however, due to lack of maintainers, there is no estimate currently when the next major version will be published.
Do not override the
label_style.pos
value if it has been defined by the user.This is the related discussion for issue #551 . I also commented out a rational for the fix in here
This is a breaking change, but the only breaking change is that the type of
TextStyle.pos
changes fromtext_anchor::Pos
toOption<text_anchor::Pos>
. It is a breaking change becauseTextStyle.pos
is a public attribute.I don't know if this kind of breaking change is allowed. I also don't know if this is a good fix for this issue. Please advise any type of change you would want me to do, and I can do it. Thank you