Skip to content

Commit b796182

Browse files
committed
[inspector] Release docs
1 parent 2ebb069 commit b796182

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

site/guides/12_inspecting_data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ It is hoped that each section is quite self-explanatory. If not, please try it
6262
out in the <Inspector /> demo, or indeed in most of the TinyBase demos
6363
themselves! The Movie Database demo and Countries demo are quite good examples
6464
of the inspector in use.
65+
66+
Note that, as of TinyBase v6.6, you can also create, duplicate, and delete
67+
tables, rows, values, and cells - all directly within the Inspector.

site/guides/15_releases.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ highlighted features.
55

66
---
77

8+
# v6.6
9+
10+
This release improves the Inspector tool, making it easier to debug, inspect,
11+
and mutate your TinyBase stores.
12+
13+
As well as a modernized UI, new in this release is the ability to create,
14+
duplicate, or delete tables, rows, values and cells directly within the
15+
Inspector. Press the 'pencil' icon to start editing items, and then hover over
16+
the new icons to see how to manipulate the data.
17+
18+
See the Inspecting Data guide for more information about how to use the
19+
Inspector in your application during development.
20+
821
# v6.5
922

1023
This release includes the new persister-react-native-mmkv module, which allows

site/home/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</h2>
77
</section>
88

9-
<a href='/guides/releases/#v6-5'><em>NEW!</em> v6.5 release</a>
9+
<a href='/guides/releases/#v6-6'><em>NEW!</em> v6.6 release</a>
1010

11-
<span id="one-with">"The One With MMKV!"</span>
11+
<span id="one-with">"Shiny New Inspector Tools!"</span>
1212

1313
<a class='start' href='/guides/the-basics/getting-started/'>Get started</a>
1414

0 commit comments

Comments
 (0)