Skip to content

Commit 8ae9685

Browse files
committed
update CHANGELOG
1 parent 9a88e5c commit 8ae9685

14 files changed

+47
-33
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# Unreleased
22

3+
# 1.9
4+
5+
## 1.9.0
6+
7+
### Android Layout
8+
- Fixed an issue causing an empty (`Size` = 0) layout to be performed on Android during app startup.
9+
10+
### ScrollView
11+
- Implement support for horizontal scrolling in ScrollViews inside a `NativeViewHost` on Android
12+
13+
### Color Expressions
14+
- Added the functions `darken`, `lighten`, `saturate`, `desaturate`, `scaleSaturation`, `scaleLightness` and `adjustHue` for improved color handling in UX expressions.
15+
- Added the functions `rgbaToHsla` and `hslaToRgba` for color conversions in UX expressions.
16+
17+
### Diagnostics
18+
- Improved diagnostics to provide UX source location on several kinds of errors.
19+
20+
### DotNet/Preview Gradients
21+
- Gradient rendering in preview previously had some limitations in the ranges of `StartPoint` and `EndPoint` it could accept. This has been fixed: points inside and outside of the element render correctly now.
22+
23+
### EdgeNavigator
24+
- Changed `NavigateToggle` to work without a `NavigationContext` and remove some potential errors.
25+
26+
### LayoutMaster
27+
- Fixed a redundant layout invalidation when `Element.LayoutMaster` is changed. This would result in broken `LayoutAnimation` as multiple layouts could be triggered by a `Change`.
28+
29+
### Layout
30+
- Fixed invalid layout caching when a relative container size changed. This affected `ScrollView` and `DockPanel`, in particular it may have resulted in stale sizes when the keyboard appeared, or orientation changed.
31+
32+
### MapView
33+
- Fixed a crash when tapping the user's current location on iOS.
34+
- Fixed incorrect zoom factor changes when the location changed on iOS.
35+
36+
### Router
37+
- Deprecated the `GoUp` behavior which causes unexpected behavior and defects. This fixes an issue of pressing the hardware back button at the root state (on Android). The old behavior can be had by setting `GoBackBehavior="GoBackAndUp"` on the router, but be aware it is deprecated and will be removed.
38+
- Added `Router.BackAtRootPressed` to allow intercepting a back button action on the root page.
39+
40+
### Video
41+
- Fixed issue where `Video` on Android could end up not finding the rotation metadata on its video source
42+
- Fixed issue where `Video` on iOS could render incorrect on some rotations
43+
- Removed size flip in `VideoVisual`, looks like this used to work due to bug dependency. But the native video players flip the size themselves.
44+
- Add `VideoOrientationPage` to ManualTestApp, this page tests video with mp4 files with different rotations in their metadata section.
45+
- Use proper transforms for rotation in the video rendering code
46+
47+
## WrapPanel / WrapLayout
48+
- Fixed `WrapPanel` to update its layout when a layout property changes.
49+
350

451
# 1.8
552

CHANGELOG/android_layout_zero.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG/android_scrollview.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG/color_expressions.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG/diagnostics_source_location.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG/dotnet_gradient_endpoints.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG/edgenavigator_navigatetoggle.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG/element_layoutmaster.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG/layout_relative_size.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG/mapview_curloc_crash.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)