Commit Graph

767 Commits

Author SHA1 Message Date
Krist Wongsuphasawat
6911acd97b v0.11.1 2021-11-26 11:45:46 +08:00
dependabot-preview[bot]
67cf3ecd64 build(deps): update @vx/axis requirement from ^0.0.190 to ^0.0.191 (#196)
Updates the requirements on [@vx/axis](https://github.com/hshoff/vx) to permit the latest version.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hshoff/vx/compare/v0.0.190...v0.0.191)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:46 +08:00
Ville Brofeldt
79c755e85f fix: remove redundant target from sankey tooltip (#193) 2021-11-26 11:45:46 +08:00
Andreas Lordos
89591bd559 build: automate build & launch of storybook (#146)
* build: automate build & launch of storybook

- Added `build.py` in the `/packages/superset-ui-plugins-demo` directory
	- Running `build.py` will build & start storybook automatically
	- No need to run 4 separate commands to do so

- Modified README.md to reflect this change and provide instructions on
using `build.py`

* build: delete build.py

Get rid of build.py and transfer commands for
automated building & launching to package.json

* build: automate build & launch of storybook

Use "sudo npm run build" to build & launch Storybook

* docs: update readme

Reflect changes in automated building & launching
of Storybook, now uses command "npm run build"
instead of "python build.py"

* build: rename npm script

rename npm script from "build" to "storybook" and update readme.md to reflect change

* docs: amend error in docs

documentation updated to reflect changes in package.json - command to run story

* docs: change 'npm run' to 'yarn'

replace 'npm run storybook' with 'yarn storybook'
2021-11-26 11:45:46 +08:00
Conglei
d922d1e244 fix(tablevis): Set proper width for each column (#189)
* fix(tablevis): set the width for each column

n

* fix(fix comments): fix comments from pr

* fix(revert to charwidth): revert to charwidth
2021-11-26 11:45:45 +08:00
Krist Wongsuphasawat
58308d1a71 v0.11.0 2021-11-26 11:45:45 +08:00
Krist Wongsuphasawat
9e47ea8a96 feat: upgrade @superset-ui to v0.12 (#183)
* build: update dependencies

* feat: replace payload with queryData

* feat: replace payload with queryData

* fix: rename hooks

* fix: types from query package

* fix: more typings

* docs: update readme

* fix: import query

* fix: change NOOP to const

* fix: update dependency versions
2021-11-26 11:45:45 +08:00
Conglei Shi
3441da080f v0.10.46 2021-11-26 11:45:45 +08:00
Conglei Shi
9468cfb161 fix(force to publish new version): force to publish new version 2021-11-26 11:45:45 +08:00
Conglei Shi
138dfcef61 v0.10.45 2021-11-26 11:45:45 +08:00
Conglei Shi
db4863d14b fix(fix issues in superset): fix issues in superset 2021-11-26 11:45:45 +08:00
Krist Wongsuphasawat
6f6de6df18 v0.10.44 2021-11-26 11:45:45 +08:00
Krist Wongsuphasawat
652d663d7e fix: move react to table peerdependency (#179) 2021-11-26 11:45:45 +08:00
Krist Wongsuphasawat
3970e2fe06 v0.10.43 2021-11-26 11:45:45 +08:00
Krist Wongsuphasawat
5edc28837f docs: update thumbnails (#178) 2021-11-26 11:45:44 +08:00
Krist Wongsuphasawat
d89512db65 v0.10.42 2021-11-26 11:45:44 +08:00
Conglei Shi
66ce93c213 fix(fix types): fix types 2021-11-26 11:45:44 +08:00
Conglei Shi
18dfc53f48 test(added more tests): added more tests 2021-11-26 11:45:44 +08:00
Conglei Shi
02b9772ea8 fix(tablevis): update datatable change 2021-11-26 11:45:44 +08:00
Krist Wongsuphasawat
d093920dee docs: update change log 2021-11-26 11:45:44 +08:00
Conglei Shi
b697285e31 refactor(address code review comments): address code review comments 2021-11-26 11:45:44 +08:00
Krist Wongsuphasawat
6686d14111 v0.10.41 2021-11-26 11:45:44 +08:00
Krist Wongsuphasawat
bb501adda5 feat: update type for line chart series (#175)
* feat: update type for line chart series

* fix: another place
2021-11-26 11:45:44 +08:00
Conglei Shi
ea70378e94 build(bump the verions): bump the verions 2021-11-26 11:45:44 +08:00
Conglei Shi
10c793930d build(migrate to lunar 2*): migrate to lunar 2* 2021-11-26 11:45:43 +08:00
Conglei Shi
1a94ba0439 style(fix link): fix lint
fix lint
2021-11-26 11:45:43 +08:00
Conglei Shi
a71b9f2318 fix(memorize filter in state): memorize filter in state
memorize filter in state
2021-11-26 11:45:43 +08:00
Conglei Shi
f814882550 fix(bump lunar version of datatable): bump lunar version of datatable
bump lunar version of datatable
2021-11-26 11:45:43 +08:00
Conglei Shi
ad023162e1 fix(adjusted upstream break change): adjusted upstream break change 2021-11-26 11:45:43 +08:00
Conglei Shi
82452492d8 refactor(clean the code): clean the code 2021-11-26 11:45:43 +08:00
Conglei Shi
3d8cbd52ee feat(added search bar): added search bar 2021-11-26 11:45:43 +08:00
Conglei Shi
c87a74841e feat(code refactoring): code refactoring 2021-11-26 11:45:43 +08:00
Conglei Shi
aa7ef1ad90 feat: simply the data processing logic 2021-11-26 11:45:43 +08:00
Conglei Shi
7522f28ece feat(remove unused package): remove corejs and other unused package 2021-11-26 11:45:43 +08:00
Conglei Shi
11a692940b feat(tablevis): this pr is to add a new tablevis plguin to the system 2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
5301cf8e04 build(deps-dev): update terser-webpack-plugin requirement (#170)
Updates the requirements on [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) to permit the latest version.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.3.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
c28b7bd2eb build(deps): update @vx/legend requirement from ^0.0.189 to ^0.0.190 (#173)
Updates the requirements on [@vx/legend](https://github.com/hshoff/vx) to permit the latest version.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hshoff/vx/compare/v0.0.189...v0.0.190)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
802ecee324 build(deps): update @data-ui/theme requirement from ^0.0.78 to ^0.0.80 (#149)
Updates the requirements on [@data-ui/theme](https://github.com/williaster/data-ui) to permit the latest version.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.78...v0.0.80)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
ebfb6d7f4b build(deps-dev): update husky requirement from ^2.3.0 to ^3.0.3 (#169)
Updates the requirements on [husky](https://github.com/typicode/husky) to permit the latest version.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typicode/husky/compare/v2.3.0...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
15316f56bc build(deps): update d3-scale requirement from ^2.2.2 to ^3.0.1 (#168)
Updates the requirements on [d3-scale](https://github.com/d3/d3-scale) to permit the latest version.
- [Release notes](https://github.com/d3/d3-scale/releases)
- [Commits](https://github.com/d3/d3-scale/commits/v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
516baac56e build(deps-dev): update lint-staged requirement from ^8.0.4 to ^9.2.1 (#161)
Updates the requirements on [lint-staged](https://github.com/okonet/lint-staged) to permit the latest version.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v8.0.4...v9.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
53c4265616 build(deps): update reactable-arc requirement from 0.14.42 to 0.15.0 (#95)
Updates the requirements on [reactable-arc](https://github.com/thabti/reactable) to permit the latest version.
- [Release notes](https://github.com/thabti/reactable/releases)
- [Commits](https://github.com/thabti/reactable/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
8d4ae5d0a0 build(deps): update @data-ui/event-flow requirement (#164)
Updates the requirements on [@data-ui/event-flow](https://github.com/williaster/data-ui) to permit the latest version.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.79...v0.0.80)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
dependabot-preview[bot]
f48e4a5c4f build(deps): update @data-ui/xy-chart requirement (#151)
Updates the requirements on [@data-ui/xy-chart](https://github.com/williaster/data-ui) to permit the latest version.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.78...v0.0.80)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:42 +08:00
Krist Wongsuphasawat
c5469359d8 build: speed up storybook build (#160)
* build: speedup storybook build

* build: noParse for jquery and d3

* fix: remove unused

* build: add more ignore

* fix: broken build

* fix: adjust list of modules

* fix: adjust list of modules

* fix: adjust list of modules

* fix: adjust list of modules

* fix: adjust list of modules

* fix: adjust list of modules

* build: reduce parellism

* fix: reduce parellism

* fix: reduce parellism

* fix: try

* fix: remove src import

* fix: list of lib

* fix: list of lib

* fix: keep fixing

* fix: keep fixing

* fix: disable mapbox

* fix: bug

* fix: disable another

* fix: remove unused commands

* fix: add comments
2021-11-26 11:45:41 +08:00
khtruong
8cd9e381b7 v0.10.40 2021-11-26 11:45:41 +08:00
Christopher Guan
53a9943215 feat: add basic functionality for icicle chart to display static data (#165)
* feat: add basic functionality for icicle chart to display static data

adds functionality for the icicle chart to have data passed in and display (static, no interactions
yet)

* feat: increase code coverage to pass check

* feat: clarify contentRenderer argument types
2021-11-26 11:45:41 +08:00
erik_ritter
0c9478a34c docs: update changelog 2021-11-26 11:45:41 +08:00
erik_ritter
fb85f6e65d v0.10.39 2021-11-26 11:45:41 +08:00
Erik Ritter
f4d01bd914 fix: only remove tooltips relating to a single vis (#167) 2021-11-26 11:45:41 +08:00