mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
b635a31714
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
70 lines
2.2 KiB
Markdown
70 lines
2.2 KiB
Markdown
# @gradio/nativeplot
|
|
|
|
## 0.3.2
|
|
|
|
### Features
|
|
|
|
- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn!
|
|
|
|
### Fixes
|
|
|
|
- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn!
|
|
|
|
### Dependency updates
|
|
|
|
- @gradio/utils@0.6.1
|
|
- @gradio/statustracker@0.7.6
|
|
- @gradio/atoms@0.8.1
|
|
- @gradio/icons@0.7.2
|
|
- @gradio/theme@0.2.5
|
|
|
|
## 0.3.1
|
|
|
|
### Features
|
|
|
|
- [#9118](https://github.com/gradio-app/gradio/pull/9118) [`e1c404d`](https://github.com/gradio-app/gradio/commit/e1c404da1143fb52b659d03e028bdba1badf443d) - setup npm-previews of all packages. Thanks @pngwn!
|
|
|
|
### Dependency updates
|
|
|
|
- @gradio/utils@0.6.0
|
|
- @gradio/atoms@0.8.0
|
|
- @gradio/statustracker@0.7.5
|
|
- @gradio/theme@0.2.4
|
|
- @gradio/icons@0.7.1
|
|
|
|
## 0.3.0
|
|
|
|
### Features
|
|
|
|
- [#9064](https://github.com/gradio-app/gradio/pull/9064) [`4ba7b23`](https://github.com/gradio-app/gradio/commit/4ba7b238e22ac042de14a6b69aa9d61536ddffba) - Improve plot guide, add double clicking to plots. Thanks @aliabid94!
|
|
|
|
### Dependency updates
|
|
|
|
- @gradio/atoms@0.7.9
|
|
- @gradio/statustracker@0.7.4
|
|
- @gradio/icons@0.7.0
|
|
|
|
## 0.2.0
|
|
|
|
### Features
|
|
|
|
- [#8947](https://github.com/gradio-app/gradio/pull/8947) [`96d36d7`](https://github.com/gradio-app/gradio/commit/96d36d70ad3bee048027cfbf89533020a8aa6e63) - Restore plot label angles. Thanks @aliabid94!
|
|
- [#8907](https://github.com/gradio-app/gradio/pull/8907) [`9b42ba8`](https://github.com/gradio-app/gradio/commit/9b42ba8f1006c05d60a62450d3036ce0d6784f86) - Update guides esp plots. Thanks @aliabid94!
|
|
|
|
### Dependency updates
|
|
|
|
- @gradio/atoms@0.7.8
|
|
- @gradio/icons@0.6.1
|
|
- @gradio/utils@0.5.2
|
|
- @gradio/statustracker@0.7.3
|
|
|
|
## 0.1.0
|
|
|
|
### Features
|
|
|
|
- [#8807](https://github.com/gradio-app/gradio/pull/8807) [`a238af4`](https://github.com/gradio-app/gradio/commit/a238af4d688c4e030e37c2ef01d5c80d6d940912) - Refactor plots to drop `altair` and use `vega.js` directly. Thanks @aliabid94!
|
|
|
|
### Dependency updates
|
|
|
|
- @gradio/statustracker@0.7.2
|
|
- @gradio/atoms@0.7.7 |