Skip to content

Releases: metaone01/RelativeControl.Avalonia

12.0.0

09 Apr 03:36
0ce135a

Choose a tag to compare

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 RelativeBinding and OneTimeRelativeBinding.

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

09 Apr 03:34

Choose a tag to compare

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

23 Oct 02:49
79ad3fb

Choose a tag to compare

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

22 Oct 14:47
49d5aff

Choose a tag to compare

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

22 Oct 14:19
c82af2a

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.1

1.2.1

22 Oct 14:18

Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.2.1

1.0.2

08 Jul 16:40
533b722

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

08 Jun 08:05
8662689

Choose a tag to compare

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

08 Jun 04:18
39ce0e3

Choose a tag to compare

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

16 May 03:06
d2d1b86

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1