Releases: metaone01/RelativeControl.Avalonia
12.0.0
We are following the new major version of Avalonia (12.0.0).
To make the supported major version easily distinguishable, we decided to change the versioning scheme of this package to match Avalonia’s major version.
As a result, the package previously released as 1.3.3 (compatible with Avalonia 11) will be re‑released as version 11.3.3.
A dedicated branch named v11(LTS) will be created for the 11.x.x series.
The code on branches develop and main will now be replaced with the 12.0.0 version.
Breaking Changes In Version 12.0.0
- Removed
RelativeBindingandOneTimeRelativeBinding.
Important
This does not mean that you are unable to continue using relative bindings.
The new binding syntax is as follows:
<CONTROL PROPERTY="{Binding SOURCE_PROPERTY,Converter={x:Static r:RelativeConverter.Instance},ConverterParameter={r:Scale 50%}}" />v11 LTS
We are following the new major version of Avalonia (12.0.0).
To make the supported major version easily distinguishable, we decided to change the versioning scheme of this package to match Avalonia’s major version.
As a result, the package previously released as 1.3.3 (compatible with Avalonia 11) will be re‑released as version 11.3.311.3.4.
A dedicated branch named v11(LTS) will be created for the 11.x.x series.
The code on branches develop and main will now be replaced with the 12.0.0 version.
Full Changelog: 1.2.1...11.3.4
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