github-actions[bot]
ffbf132174
Version Packages ( #1469 )
...
* Version Packages
* Update
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-08-28 02:24:11 +00:00
Nathan Bierema
57751ff933
Add react-dom peerDependency and bump react peerDependency ( #1471 )
...
* Add react-dom peerDependency and bump react peerDependency
* Create odd-planets-return.md
2023-08-28 01:49:10 +00:00
Nathan Bierema
d18525b5c7
Increase min-width for popup ( #1468 )
...
* Increase min-width for popup
* Create short-lamps-cross.md
2023-08-27 21:09:02 -04:00
github-actions[bot]
135a676949
Version Packages ( #1463 )
...
* Version Packages
* Trigger build
* Update lock file
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-08-21 01:03:08 +00:00
renovate[bot]
fe32709c4c
fix(deps): update dependency jsondiffpatch to ^0.5.0 ( #1462 )
...
* fix(deps): update dependency jsondiffpatch to ^0.5.0
* Create happy-maps-cross.md
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-08-21 00:35:32 +00:00
github-actions[bot]
6c44727915
Version Packages ( #1390 )
...
* Version Packages
* Updates
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-08-19 02:56:48 +00:00
Nathan Bierema
14a795737b
Replace react-dragula with dnd-kit ( #1451 )
...
* Replace react-dragula package with dnd-kit
* Refactor to function component
* Remove @types/dragula as well
* Move
* Initial implementation
* Ditch DragOverlay
* Fix function name
* Fix handling drag
* Fix scrolling issue
* Create gorgeous-meals-glow.md
* Fix app test
* Fix extension test
* Fix styling
2023-08-18 23:52:43 +00:00
Nathan Bierema
bb9bd907c5
Move @types/redux-devtools-themes to dependencies ( #1448 )
...
* Move @types/redux-devtools-themes to dependencies
* Update lock
* Create rude-zebras-smell.md
2023-08-07 13:40:13 +00:00
renovate[bot]
81ba239ea2
fix(deps): update dependency get-port to v7 ( #1417 )
...
* fix(deps): update dependency get-port to v7
* Update package.json
* Create early-poets-enjoy.md
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-06-04 19:13:46 +00:00
kentkwee
d54adb76f8
feature(redux-devtools-inspector-monitor): add option to sort state tree alphabetically and/or disable collections ( #1264 )
...
Co-authored-by: Kent Kwee <kent.kwee@tngtech.com>
2023-04-11 08:21:40 -04:00
github-actions[bot]
0bf0c4e30f
Version Packages ( #1366 )
...
* Version Packages
* Trigger build
* Bump
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-03-06 07:27:40 -05:00
Nathan Bierema
450cde6e1d
Fix responsive layout ( #1365 )
...
* Fix responsive layout
* Create twenty-houses-bow.md
2023-03-06 03:19:15 +00:00
github-actions[bot]
9a0af4257f
Version Packages ( #1337 )
...
* Version Packages
* Trigger build
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-25 00:37:35 +00:00
Nathan Bierema
421ea47603
Release changes to @redux-devtools/remote ( #1336 )
...
* Make change to trigger changeset
* Create plenty-comics-complain.md
* Update README.md
2023-01-24 19:17:47 -05:00
github-actions[bot]
ffb6983700
Version Packages ( #1332 )
...
* Version Packages
* Trigger build
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-16 13:19:03 +00:00
Nathan Bierema
a07167406a
Fix types for other exports from extension package ( #1331 )
...
* Fix types for other imports from extension package
Missed in https://github.com/reduxjs/redux-devtools/pull/1323
* Create pink-bags-grab.md
2023-01-16 13:15:34 +00:00
github-actions[bot]
9536998256
Version Packages ( #1324 )
...
* Version Packages
* Trigger build
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-09 01:02:03 +00:00
Nathan Bierema
07456db41e
Propagate store enhancer generic type when using composeWithDevTools ( #1323 )
...
* Propagate store enhancer generic type when using composeWithDevTools
* Create silent-rats-tickle.md
* Update silent-rats-tickle.md
2023-01-08 19:56:45 -05:00
github-actions[bot]
c72c021e2d
Version Packages ( #1318 )
...
* Version Packages
* Trigger build
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-08 19:33:35 +00:00
smacpherson64
a7729dae87
Adjusts @redux-devtools/cli --open
flag to respect protocol and host ( #1217 )
...
* Adjusts the location open uses
Currently when using open, the cli will ignore the host and protocol and always open `http://localhost `.
This pr adjusts the open script to use the options protocol and host and default back to localhost if not provided.
* adds changeset
* fixes grammar
* adjusts electron path to respect protocol and host as well
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-08 19:25:09 +00:00
Nathan Bierema
7e1299886e
Convert @redux-devtools/cli to ESM ( #1316 )
...
* stash
* Updates
* Fix lint
* Create lovely-boats-happen.md
* Update package.json
* Update lovely-boats-happen.md
2023-01-07 19:25:01 +00:00
github-actions[bot]
fa25234d36
Version Packages ( #1309 )
...
* Version Packages
* Update lock file
* Major changes
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-05 14:18:48 +00:00
Nathan Bierema
5219bf8c68
Make react-json-tree minor
2023-01-05 09:00:16 -05:00
Nathan Bierema
1f5e5c519b
Update changesets
2023-01-05 08:50:25 -05:00
Nathan Bierema
81926f3212
Remove UNSAFE methods from react-json-tree ( #1288 )
...
* Remove UNSAFE method from JSONTree
* Bump peer dep
* Fix types
* Remove proptypes
* Remove unused
* shouldExpandNode => shouldExpandNodeInitially
* Cleanup
* Update usages
* Tighten types
* Create four-parrots-poke.md
* Format
* Fix inspector-monitor types
* Fix log-monitor types
* Fix rtk-query-monitor types
* Fix type
2023-01-04 23:17:44 -05:00
renovate[bot]
935460457b
chore(deps): update dependency d3 to v7 ( #768 )
...
* chore(deps): update dependency d3 to v7
* Update changeset
* Fix app tests
* Fix extension test
* Format
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-02 17:16:20 -05:00
Nathan Bierema
aac607c490
Upgrade D3 to v6 ( #1310 )
...
* Update packages
* Updates
* Update changeset
2023-01-02 14:47:07 -05:00
Nathan Bierema
9994ea62e8
Upgrade D3 to v5 ( #1308 )
2023-01-02 14:35:26 -05:00
Nathan Bierema
b323f77d31
Upgrade D3 to v4 ( #1307 )
...
* Update packages
* Fix after update
* Update some types
* Remove attr
* Finish d3tooltip
* Update style option
* Updates
* Zoom
* Update
* Update
* Update
* Fix
* Update
* Update
* Update
* Update
* Update
* Fixes
* Update id type
* Fix enter + update selections
* Use this
* Fix stringifying
* Remove InputOptions
* Use data.value
* Updates
* Remove UMD builds
* Fix exit
* No need to re-assign
* Simplify d3tooltip API
* Update redux-devtools-chart-monitor
* Update redux-devtools-app
* Update
* Update
* Remove @types/prop-types
* Update prop types
* Update d3tooltip docs
* Update d3-state-visualizer docs
* Update chart-monitor docs
* Create weak-kings-brake.md
* Create spicy-olives-compete.md
* Create friendly-coats-trade.md
* Create slimy-elephants-flash.md
* Fix empty arrays
2023-01-02 14:19:13 -05:00
github-actions[bot]
40b024a308
Version Packages ( #1303 )
...
* Version Packages
* Bump extension version
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-12-26 17:52:42 +00:00
Nathan Bierema
1aa6c4f7a0
Fix remounting root for devpanel ( #1302 )
...
* Fix remounting root for devpanel
* Create seven-turkeys-battle.md
2022-12-26 12:37:55 -05:00
github-actions[bot]
4c1096a369
Version Packages ( #1293 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-11 16:02:16 +00:00
Nathan Bierema
20ebf725c1
Remove source map from page wrap bundle ( #1292 )
...
* Remove source maps from page wrap bundle
* Create thirty-bananas-agree.md
* Update thirty-bananas-agree.md
2022-12-11 15:46:55 +00:00
github-actions[bot]
4644c1ce01
Version Packages ( #1196 )
...
* Version Packages
* Trigger build
* Update lock file
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-08-11 23:34:08 +00:00
Fabrizio Vitale
24f60a7aa7
Feat #1126 Add Data Tab to rtk-query-monitor ( #1129 )
...
* fix: broken rtk-query-monitor demo not working #1126
Description:
downgrades framer-motion in order to remove the runtime error "_framerMotion.motion.custom is not a function"
See: https://stackoverflow.com/questions/66703410/next-js-framermotion-motion-custom-is-not-a-function
* feat(rtk-query): add Data tab #1126
* fix: bump min popup width to 700px #1126
Description:
improve UI of rtk-query right side tabs
* fix: bump min popup window width again to 760px #1126
* chore: add changeset
* feat(rtk-query): improve a11y of rtk-query-monitor tab panel #1126
* chore(rtk-query): add few integration tests to rtk-query-monitor #1126
* Fix merge
* Deduplicate msw
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-07-05 13:31:38 +00:00
Louis DeScioli
6cf1865f55
Fixes type for serialize option ( #1112 )
...
* Fixes type for serialize option
* Create gold-chairs-rescue.md
* Update gold-chairs-rescue.md
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-07-05 12:53:44 +00:00
github-actions[bot]
ac7c6ab355
Version Packages ( #1183 )
...
* Version Packages
* Update lock file
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-05-30 18:49:52 +00:00
Nathan Bierema
a55ba3026a
Fix peer dependencies on @redux-devtools/core ( #1182 )
...
* Fix peer dependencies on @redux-devtools/core
* Create neat-boxes-compare.md
2022-05-30 18:20:40 +00:00
github-actions[bot]
3f1e5e0ed3
Version Packages ( #1181 )
...
* Version Packages
* Trigger build
* Update lock file
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-05-30 17:22:06 +00:00
Nathan Bierema
8a7eae465e
Add React 18 to peerDependencies range ( #1180 )
...
* Add React 18 to peerDependencies range
* Create large-rocks-design.md
2022-05-30 15:32:32 +00:00
github-actions[bot]
c9fe990a4d
Version Packages ( #1140 )
...
* Version Packages
* Update version numbers
* Update CHANGELOGs
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-04-23 04:42:01 +00:00
Nathan Bierema
4891bf6ce2
Add react-redux v8 to peerDependencies range ( #1139 )
...
* Add react-redux v8 to peerDependencies range
* Create nasty-cheetahs-appear.md
2022-04-23 03:51:56 +00:00
github-actions[bot]
1f996a30a4
Version Packages ( #1096 )
...
* Version Packages
* Updates
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-04-04 16:47:07 +00:00
Nathan Bierema
fd856ee1c7
Fix changeset
2022-04-04 10:48:06 -04:00
Nathan Bierema
ab3c0e29dc
Avoid persisting the selected action between sessions ( #1122 )
...
* Avoid persisting the selected action between sessions
* Create giant-oranges-report.md
2022-04-03 22:05:14 +00:00
NaincyKumariKnoldus
4c9a890904
Fixed react-json-tree - Broken import statement in d.ts #1087 ( #1088 )
...
* fixed broken import statement
* made two import statements
* made requested changes
* Create lemon-files-trade.md
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-02-23 15:57:48 +00:00
github-actions[bot]
f6b06e741d
Version Packages ( #1080 )
...
* Version Packages
* Trigger build
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-02-08 17:26:25 +00:00
Nathan Bierema
55cc37eacc
Fix inspector-monitor filter ( #1077 )
...
* Fix inspector-monitor filter
* Create stale-deers-pump.md
* Update stale-deers-pump.md
2022-02-06 05:46:29 +00:00
Nathan Bierema
2ec10f00ee
Add secondary exports to extension package ( #1075 )
...
* Add secondary exports to extension package
* Update documentation
* Create dull-cats-end.md
2022-02-06 05:26:57 +00:00
Nathan Bierema
b725a3af51
Make access public
2022-01-30 18:20:01 -05:00