Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Mar 19, 2019
1 parent 3cf02fe commit b5c68b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/ReleaseNotes/_ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
* Add support for x:Name late binding support to adds proper support for CollectionViewSource in Resources (#696)
* `PointerRelease` events are now marked as handled by the `TextBox`
* `KeyDown` events that are changing the cursor position (left/right/top/bottom/home/end) are now marked as handled by the `TextBox`
* Add ItemsSource CollectionViewSource update support (#697)
* Add support for the `CollectionViewSource.ItemsPath` property

### Breaking changes
* Make `UIElement.IsPointerPressed` and `IsPointerOver` internal
Expand All @@ -51,6 +53,7 @@
* [Wasm] Fixes lements may not be removed form the global active DOM elements tracking map
* [Wasm] Disable the root element scrolling (bounce) on touch devices
* Fixed invalid iOS assets folder. `ImageAsset` nodes must not be `<Visible>false</Visible>` to be copied to the generated project.
* Make CollectionViewSource.View a proper DependencyProperty (#697)


## Release 1.43.1
Expand Down

0 comments on commit b5c68b8

Please sign in to comment.