You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<palign="center">
2
-
<imgsrc="./assets/remix-dev-tools.png"style="display: block; margin: 0auto;"align="middle"width="160"height="160"alt="Remix Development Tools" />
2
+
<imgsrc="./assets/remix-dev-tools.png"style="display: block; margin: 0auto;"align="middle"width="240"height="240"alt="Remix Development Tools" />
3
3
</p>
4
4
5
5
# Remix Development Tools
@@ -22,6 +22,9 @@ Remix Development Tools is an open-source package designed to enhance your devel
22
22
23
23
## What's new?
24
24
25
+
## v2.2.0
26
+
Embedded mode support!
27
+
Embed your dev tools wherever you want in your app by importing EmbeddedDevTools from the package!
25
28
## v2.1.3
26
29
- Deferred data support! You can see your deferred data in the active page tab now being loaded and swapped in realtime
27
30
- Settings option to change the default expansion level of json viewer (Default: 0)
@@ -80,6 +83,11 @@ The terminal tab allows you to run terminal commands from the Remix Dev Tools. T
80
83
81
84
Detached mode allows you to un-dock the Remix Dev Tools from the browser and move it to a separate window. This is useful if you want to have the dev tools open on a separate monitor or if you want to have it open on a separate window on the same monitor.
82
85
86
+
### Embedded mode
87
+
88
+
Embedded mode allows you to embed the Remix Dev Tools in your application. This is useful if you want to have the dev tools open in a particular
89
+
page in your application only or you want to place it somewhere in the UI where it makes sense for your application.
90
+
83
91
## Getting Started
84
92
85
93
To install and utilize Remix Development Tools, follow these steps:
0 commit comments