Skip to content

Commit

Permalink
docs: add more migration info
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 10, 2024
1 parent f55a1fd commit 3c9f38f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/migrations/migration-to-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ For most breaking changes, a quick Search & Replace in your code editor should s
## Changes

### Slickgrid-Universal
If you use any of the Slickgrid-Universal extra dependencies then make sure to upgrade them as well to the new major `4.0.0` version so that they work with Slickgrid-React `7.0.0`

```diff
"dependencies": {
- "@slickgrid-universal/excel-export": "^4.7.0",
+ "@slickgrid-universal/excel-export": "^5.0.0",
- "slickgrid-react": "^7.7.0",
+ "slickgrid-react": "^8.0.0",
}
```

### Styling

#### CSS classes `.color-xx` are all removed (use `.text-color-xx` or native `color` instead)
Expand Down

0 comments on commit 3c9f38f

Please sign in to comment.