Skip to content

Commit e115106

Browse files
committed
chore: changelog v2.5.0 update
It turns out this is not such a breaking change, as it seemed at a glance. Just update dependencies and you're good. - update `dependencies` in `package.json` - [ ] `@coreui/react` to `~2.5.0` - [ ] `react-router-dom` to `^5.0.0` - [ ] `react-router-config` to `^5.0.0`
1 parent dbe9ec9 commit e115106

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
22

33
##### `v2.5.0`
4-
- **BREAKING CHANGE** release for use with:
4+
- release for use with:
55
- react-router-dom `~5.0.0`
66
- @coreui/react `~2.5.0`
77

@@ -10,6 +10,16 @@
1010
- update: `react-router-config` to `^5.0.0`
1111
- update: `react-router-dom` to `^5.0.0`
1212

13+
It turns out this is not such a breaking change, as it seemed at a glance.
14+
Just update dependencies and you're good.
15+
16+
#### _migration guide v2.1 -> v2.5_ :boom:
17+
- update `dependencies` in `package.json`
18+
- [ ] `@coreui/react` to `~2.5.0`
19+
- [ ] `react-router-dom` to `^5.0.0`
20+
- [ ] `react-router-config` to `^5.0.0`
21+
22+
<del>
1323
__BREAKING CHANGES__ :boom:
1424
- use React Router `v5`
1525
- drop 'Breadcrumb' in favour of `Breadcrumb2`
@@ -50,7 +60,7 @@ It's important to use the same instance of the `react-router-dom v5` library wit
5060
```html
5161
<AppBreadcrumb appRoutes={routes} router={router}/>
5262
```
53-
63+
</del>
5464
---
5565
5666
##### `v2.1.7`

0 commit comments

Comments
 (0)