2020-08-14 17:37:56 +03:00
# Change Log
2022-05-30 21:49:52 +03:00
## 3.0.1
### Patch Changes
- a55ba302: Fix peer dependencies on @redux -devtools/core
- Updated dependencies [a55ba302]
- @redux -devtools/core@3.13.1
2022-05-30 20:22:06 +03:00
## 3.0.0
### Minor Changes
- 8a7eae4: Add React 18 to peerDependencies range
### Patch Changes
- Updated dependencies [8a7eae4]
- @redux -devtools/core@3.13.0
2022-04-23 07:42:01 +03:00
## 2.1.1
### Patch Changes
- Updated dependencies [4891bf6]
- @redux -devtools/core@3.12.0
2022-01-31 01:31:00 +03:00
## 2.0.0
2020-08-14 17:37:56 +03:00
2022-01-31 01:31:00 +03:00
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable ](https://rollupjs.org/guide/en/#outputexports ):
```diff
- import ChartMonitor from '@redux-devtools/chart-monitor';
+ import { ChartMonitor } from '@redux-devtools/chart-monitor';
```
## [1.9.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/chart-monitor@1.8.0...@redux-devtools/chart-monitor@1.9.0) (2021-03-06)
2021-03-06 18:38:32 +03:00
### Features
2021-03-06 18:51:16 +03:00
- update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
2021-03-06 18:38:32 +03:00
2022-01-31 01:31:00 +03:00
## 1.8.0 (2021-03-06)
2021-03-06 16:57:19 +03:00
### Features
2021-03-06 18:17:55 +03:00
- **redux-devtools-chart-monitor:** convert to TypeScript ([#642](https://github.com/reduxjs/redux-devtools/issues/642)) ([761baba](https://github.com/reduxjs/redux-devtools/commit/761baba0aa0f4dc672f8771f4b12bed3863557f7))
2021-03-06 16:57:19 +03:00
2020-09-07 19:44:15 +03:00
## [1.7.2](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-chart-monitor@1.7.1...redux-devtools-chart-monitor@1.7.2) (2020-09-07)
**Note:** Version bump only for package redux-devtools-chart-monitor
2020-08-14 17:37:56 +03:00
## 1.7.1 (2020-08-14)
**Note:** Version bump only for package redux-devtools-chart-monitor