mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-24 06:59:47 +03:00
* Setup Emotion * Fix setup * Start conversion * actionList * actionListHeader * actionListRows * actionListHeaderSelector * actionListItem * actionListItemTime * actionListItemSelector * actionListItemName * actionListHeaderSearch * actionListHeaderWrapper * actionPreview * Remaining css * Format * Propagate Emotion dependencies * Fix tests * Remove styling prop * Remove jss * Remove themeState * Use color map as Emotion theme * Rework theme resolution * Inline CSS * Remove usage of className * Fix warning * Create large-spoons-yell.md
9 lines
285 B
Markdown
9 lines
285 B
Markdown
---
|
|
'@redux-devtools/app': major
|
|
'@redux-devtools/inspector-monitor-test-tab': major
|
|
'@redux-devtools/inspector-monitor-trace-tab': major
|
|
'@redux-devtools/inspector-monitor': major
|
|
---
|
|
|
|
Replace jss with Emotion in inspector-monitor. `@emotion/react` is now a required peer dependency.
|