Skip to content

Releases: xtuzy/SharpConstraintLayout

2.2.1

10 May 11:45
Compare
Choose a tag to compare
2.2.1 Pre-release
Pre-release
  • Fix error of using dp to px twice when set margin

Full Changelog: v2.2.0...v2.2.1

SharpConstraintLayout.Maui 2.2.0

25 Apr 08:13
Compare
Choose a tag to compare

Change:

  1. constraintlayout use pixel calculate, maui use dp, this let error is reduced to 1 pixel.
  2. obsolete baseline api, text control is complex, obsolete it to reduce bug

Full Changelog: v2.1.3...v2.2.0

SharpConstraintLayout.Maui and Native 2.1.3

08 Mar 02:18
Compare
Choose a tag to compare

Api Change:

  • 3b6ff70 Change ReferenceElement to RefElement, RemoveElement to RemoveRefElement and Use Microsoft.Extensions.Logging to output debug info.

Fix Change:

Full Changelog: v2.1.2...v2.1.3

SharpConstraintLayout.Maui v2.1.2

02 Oct 06:50
Compare
Choose a tag to compare

Api Change

Move Enum in FluentConstraintSet to SharpConstraintLayout.Maui.Widget namespace, "FluentConstraintSet" is too long, we can use Enum more concise

Full Changelog: v2.1.1.9...v2.1.2

SharpConstraintLayout.Maui v2.1.1.9

29 Jun 14:27
432c2ed
Compare
Choose a tag to compare

What's Changed

  • mian update animation api and zindex anim by @xtuzy in #19
  • update some anim api by @xtuzy in #20

Full Changelog: v2.1.1.8...v2.1.1.9

Knowed Issue

Not show view at Android, iOS, when use lasted VisualStudio 17.3 preview2, it is Maui bug, should will be fix at preview3

SharpConstraintLayout.Maui v2.1.1.8

20 Jun 14:17
4a2fb11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1.7...v2.1.1.8

SharpConstraintLayout.Maui v2.1.1.7 SharpConstraintLayout.Maui.Native v2.1.1.3

17 Jun 13:23
a17171d
Compare
Choose a tag to compare

SharpConstraintLayout.Maui v2.1.1.6

14 Jun 13:42
8d7daae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1.5...v2.1.1.6

SharpConstraintLayout.Maui v2.1.1.5

13 Jun 12:52
0a56461
Compare
Choose a tag to compare

What's Changed

  • fix nest constraintlayout size not correct bug by @xtuzy in #8

Full Changelog: v2.1.1.4...v2.1.1.5

SharpConstraintLayout.Maui v2.1.1.4

07 Jun 04:53
780f3b0
Compare
Choose a tag to compare

What's Changed

  • Add many api from ConstraintSet to FluentConstraintSet

  • fix set invisible and trnsform not work by @xtuzy in #7

Full Changelog: v2.1.1.3...v2.1.1.4

Knowed problem

baseline align have bug, some text control not work