mirror of https://github.com/anoshenko/rui.git
Update CHANGELOG.md
This commit is contained in:
parent
e9937a8f3a
commit
87735b3a4d
|
@ -6,9 +6,10 @@
|
|||
* GetOrigin function renamed to GetTransformOrigin.
|
||||
* Changed Push and Pop method of StackLayout interface.
|
||||
* Removed DefaultAnimation, StartToEndAnimation, EndToStartAnimation, TopDownAnimation, and BottomUpAnimation constants.
|
||||
* Added "push-transform", "push-duration", "push-timing", and "move-to-front-animation" properties.
|
||||
* Added "push-transform", "push-duration", "push-timing", and "move-to-front-animation" StackLayout properties.
|
||||
* Added "push-perspective", "push-rotate-x", "push-rotate-y", "push-rotate-z", "push-rotate", "push-skew-x", "push-skew-y",
|
||||
"push-scale-x", "push-scale-y", "push-scale-z", "push-translate-x", "push-translate-y", "push-translate-z" properties.
|
||||
"push-scale-x", "push-scale-y", "push-scale-z", "push-translate-x", "push-translate-y", "push-translate-z" StackLayout properties.
|
||||
* Added "show-opacity", "show-transform", "show-duration", and "show-timing" Popup properties.
|
||||
* Added GetPushTransform, GetPushDuration, GetPushTiming, and IsMoveToFrontAnimation functions.
|
||||
* Added LineJoin type. Type of constants MiterJoin, RoundJoin, and BevelJoin changed to LineJoin. Type of Canvas.SetLineJoin function argument changed to LineJoin.
|
||||
* Added LineCap type. Type of constants ButtCap, RoundCap, and SquareCap changed to LineCap. Type of Canvas.SetLineCap function argument changed to LineCap.
|
||||
|
|
Loading…
Reference in New Issue