We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8630181 commit 6adeb18Copy full SHA for 6adeb18
devtools/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "Infinite Table DevTools Extension",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"description": "A Chrome extension for Infinite Table",
6
"permissions": ["tabs", "storage"],
7
"devtools_page": "./src/index.html",
www/content/docs/releases/index.page.md
@@ -3,6 +3,10 @@ title: Releases
description: All releases | Infinite Table DataGrid for React
---
+## 7.1.0
+
8
+Update source-code, fix tests and update typings to work with React 19
9
10
## 7.0.1
11
12
Bugfix related to devtools Uncaught TypeError: Cannot read properties of undefined (reading 'startsWith')
0 commit comments