Skip to content

Commit ea64669

Browse files
committed
readme update
1 parent f5c21d6 commit ea64669

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./assets/remix-dev-tools.png" style="display: block; margin: 0 auto;" align="middle" width="160" height="160" alt="Remix Development Tools" />
2+
<img src="./assets/remix-dev-tools.png" style="display: block; margin: 0 auto;" align="middle" width="240" height="240" alt="Remix Development Tools" />
33
</p>
44

55
# Remix Development Tools
@@ -22,6 +22,9 @@ Remix Development Tools is an open-source package designed to enhance your devel
2222

2323
## What's new?
2424

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!
2528
## v2.1.3
2629
- Deferred data support! You can see your deferred data in the active page tab now being loaded and swapped in realtime
2730
- 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
8083

8184
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.
8285

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+
8391
## Getting Started
8492

8593
To install and utilize Remix Development Tools, follow these steps:

0 commit comments

Comments
 (0)