@objectql/studio 1.6.1 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/assets/{index-BT6-06vQ.js → index-c126GlTy.js} +85 -85
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/App.tsx +1 -0
- package/src/components/DataGrid.tsx +1 -1
- package/src/components/ObjectList.tsx +2 -2
- package/src/components/SchemaInspector.tsx +3 -3
- package/src/components/Sidebar.tsx +32 -13
- package/src/pages/MetadataBrowser.tsx +21 -7
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @objectql/studio
|
|
2
2
|
|
|
3
|
+
## 1.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Release small version update with latest improvements
|
|
8
|
+
|
|
9
|
+
## 1.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- Release version 1.7.0 with improvements and bug fixes:
|
|
14
|
+
- Updated default port for ObjectQL Studio to 5555
|
|
15
|
+
- Improved port listening logic in Studio
|
|
16
|
+
- Enhanced stability and performance
|
|
17
|
+
|
|
3
18
|
## 1.6.1
|
|
4
19
|
|
|
5
20
|
## 1.6.0
|