Skip to content

Commit

Permalink
Merge pull request #975 from telerik/didi/fix-breaking-changes
Browse files Browse the repository at this point in the history
update breaking changes
  • Loading branch information
yordan-mitev authored Oct 25, 2024
2 parents 81d4e33 + f511d03 commit 73b6325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upgrade/breaking-changes/7-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ The changes described in the Common Changes section apply to multiple components
* DataGrid

* The following API is removed due to the obsolete tag:
* `RadResourceDictionary` class
* `RadResourceDictionary` class. Use `ResourceDictionary` instead.
* `TelerikForms` class

## Chart

The following properties are removed due to the obsolete tag:

* `Behaviors` property of the `RadCartesianChart`
* `ChildPropertyChanged` event of the `RadCartesianChart`
* `Behaviors` property of the `RadCartesianChart`. Use the `ChartBehaviors` instead.
* `ChildPropertyChanged` event of the `RadCartesianChart`.

0 comments on commit 73b6325

Please sign in to comment.