Releases: Kanaries/graphic-walker
Releases · Kanaries/graphic-walker
v0.4.53
v0.4.52
What's Changed
- New UI design based on shadcn, with ability to customize UI and style with css variables.
- New visualization renderer using webGL
- feat: Styling change by @islxyqwe in #323
- fix: optimize painter by @islxyqwe in #324
- Sync graphic-walker and playground package versions to 0.4.52 by @github-actions in #325
Full Changelog: 0.4.51...v0.4.52
0.4.51
v0.4.50
v0.4.49
v0.4.48
What's Changed
- Sync graphic-walker and playground package versions to 0.4.48 by @github-actions in #313
Full Changelog: 0.4.48...v0.4.48
0.4.48
v0.4.47
What's Changed
- Added code for layout formatting in table by @BassCoder2808 in #286
- fix: darksource segment darkmode by @islxyqwe in #308
- fix: renderSpec issue by @islxyqwe in #310
- Sync graphic-walker and playground package versions to 0.4.47 by @github-actions in #311
New Contributors
- @BassCoder2808 made their first contribution in #286
Full Changelog: v0.4.46...v0.4.47
v0.4.46
Introducing a new Component, GraphicRender.
usage:
<GraphicRenderer rawFields={fields} chart={chart} dataSource={dataSource} dark={theme} />
See example here: https://graphic-walker.kanaries.net/examples/GraphicRenderer
What's Changed
- feat: use multi encode editor for detail by @islxyqwe in #305
- fix: size issue when pixel ratio is 1(#304) by @islxyqwe in #306
- feat: add component Graphic Renderer by @islxyqwe in #302
- Sync graphic-walker and playground package versions to 0.4.46 by @github-actions in #307
Full Changelog: v0.4.45...v0.4.46