Skip to content

Commit

Permalink
Adding info for breaking changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Mar 27, 2017
1 parent 9cee934 commit e47b7fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

- ### Breaking changes
- The following `Color` and `Brush` resources got removed:
- `DropDownButton` (and thus also `SplitButton`) now inherit from `ItemsControl` instead of `MenuBase`.
This was changed because `MenuBase` causes a lot of issues regarding keyboard navigation, focus etc..
This also means that you should use `Fluent:MenuItem` instead of the system provided `MenuItem` as immediate children of `DropDownButton` and `SplitButton`.

- ### Bug fixes
- [#405](../../issues/405) - InRibbonGallery when loaded, mouse wheel up or down cause crash. (thanks @Yumeryu)
Expand Down

0 comments on commit e47b7fb

Please sign in to comment.