Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kusma committed May 15, 2018
1 parent 9a88e5c commit 8ae9685
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 33 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Unreleased

# 1.9

## 1.9.0

### Android Layout
- Fixed an issue causing an empty (`Size` = 0) layout to be performed on Android during app startup.

### ScrollView
- Implement support for horizontal scrolling in ScrollViews inside a `NativeViewHost` on Android

### Color Expressions
- Added the functions `darken`, `lighten`, `saturate`, `desaturate`, `scaleSaturation`, `scaleLightness` and `adjustHue` for improved color handling in UX expressions.
- Added the functions `rgbaToHsla` and `hslaToRgba` for color conversions in UX expressions.

### Diagnostics
- Improved diagnostics to provide UX source location on several kinds of errors.

### DotNet/Preview Gradients
- 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.

### EdgeNavigator
- Changed `NavigateToggle` to work without a `NavigationContext` and remove some potential errors.

### LayoutMaster
- 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`.

### Layout
- 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.

### MapView
- Fixed a crash when tapping the user's current location on iOS.
- Fixed incorrect zoom factor changes when the location changed on iOS.

### Router
- 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.
- Added `Router.BackAtRootPressed` to allow intercepting a back button action on the root page.

### Video
- Fixed issue where `Video` on Android could end up not finding the rotation metadata on its video source
- Fixed issue where `Video` on iOS could render incorrect on some rotations
- Removed size flip in `VideoVisual`, looks like this used to work due to bug dependency. But the native video players flip the size themselves.
- Add `VideoOrientationPage` to ManualTestApp, this page tests video with mp4 files with different rotations in their metadata section.
- Use proper transforms for rotation in the video rendering code

## WrapPanel / WrapLayout
- Fixed `WrapPanel` to update its layout when a layout property changes.


# 1.8

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG/android_layout_zero.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/android_scrollview.md

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGELOG/color_expressions.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/diagnostics_source_location.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/dotnet_gradient_endpoints.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/edgenavigator_navigatetoggle.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/element_layoutmaster.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/layout_relative_size.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/mapview_curloc_crash.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/mapview_zoom_factor.md

This file was deleted.

4 changes: 0 additions & 4 deletions CHANGELOG/router_goback.md

This file was deleted.

6 changes: 0 additions & 6 deletions CHANGELOG/video.md

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/wraplayout_invalidate.md

This file was deleted.

0 comments on commit 8ae9685

Please sign in to comment.