Skip to content

Commit

Permalink
publish: 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ObservedObserver committed Aug 4, 2023
1 parent a325ce0 commit 87bb685
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ property description
+ `i18nResources` custom lang config
+ `keepAlive`, type `boolean`. whether to keep the component state when it is unmounted. If `true`, after you unmount the graphic-walker component, the state will still be store, and will be restore when the component is mount again.

## Server integration
For those who need to integrate graphic-walker with their own databases/OLAP, you can develop based on our SDK [gw-dsl-parser](https://github.com/Kanaries/gw-dsl-parser)

which translate graphic-walker specification to SQL

## What's next

Graphic Walker is basically manual data exploration software. When facing more complex datasets, manual exploration can cost a lot of time, [Rath](https://github.com/Kanaries/Rath) is software providing a different data analysis experience with automation enhancement.
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tauri": "tauri"
},
"dependencies": {
"@kanaries/graphic-walker": "0.3.15",
"@kanaries/graphic-walker": "0.3.16",
"@tauri-apps/api": "^1.1.0",
"react": "^17.x",
"react-dom": "^17.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphic-walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kanaries/graphic-walker",
"version": "0.3.15",
"version": "0.3.16",
"scripts": {
"dev:front_end": "vite --host",
"dev": "npm run dev:front_end",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-graphic-walker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^4.3.9"
},
"dependencies": {
"@kanaries/graphic-walker": "0.3.15"
"@kanaries/graphic-walker": "0.3.16"
}
}

1 comment on commit 87bb685

@vercel
Copy link

@vercel vercel bot commented on 87bb685 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.