Skip to content

Commit

Permalink
Add upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Oct 17, 2019
1 parent 7ab530b commit 411482c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1281,4 +1281,10 @@ export default ({
sagaMiddleware.run(saga);
return store;
};
```
```

## No More Tree Packages in Core

The `ra-tree` and `ra-tree-ui-material-ui` packages were removed in v3. The v2 version performed poorly, and we don't want to delay v3 to reimplement the Tree packages.

If you were using these packages just for displaying a tree, you'll have to reimplement a basic tree widget, taking the Tags list from the Simple example as an inspiration. If you were using these packages for creating and updating a tree, we recommend that you wait until the core team or another community member publishes a Tree packahe compatible with v3.

0 comments on commit 411482c

Please sign in to comment.