Releases: metaone01/RelativeControl.Avalonia
Releases · metaone01/RelativeControl.Avalonia
1.3.3
What's Changed
- Fix: Not Update After Changing Visual Anchor by @metaone01 in #22
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- Fix Cannot Find Relative Source When Using Absolute Units. by @metaone01 in #21
Full Changelog: 1.3.1...1.3.2
1.3.1
1.2.1
What's Changed
- [bugfix][feat] Add visual anchor feature. by @metaone01 in #11
Full Changelog: 1.0.2...1.2.1
1.0.2
What's Changed
- Update docs by @metaone01 in #7
- fix separators. by @metaone01 in #9
- Update Version. by @metaone01 in #10
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Release Version 1.0.1 by @metaone01 in #6
Update docs.
Allows using .net8.
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Update Version 1.0.0 by @metaone01 in #4
bugfix:Units.FontSize(em) cannot get correct value
bugfix: RelativelengthMerge cannot work properly.
feat: Custom property bindings.
feat: RelativeLength calculation (can only be set in code behind currently)
refactor: Interface IRelativeLength has been refactored to abstract class RelativeLengthBase.
feat: Added RelativeLengthSub for RelativeLength's subtractions.
breaking changes.
update: unittest.
feat:Now can add/subtract RelativeLengths in axaml.
breaking change: Changed the RelativeXXXChanged event.
feat:SetOneTimeWidth
feat:SetOneTimeHeight
feat:CalcRelative
docs
update: Add unittests for SetOneTimeWidth and SetOneTimeHeight.
update: Add demo.
Full Changelog: 0.2.1...1.0.0
0.2.1
0.2.0
Breaking Change Warning: From this version(0.2.0), all relative units are percentage.
What's Changed
- Update README.md. by @metaone01 in #1
- Breaking Change Warning: From this version(0.2.0), all relative units are percentage. by @metaone01 in #2
New Contributors
- @metaone01 made their first contribution in #1
Full Changelog: 0.1.0...0.2.0