Commit Graph

1189 Commits

Author SHA1 Message Date
Krist Wongsuphasawat
3364f0f6da feat(plugin-chart-word-cloud): allow minimum size (#487)
* feat(plugin-chart-word-cloud): allow minimum size

* fix: type

* fix: test
2021-11-26 11:46:15 +08:00
David Aaron Suddjian
caf9a4000e fix(legacy-plugin-chart-nvd3): disable bad linting rule (#488)
* fix(legacy-plugin-chart-nvd3): disable linting rule that conflicts with having actual working code

* cleanup unnecessary eslint-disable
2021-11-26 11:46:15 +08:00
dependabot-preview[bot]
02cc68dd58 build(deps): bump @types/react from 16.9.34 to 16.9.35 (#472)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.34 to 16.9.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:15 +08:00
dependabot-preview[bot]
a0c5828571 build(deps): bump @types/react-dom from 16.9.7 to 16.9.8 (#474)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.7 to 16.9.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:15 +08:00
David Aaron Suddjian
d76cd6b46e feat(legacy-plugin-chart-chord): control panel (#481) 2021-11-26 11:46:15 +08:00
Jesse Yang
4d556621ad test: codecov ignore tsx/jsx (#482) 2021-11-26 11:46:15 +08:00
Evan Rusackas
f9104710c5 chore: publish v0.13.12 2021-11-26 11:46:15 +08:00
David Aaron Suddjian
28de28864b feat(control-utils): add shared controls + dependencies, convert to typescript (#459) 2021-11-26 11:46:15 +08:00
Phillip Kelley-Dotson
66fea8c66b feat(legacy-plugin-chart-markup): add controls to markup chart (#479)
* add controls to markup chart

* Update controlPanel.js

Co-authored-by: Phillip Kelley-Dotson <pkd@pkd.lan>
2021-11-26 11:46:15 +08:00
Evan Rusackas
75fe384b7b chore: publish v0.13.11 2021-11-26 11:46:15 +08:00
Evan Rusackas
e7ebc247e6 build: resolving lerna commitlint/scoping issue (#480)
Codecov isn't reporting back for some reason, but all the checkmarks are green on CI, so I'm hitting the button here.
2021-11-26 11:46:14 +08:00
Phillip Kelley-Dotson
8f5fb6a604 feat(legacy-plugin-chart-partition): add control panel (#470)
* PR to merge packges for controls migration

* fix: add bootstrap

* fix: change tooltip to tsx

* fix: types

* fix: tsx error

* appease linter, enhance a11y

* chore(release): publish v0.13.6

* chore(release): publish v0.13.7

* Revert "chore(release): publish v0.13.7"

This reverts commit 3c9ce9ed4c46f9a52fd78bd9b43732803e93c0ac.

* Revert "chore(release): publish v0.13.6"

This reverts commit 0e6e829beba0df62a717601b20fdd790ebf49714.

* chore(release): publish v0.13.7

* chore(release): publish v0.13.8

* Revert "chore(release): publish v0.13.8"

This reverts commit 48bf14b49a7fd7bb579b057c85b013edd278dbd8.

* chore(release): publish v0.13.8

* Revert "chore(release): publish v0.13.8"

This reverts commit a96936a350b3e10224e8858c208247118d360200.

* chore(release): publish v0.13.8

* Revert "chore(release): publish v0.13.8"

This reverts commit bfcffe01cbe21d385e79820b1440339bbefaeed3.

* chore(release): publish v0.13.8

* Revert "chore(release): publish v0.13.8"

This reverts commit 3ee33577bc3de11efefec07b05ebc052900f0266.

* chore(release): publish v0.13.8

* Revert "chore(release): publish v0.13.8"

This reverts commit aa362fd80e1b238a429e7f32e8520ede64532250.

* chore(release): publish v0.13.8

* Revert "chore(release): publish v0.13.8"

This reverts commit a1468c3e6760357f7f4573ce868342b6107a190d.

* chore(release): publish v0.13.8

* Revert "chore(release): publish v0.13.8"

This reverts commit 2af55a45b2a3fffa15aa61759f5eb510737a6dc7.

* Revert "chore(release): publish v0.13.7"

This reverts commit 20e46d49ada03ec25d9802503cbe57099d4ecf96.

* first stages change for charts

* addressing PR feedback

* tweaking bootstrap types

* fix test

* test enter key

* moar tests

* code > key

* ugh fine

* chore: more refactor

* push change yarn diffs

* Update plugins/legacy-plugin-chart-partition/src/OptionDescription.jsx

Co-authored-by: Evan Rusackas <evan@preset.io>

* Update OptionDescription.jsx

* lint 

* fix suggestions

* Delete optionDescirption.test.jsx

* fix: add controller to package

* mr fix

Co-authored-by: Phillip Kelley-Dotson <pkd@pkd.lan>
Co-authored-by: David Aaron Suddjian <aasuddjian@gmail.com>
Co-authored-by: Evan Rusackas <evan@preset.io>
2021-11-26 11:46:14 +08:00
Jesse Yang
5b2b80b23b test: be more lenient on jsx/tsx test coverage (#468) 2021-11-26 11:46:14 +08:00
David Aaron Suddjian
8281ac92fa feat(legacy-plugin-chart-nvd3): add control panels (#469) 2021-11-26 11:46:14 +08:00
Evan Rusackas
761b1d7b02 feat(style): adding typographic variables to theme (#463) 2021-11-26 11:46:14 +08:00
Jesse Yang
e487ec7274 chore: enforce commit-lint on first commit in branch (#471) 2021-11-26 11:46:14 +08:00
David Aaron Suddjian
dc3f219848 feat(plugin-chart-boxplot): add control panel (#464) 2021-11-26 11:46:14 +08:00
Evan Rusackas
354422dc0f chore(release): publish v0.13.10 2021-11-26 11:46:14 +08:00
David Aaron Suddjian
d11082f799 migrate rose chart controls (#458) 2021-11-26 11:46:14 +08:00
David Aaron Suddjian
72764bb879 add control panel to pivot table (#457) 2021-11-26 11:46:14 +08:00
David Aaron Suddjian
f077dd9bfb add control panel for the sankey chart (#460) 2021-11-26 11:46:13 +08:00
David Aaron Suddjian
07dc49366b feat(plugin-chart-treemap): add control panel (#461) 2021-11-26 11:46:13 +08:00
David Aaron Suddjian
3102d93283 feat(plugin-chart-world-map): add control panel (#462) 2021-11-26 11:46:13 +08:00
Evan Rusackas
6ece03b8f3 chore(release): publish v0.13.9 2021-11-26 11:46:13 +08:00
David Aaron Suddjian
49f4044cbe feat(plugin-chart-word-cloud): add control panel (#454)
* word cloud control panel

* oops, control panel should actually be used
2021-11-26 11:46:13 +08:00
dependabot-preview[bot]
7411a3cd1a build(deps-dev): bump yeoman-test from 2.4.1 to 2.6.0 (#451)
Bumps [yeoman-test](https://github.com/yeoman/yeoman-test) from 2.4.1 to 2.6.0.
- [Release notes](https://github.com/yeoman/yeoman-test/releases)
- [Commits](https://github.com/yeoman/yeoman-test/compare/v2.4.1...v2.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:13 +08:00
dependabot-preview[bot]
190d429e64 build(deps): bump @vx/legend from 0.0.195 to 0.0.196 (#439)
Bumps [@vx/legend](https://github.com/hshoff/vx) from 0.0.195 to 0.0.196.
- [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.195...v0.0.196)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:13 +08:00
Phillip Kelley-Dotson
307fb23bd6 feat(control-utils): add infotooltipwithtrigger (#442)
* PR to merge packges for controls migration

* fix: add bootstrap

* fix: change tooltip to tsx

* fix: types

* fix: tsx error

* appease linter, enhance a11y

* addressing PR feedback

* tweaking bootstrap types

* fix test

* test enter key

* moar tests

* code > key

* ugh fine

Co-authored-by: Phillip Kelley-Dotson <pkd@pkd.lan>
Co-authored-by: David Aaron Suddjian <aasuddjian@gmail.com>
2021-11-26 11:46:13 +08:00
Krist Wongsuphasawat
d40a7d140a docs: update changelog 2021-11-26 11:46:13 +08:00
dependabot-preview[bot]
bb985c3672 build(deps): bump dompurify from 2.0.10 to 2.0.11 (#449)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.10...2.0.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:13 +08:00
dependabot-preview[bot]
8d82317bf7 build(deps-dev): bump lint-staged from 10.2.0 to 10.2.2 (#431)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.0 to 10.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.0...v10.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:12 +08:00
dependabot-preview[bot]
c2434dcef3 build(deps): bump yeoman-generator from 4.9.0 to 4.10.0 (#438)
Bumps [yeoman-generator](https://github.com/yeoman/generator) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/yeoman/generator/releases)
- [Commits](https://github.com/yeoman/generator/compare/v4.9.0...v4.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:12 +08:00
dependabot-preview[bot]
ae13204ec9 build(deps): bump @vx/axis from 0.0.195 to 0.0.196 (#450)
Bumps [@vx/axis](https://github.com/hshoff/vx) from 0.0.195 to 0.0.196.
- [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.195...v0.0.196)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:12 +08:00
Krist Wongsuphasawat
67e15d011a fix: hundreds lint warning (#447)
* fix: lint

* fix: more lints

* fix: more lints

* fix: comment

* fix: any

* fix: ChartDataProvider test lint

* fix: lints

* fix: chartprops
2021-11-26 11:46:12 +08:00
Evan Rusackas
6d7de01abe chore(release): publish v0.13.8 2021-11-26 11:46:12 +08:00
Ville Brofeldt
5e541322fd fix: Remove .ts suffix from NVD3 imports (#453)
* fix: Remove .ts suffix from imports

* add lint disable

* yet more
2021-11-26 11:46:12 +08:00
dependabot-preview[bot]
82349fcd44 build(deps): bump moment from 2.25.0 to 2.25.3 (#441)
Bumps [moment](https://github.com/moment/moment) from 2.25.0 to 2.25.3.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:12 +08:00
dependabot-preview[bot]
4fa971b063 build(deps): bump @vx/scale from 0.0.195 to 0.0.196 (#434)
Bumps [@vx/scale](https://github.com/hshoff/vx) from 0.0.195 to 0.0.196.
- [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.195...v0.0.196)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:12 +08:00
Evan Rusackas
f75c378935 chore(release): publish v0.13.7 2021-11-26 11:46:12 +08:00
dependabot-preview[bot]
68b16a954b build(deps): bump @vx/responsive from 0.0.195 to 0.0.196 (#436)
Bumps [@vx/responsive](https://github.com/hshoff/vx) from 0.0.195 to 0.0.196.
- [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.195...v0.0.196)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:12 +08:00
Evan Rusackas
9d946f0a04 feat(plugin-chart-sunburst): migrate control panel from incubator-superset (#443)
* chore: pulling in controls from incubator-superset

* style: adding extension to make eslint happy

* un-bumping version

* style: removing .ts, ignoring lint warning
2021-11-26 11:46:11 +08:00
Krist Wongsuphasawat
e87bf3bc24 chore(release): publish v0.13.6 2021-11-26 11:46:11 +08:00
Ville Brofeldt
57ae5e482e chore(legacy-preset-chart-nvd3): move bullet chart option parsing from backend to frontend (#440)
* chore: move bullet chart option parsing from backend to frontend

* fix: lintiing

* fix: lintiing

* chore: add unit tests and license headers

* fix: unit tests

* fix: lint

* Move dependency

* convert to typescript and add unit tests for decimal cases

* fix tests

* fix import error

* change Number to number
2021-11-26 11:46:11 +08:00
Ville Brofeldt
4322d1cd39 feat(query): Add force to QueryContext (#445)
* Add force to QueryContext

* fix tests

* fix test
2021-11-26 11:46:11 +08:00
Ville Brofeldt
5ff9f2220a fix(legacy-plugin-world-map): set useLegacyApi to true by default (#444) 2021-11-26 11:46:11 +08:00
David Aaron Suddjian
561f309d09 add calendar control panel (#432) 2021-11-26 11:46:11 +08:00
dependabot-preview[bot]
25cea1d824 build(deps): bump moment from 2.24.0 to 2.25.0 (#430)
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.25.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:11 +08:00
Krist Wongsuphasawat
ec061d18fb docs: update changelog 2021-11-26 11:46:11 +08:00
Krist Wongsuphasawat
95cd9cc4d5 chore(release): publish v0.13.5 2021-11-26 11:46:11 +08:00
Krist Wongsuphasawat
62b2a50faf fix: lint errors (#420)
* fix: lint errors

* fix: lint

* fix: more lints

* fix: broken test

* fix: singleton type
2021-11-26 11:46:11 +08:00
Krist Wongsuphasawat
619045048f fix(plugin-chart-word-cloud): make wordcloud take current formdata (#428)
* fix: make wordcloud take current formdata

* docs: fix storybook
2021-11-26 11:46:10 +08:00
Krist Wongsuphasawat
445a44642c chore(legacy-preset-chart-big-number): rename directory (#427)
* chore: rename directory

* chore: correct naming
2021-11-26 11:46:10 +08:00
Krist Wongsuphasawat
7cce8f0081 feat(superset-ui): include control utils in the umbrella package (#421) 2021-11-26 11:46:10 +08:00
dependabot-preview[bot]
a8d6b83698 build(deps): bump @babel/runtime from 7.9.2 to 7.9.6 (#423)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.9.2 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.9.6/packages/babel-runtime)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:10 +08:00
dependabot-preview[bot]
9d732d47c4 build(deps-dev): bump @babel/core from 7.9.0 to 7.9.6 (#426)
Bumps [@babel/core](https://github.com/babel/babel) from 7.9.0 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:10 +08:00
dependabot-preview[bot]
1221302995 build(deps): bump encodable from 0.3.4 to 0.3.5 (#425)
Bumps [encodable](https://github.com/apache-superset/encodable) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/apache-superset/encodable/releases)
- [Changelog](https://github.com/apache-superset/encodable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apache-superset/encodable/compare/v0.3.4...v0.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:10 +08:00
Krist Wongsuphasawat
be6789f9aa chore(legacy-plugin-chart-table): rename directory (#422) 2021-11-26 11:46:10 +08:00
Krist Wongsuphasawat
c45a534e2f chore(release): publish v0.13.4 2021-11-26 11:46:10 +08:00
David Aaron Suddjian
9c2495c03c feat(legacy-plugin-chart-big-number): add control panel config for the BigNumber charts (#419)
* move nvd3 controls file to the correct directory

* feat: BigNumber registers its own controls

* fix: nvd3 controls imports

* fix: disable rules for some lines

* controls -> controlPanel

* control utils got moved

* fix: control utils required from nvd3

* fix: version

Co-authored-by: Krist Wongsuphasawat <krist.wongz@gmail.com>
2021-11-26 11:46:10 +08:00
Krist Wongsuphasawat
ead6efe5ad chore(release): publish v0.13.3 2021-11-26 11:46:10 +08:00
Krist Wongsuphasawat
79ffc1bb59 build: change config 2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
279f5d372d chore(release): publish v0.13.2 2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
5152708e83 fix: peer dependencies 2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
8e2732d282 chore(release): publish v0.13.1 2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
82503cedf3 fix: bump peer dependencies 2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
f226e14869 build: remove list changes which stop auto-publishing 2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
01701b6acd docs: update changelog 2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
7d746a482c chore(release): publish v0.13.0 2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
91d00ac8b1 feat(plugin-word-cloud): change how wordcloud is exported (#418)
* feat(plugin-word-cloud): change how wordcloud is exported

* docs: fix storybook
2021-11-26 11:46:09 +08:00
Krist Wongsuphasawat
2be7b4ba0a feat(control-utils): add packages control-utils (#417)
* feat(control-utils): add package

* fix: remove export

* fix: export

* fix: dep version
2021-11-26 11:46:09 +08:00
dependabot-preview[bot]
4baff0f9e1 build(deps-dev): bump lint-staged from 10.1.3 to 10.2.0 (#415)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.3 to 10.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.3...v10.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:08 +08:00
Krist Wongsuphasawat
ea27fbb246 chore: delete unused files (#412)
* chore: delete unused files

* chore: delete files

* chore: move files back
2021-11-26 11:46:08 +08:00
ʈᵃᵢ
c21ad5cee4 fix: export superset theme props (#391)
* fix: export superset theme props

* add spec
2021-11-26 11:46:08 +08:00
dependabot-preview[bot]
7ce8637c09 build(deps): bump @types/react-dom from 16.9.6 to 16.9.7 (#394)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.6 to 16.9.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:08 +08:00
dependabot-preview[bot]
145f7e4c62 build(deps): bump d3-color from 1.4.0 to 1.4.1 (#392)
Bumps [d3-color](https://github.com/d3/d3-color) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](https://github.com/d3/d3-color/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:08 +08:00
dependabot-preview[bot]
0d2276dd1f build(deps): bump yeoman-generator from 4.8.2 to 4.9.0 (#395)
Bumps [yeoman-generator](https://github.com/yeoman/generator) from 4.8.2 to 4.9.0.
- [Release notes](https://github.com/yeoman/generator/releases)
- [Commits](https://github.com/yeoman/generator/compare/v4.8.2...v4.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:08 +08:00
dependabot-preview[bot]
473900594a build(deps): bump @vx/legend from 0.0.194 to 0.0.195 (#396)
Bumps [@vx/legend](https://github.com/hshoff/vx) from 0.0.194 to 0.0.195.
- [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.194...v0.0.195)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:08 +08:00
Krist Wongsuphasawat
587e6e1a77 feat(preset-chart-nvd3): migration from plugins repo (#399) 2021-11-26 11:46:08 +08:00
dependabot-preview[bot]
6f2005d1f3 build(deps): bump @types/lodash from 4.14.149 to 4.14.150 (#397)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.149 to 4.14.150.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:08 +08:00
Ville Brofeldt
9aa7b6f5ee chore: bump pretty-ms (#398)
* chore: bump pretty-ms

* fix: unit test

* fix: Add unit test for colonNotation
2021-11-26 11:46:07 +08:00
David Aaron Suddjian
fb4664235b feat(chart): add shared plugin controls utilities (#389)
* add shared controls utilities

* accidentally yarn lock

* bring in date formatting fix

* turn off no-plusplus rule

* address PR feedback, reorganize modules a bit

* turn off no-plusplus

* bring in new external changes

* superset-ui packages should be peer dependencies

* add tests for ported in code
2021-11-26 11:46:07 +08:00
Krist Wongsuphasawat
afed1a0818 feat(preset-chart-xy): migrate from plugins repo (#377)
* chore: move chart-xy and word-cloud

* fix: babel settings

* fix: remove file

* docs: update storybook code

* docs: word cloud storybook working

* chore: move files back

* fix: ts issues

* fix: import path

* fix: all storybook thingy

* fix: add query storybook back

* fix: address comments

* fix: sorting
2021-11-26 11:46:07 +08:00
Jesse Yang
8ab578e121 fix(superset-ui-query): add unit tests for #387 (#390) 2021-11-26 11:46:07 +08:00
Ville Brofeldt
1917d84c7a fix: make all filter operators uppercase (#378)
* fix: make all filter operators uppercase

* fix: test case

* fix: convertFilter test case
2021-11-26 11:46:07 +08:00
Jesse Yang
10e9db8226 chore(legacy-table): move @types/datatables.net to dependencies
So to `npm link` in `incubator-superset` can work.
2021-11-26 11:46:07 +08:00
Jesse Yang
e20e086a80 chore: ignore yarn.lock in child packages 2021-11-26 11:46:07 +08:00
erik_ritter
aa4a8cf6c4 chore(release): publish v0.12.23 2021-11-26 11:46:07 +08:00
Erik Ritter
0cb4e4f9ff fix: unset row_limit when it's not a number (#387)
* fix: unset row_limit when it's not a number

* fix: address comments
2021-11-26 11:46:07 +08:00
erik_ritter
0293228f44 chore(release): publish v0.12.22 2021-11-26 11:46:06 +08:00
Erik Ritter
b711d3eba7 feat: add retry to callApi (#384) 2021-11-26 11:46:06 +08:00
Jesse Yang
9b009e7198 feat(table): enable table filter and better typing (#344) 2021-11-26 11:46:06 +08:00
Krist Wongsuphasawat
aa2cdcaad5 chore(release): publish v0.12.21 2021-11-26 11:46:06 +08:00
Krist Wongsuphasawat
8dd02b3633 feat(legacy-plugin-chart-country-map): migrate and replace india map (#376)
* feat(legacy-plugin-chart-country-map): migrate and replace india map with smaller file

* fix: lint

* chore: move files

* docs: update storybook

* docs: wire storybook

* fix: lint
2021-11-26 11:46:06 +08:00
Krist Wongsuphasawat
084a1b3600 build: remove demo page build 2021-11-26 11:46:06 +08:00
Krist Wongsuphasawat
81ca3b9801 feat: migrate chart plugins (#375)
* feat(legacy-plugin-chart-rose): migrate package and lint

* feat(legacy-plugin-chart-sankey): migrate

* feat(legacy-plugin-chart-sankey-loop): migrate

* feat(legacy-plugin-chart-sunburst): migrate and lint

* feat(legacy-plugin-chart-treemap): migrate

* feat(legacy-plugin-chart-world-map): migrate

* docs: update storybooks

* feat(legacy-plugin-chart-force-directed): migrate and lint

* feat(legacy-plugin-chart-map-box): migrate and lint

* feat(legacy-plugin-chart-histogram): migrate and lint

* docs: update storybooks
2021-11-26 11:46:06 +08:00
Krist Wongsuphasawat
2bd63d92c4 build: disable version bumping 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
1e2039388f chore(release): publish v0.12.20 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
f230f3b89f build: configure publish workflow 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
a45efd7cb8 build: update workflow 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
07091811f0 build: fix ci 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
5aa5854d3f build: fix workflow 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
830e305d1e build: update workflow 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
3f24fb447a build: update workflow 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
53f9f84570 build: update workflow 2021-11-26 11:46:05 +08:00
Krist Wongsuphasawat
7b641b9278 build: update workflow 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
51e27a6555 build: update workflow 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
f28aa7d72b build: update workflow 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
ff51929ada build: add more scripts and pilot workflow 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
ca3897c638 chore: move files 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
41d62ba640 docs: update readme 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
b562418eb6 docs: update url in package.json and readme 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
f00c2ffdae docs: update readme 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
8d688d5c10 chore: remove already migrated packages 2021-11-26 11:46:04 +08:00
Krist Wongsuphasawat
dfb0451022 chore: move unmigrated files 2021-11-26 11:46:03 +08:00
Krist Wongsuphasawat
493df5c808 feat: migrate xy-chart to use encodable (#438)
* feat: migrate xy-chart to use encodable (#420)

* feat: use encodable in BoxPlot

* feat: migrate legend

* docs: update storybook

* fix: label overlap

* fix: lint

* fix: remove comments

* fix: path

* feat: migrate scatterplot to use encodable (#421)

* feat: migrate scatter plot

(cherry picked from commit 0d607a60cdab8037ece7f29a74bef1c0a5432c5d)

* fix: legend

* feat: migrate line chart to use encodable (#427)

* feat: migrate line to use encodable

* fix: storybook ts

* fix: remove comment

* refactor: delete deprecated files (#430)

* refactor: delete outdated files

* feat: update index exports and add test

* refactor: delete more files

* fix: import order

* fix: update dependency

* fix: update dependency

* build: fix babel

* fix: remvoe comments

* fix: babel

* refactor: move files (#432)

* refactor: move files

* refactor: move files

* fix: small issues with charts post-migration (#433)

* fix: scatterplot issue

* fix: bump encodable and fix time scale nicing

* fix: issue with label rotation

* refactor: remove deep import

* fix: demo import

* feat: bump and remove unnecessary dependencies (#436)

* feat: bump dependencies

* feat: remove unnecessary dependencies
2021-11-26 11:46:02 +08:00
wyg
2aae804ae5 fix: compatible with window (#426) 2021-11-26 11:46:02 +08:00
Jianchao Yang
7497a61be6 chore: cleanup big number and table chart (#422)
They are moved to superset-ui by apache-superset/superset-ui#333
2021-11-26 11:46:02 +08:00
Krist Wongsuphasawat
0176d1dd04 v0.11.21 2021-11-26 11:46:02 +08:00
Jianchao Yang
80b6e066eb feat(big-number): allow fallback to last available value and fix time range for trend lines (#403)
* feat(big-number): add option to align time range

In Superset, when a timeseries query has no data at the beginning period
or end period of the filtered time range, there will not no data records
at those periods, hence the trendline in Big Number chart would not
render those periods. This often causes confusion and misinterpretaiton
in dashboards, especially for those with multiple trendline charts
aligned with each other. They could all be a very smooth line, but
actually showing very different time ranges.

This PR adds an option "alignTimeRange" to apply the filtered time
range on the xAxis. Date periods for empty data will be rendered, but
there will be no connected lines, dots, or tooltips for them.

It's possible to still show tooltips for those periods, but I decided
not to do that as: 1) it makes things much more complicated; 2) I don't
want to confuse zero or nulls with empty data.

* fix(big-number): disable alignRange by default

* refactor(big-number): migrate to Typescript

* fix(big-number): typescript build

* fix(big-number): change tooltip trigger; fix storybook

* fix(big-number): move @types to dependencies

* fix(big-number): move all files to ts

* build(big-number): add @types/d3-color as dependency

* refactor(big-number): remove renderTooltip as prop

* feat(big-number): add timeRangeUseFallback options and some refactor

* fix(big-number): update formatting functions

* fix(big-number): update copy for no data

* fix(big-number): address PR feedbacks

* feat(big-number): replace timeRangeUseFallback with bigNumberFallback

* fix: upgrade @types/react-bootstrap

* build(big-number): move react-bootstrap to dependencies

* refactor(big-number): more coherent types

* feat(big-number): use alert box for fallback values

* build(big-number): remove react-bootstrap

* build: upgrade nimbus and fix versions

Keep running into building errors locally, so upgrade nimbus and
fix all related packages to the working latest version.

* feat(big-number): adjust fallback warning alignment

* build: use a non-fixed version for @types/shortid

* build: revert package versions in main
2021-11-26 11:46:02 +08:00
Jianchao Yang
cb3206b583 feat(big-number): format datetime according to granularity (#402)
This adds support for "Time Grain" in Superset for Big Number with Trendline chart.
2021-11-26 11:46:02 +08:00
Krist Wongsuphasawat
5532c5ee1d v0.11.20 2021-11-26 11:46:02 +08:00
Jianchao Yang
f45ab69462 fix(legacy-table): adjust sort icon position (#399) 2021-11-26 11:46:02 +08:00
Krist Wongsuphasawat
c41297827b v0.11.19 2021-11-26 11:46:01 +08:00
Jianchao Yang
182d112d86 fix(legacy-table): container height on tall headers (#398)
* fix(legacy-table): container height on tall headers

* fix(legacy-table): possible undefined lint error
2021-11-26 11:46:01 +08:00
Krist Wongsuphasawat
2571d516eb v0.11.18 2021-11-26 11:46:01 +08:00
Jianchao Yang
b51674e172 fix(legacy-table-chart): when data is empty (#397) 2021-11-26 11:46:01 +08:00
Krist Wongsuphasawat
d831f3fcd1 v0.11.17 2021-11-26 11:46:01 +08:00
dependabot-preview[bot]
093df00361 build(deps): bump @vx/scale from 0.0.194 to 0.0.195 (#394)
Bumps [@vx/scale](https://github.com/hshoff/vx) from 0.0.194 to 0.0.195.
- [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.194...v0.0.195)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:01 +08:00
Jianchao Yang
51f7667e83 fix(legacy-table): avoid React DOM (#392)
* fix(legacy-table): avoid React DOM

`jquery.datatables` will manipulate DOMs, sometimes remove them. In case
of component being reloaded with updated props, React will not be able
to find those removed nodes, causing a `cannot removeChild` error.

Because of the the way to assign row keys, if table shape changes (add
or remove columns), React may also have difficulty match the cached
nodes via keys.

In general it's a bad idea to directly manipulate React rendered DOM
nodes, so we better just let `jquery.datatables` handle everything.

In the future, once we removed `jquery.datatables`, a pure React
component will not have such issues.

* fix(legacy-table): handle the case when percentMetrics is null

* fix(legacy-table): linting errors

* refactor: use nimbus build

* test(legacy-table): add React component tests

* test(legacy-table): more sophisticated cases

* fix: address PR #392 comments

* chore(legacy-table): clean up tests case setups

Not seeing the console.warn errors anymore. So cleaning it up.

Previously it was from `<SuperChart />` component, but since we have
updated the test case to not use <SuperChart>, we are good now.

* fix(legacy-table): misleading comment
2021-11-26 11:46:01 +08:00
dependabot-preview[bot]
1fb0e40c5d build(deps): bump @vx/responsive from 0.0.194 to 0.0.195 (#386)
Bumps [@vx/responsive](https://github.com/hshoff/vx) from 0.0.194 to 0.0.195.
- [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.194...v0.0.195)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:01 +08:00
Krist Wongsuphasawat
a8b5ffc1cc v0.11.16 2021-11-26 11:46:01 +08:00
Krist Wongsuphasawat
43494f2f41 build: update yarn.lock 2021-11-26 11:46:01 +08:00
Krist Wongsuphasawat
2973c10197 perf: faster legacy table chart (#385)
* feat: faster legacy table chart

This commit tries to optimize the performance of the legacy data table.

1. Converting everything to Typescript.
2. Create a native React component instead of `reactify` (although all
   DOM operaions still happen in the jQuery.DataTables plugin.
3. Remove dependency on d3, optimize how bars are rendered.

Plus some minor changes to fix linting and building.

Also added a script to build only specific plugin for faster
development.

* feat(legacy-table-chart): use React to render DOM

Unfortunately jquery.datatables uses innerHTML to create cell content,
and all rows are created even with pagination.

83657a29e3/media/js/jquery.dataTables.js (L3113-L3117)

This is slow and insecure. We are reverting to DOM data source as in
previous implementation, but instead of using D3 to create the table rows,
we use React. This also renders `dompurify.sanitize` unnecessary since
React will take care of it.

* feat(legacy-table-chart): support html in data cells

Also

1. improve height adjustment
2. add page size control to storybook
3. hide rows from later pages at initial rendering

* fix(legacy-data-table): minor formatting fixes

* chore(legacy-table): add xss dependency

Plus minor variable name and comment update

* fix(legacy-table): linting errors

* refactor(legacy-table): more predictable metric labels

* feat(legacy-table): also display title for percent metric

* fix(legacy-table): typos, var names, etc

* docs: update notes for metric.label

* refactor(legacy-table): upgrade number-format

* fix(legacy-table): upgrade dependency for storybook and yarn
2021-11-26 11:46:00 +08:00
dependabot-preview[bot]
6ae268add2 build(deps): bump csstype from 2.6.8 to 2.6.9 (#374)
Bumps [csstype](https://github.com/frenic/csstype) from 2.6.8 to 2.6.9.
- [Release notes](https://github.com/frenic/csstype/releases)
- [Commits](https://github.com/frenic/csstype/compare/v2.6.8...v2.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:46:00 +08:00
dependabot-preview[bot]
fb5cc38243 build(deps-dev): bump lint-staged from 10.0.7 to 10.0.8 (#377)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.7 to 10.0.8.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.0.7...v10.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:46:00 +08:00
dependabot-preview[bot]
ac313a8c2e build(deps): bump @vx/axis from 0.0.194 to 0.0.195 (#380)
Bumps [@vx/axis](https://github.com/hshoff/vx) from 0.0.194 to 0.0.195.
- [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.194...v0.0.195)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:46:00 +08:00
Krist Wongsuphasawat
3297bdce53 v0.11.15 2021-11-26 11:46:00 +08:00
dependabot-preview[bot]
bb671af906 build(deps): bump dompurify from 2.0.7 to 2.0.8 (#382)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.7...2.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:46:00 +08:00
Krist Wongsuphasawat
751a2c2358 v0.11.14 2021-11-26 11:46:00 +08:00
Krist Wongsuphasawat
00ce00abe2 build: update yarn.lock 2021-11-26 11:46:00 +08:00
Grace Guo
2277583557 fix: add container css for interval type annotation (#372)
* fix: add container css for interval type annotation

* fix undefined case

* make down arrow smaller
2021-11-26 11:46:00 +08:00
dependabot-preview[bot]
4f41e3dfad build(deps-dev): bump fast-glob from 3.1.1 to 3.2.2 (#371)
Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.1.1 to 3.2.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](https://github.com/mrmlnc/fast-glob/compare/3.1.1...3.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
bca21dd58e build(deps-dev): bump @airbnb/config-eslint from 2.5.1 to 2.5.2 (#365)
Bumps [@airbnb/config-eslint](https://github.com/airbnb/nimbus) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/airbnb/nimbus/releases)
- [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/config-eslint@2.5.1...@airbnb/config-eslint@2.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
f8263c4c1d build(deps): bump @airbnb/lunar from 2.63.1 to 2.64.0 (#367)
Bumps [@airbnb/lunar](https://github.com/airbnb/lunar) from 2.63.1 to 2.64.0.
- [Release notes](https://github.com/airbnb/lunar/releases)
- [Commits](https://github.com/airbnb/lunar/compare/@airbnb/lunar@2.63.1...@airbnb/lunar@2.64.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
86084df4a5 build(deps): bump encodable from 0.2.0 to 0.2.6 (#370)
Bumps [encodable](https://github.com/apache-superset/encodable) from 0.2.0 to 0.2.6.
- [Release notes](https://github.com/apache-superset/encodable/releases)
- [Changelog](https://github.com/apache-superset/encodable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apache-superset/encodable/compare/v0.2.0...v0.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
6630d26d18 build(deps-dev): bump terser-webpack-plugin from 2.3.4 to 2.3.5 (#364)
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.3.4 to 2.3.5.
- [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/v2.3.4...v2.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
d5059568d2 build(deps): bump @vx/axis from 0.0.193 to 0.0.194 (#363)
Bumps [@vx/axis](https://github.com/hshoff/vx) from 0.0.193 to 0.0.194.
- [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.193...v0.0.194)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
cf6fc18735 build(deps): bump @vx/legend from 0.0.193 to 0.0.194 (#357)
Bumps [@vx/legend](https://github.com/hshoff/vx) from 0.0.193 to 0.0.194.
- [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.193...v0.0.194)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
37e70f7abe build(deps-dev): bump husky from 4.2.1 to 4.2.3 (#369)
Bumps [husky](https://github.com/typicode/husky) from 4.2.1 to 4.2.3.
- [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/v4.2.1...v4.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
ad64d0fb1c build(deps): bump @vx/scale from 0.0.192 to 0.0.194 (#358)
Bumps [@vx/scale](https://github.com/hshoff/vx) from 0.0.192 to 0.0.194.
- [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.192...v0.0.194)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
543647a9c1 build(deps-dev): bump @types/jest from 24.9.1 to 25.1.3 (#362)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 25.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:59 +08:00
dependabot-preview[bot]
05316a1390 build(deps): bump storybook-addon-jsx from 7.1.2 to 7.1.14 (#352)
Bumps [storybook-addon-jsx](https://github.com/storybookjs/addon-jsx) from 7.1.2 to 7.1.14.
- [Release notes](https://github.com/storybookjs/addon-jsx/releases)
- [Changelog](https://github.com/storybookjs/addon-jsx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/addon-jsx/compare/v7.1.2...v7.1.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
a759e1d391 build(deps): [security] bump serialize-javascript from 1.7.0 to 2.1.2 (#347)
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 1.7.0 to 2.1.2. **This update includes a security fix.**
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v1.7.0...v2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
b2986c0be5 build(deps): bump @data-ui/theme from 0.0.82 to 0.0.84 (#361)
Bumps [@data-ui/theme](https://github.com/williaster/data-ui) from 0.0.82 to 0.0.84.
- [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.82...v0.0.84)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
06067e2cc0 build(deps): bump @vx/group from 0.0.193 to 0.0.194 (#350)
Bumps [@vx/group](https://github.com/hshoff/vx) from 0.0.193 to 0.0.194.
- [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.193...v0.0.194)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
30d6a047e3 build(deps): bump @vx/responsive from 0.0.193 to 0.0.194 (#360)
Bumps [@vx/responsive](https://github.com/hshoff/vx) from 0.0.193 to 0.0.194.
- [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.193...v0.0.194)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
fe8578c015 build(deps-dev): bump enzyme-to-json from 3.4.3 to 3.4.4 (#348)
Bumps [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/adriantoine/enzyme-to-json/releases)
- [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md)
- [Commits](https://github.com/adriantoine/enzyme-to-json/compare/v3.4.3...v3.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
c00a8524e7 build(deps): bump @airbnb/lunar from 2.60.1 to 2.63.1 (#356)
Bumps [@airbnb/lunar](https://github.com/airbnb/lunar) from 2.60.1 to 2.63.1.
- [Release notes](https://github.com/airbnb/lunar/releases)
- [Commits](https://github.com/airbnb/lunar/compare/@airbnb/lunar@2.60.1...@airbnb/lunar@2.63.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
9298f9dc21 build(deps-dev): bump @airbnb/config-jest from 2.2.2 to 2.2.3 (#355)
Bumps [@airbnb/config-jest](https://github.com/airbnb/nimbus) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/airbnb/nimbus/releases)
- [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/config-jest@2.2.2...@airbnb/config-jest@2.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
2d509e50b8 build(deps-dev): bump @airbnb/config-prettier from 2.1.1 to 2.1.2 (#354)
Bumps [@airbnb/config-prettier](https://github.com/airbnb/nimbus) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/airbnb/nimbus/releases)
- [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/config-prettier@2.1.1...@airbnb/config-prettier@2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
dependabot-preview[bot]
55d5fb2e85 build(deps): bump @vx/shape from 0.0.193 to 0.0.194 (#353)
Bumps [@vx/shape](https://github.com/hshoff/vx) from 0.0.193 to 0.0.194.
- [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.193...v0.0.194)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:58 +08:00
Krist Wongsuphasawat
d3f7ef513a v0.11.13 2021-11-26 11:45:57 +08:00
Krist Wongsuphasawat
aae6e1b643 build: update yarn.lock 2021-11-26 11:45:57 +08:00
Krist Wongsuphasawat
35935d0832 build: fix target browser (#346) 2021-11-26 11:45:57 +08:00
Evan Rusackas
bce43cb1f9 fix: Replace unsafe lifecycle methods (#285)
* fix: rename unsafe lifecycle methods

* fix: use componentDidMount instead of componentWillMount

* fix: refactor multi line chart to use safe lifecycle methods

* style: proper camel case

* style: nixing random commented line
2021-11-26 11:45:57 +08:00
dependabot-preview[bot]
f8cec4dacb build(deps-dev): bump @airbnb/nimbus from 2.2.3 to 2.2.4 (#345)
Bumps [@airbnb/nimbus](https://github.com/airbnb/nimbus) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/airbnb/nimbus/releases)
- [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/nimbus@2.2.3...@airbnb/nimbus@2.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:57 +08:00
dependabot-preview[bot]
2f665b9bc8 build(deps): bump @storybook/addon-links from 5.0.11 to 5.3.13 (#340)
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 5.0.11 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/addons/links)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:57 +08:00
dependabot-preview[bot]
91602a2d1b build(deps): [security] bump set-value from 0.4.3 to 2.0.1 (#337)
Bumps [set-value](https://github.com/jonschlinkert/set-value) from 0.4.3 to 2.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/set-value/releases)
- [Commits](https://github.com/jonschlinkert/set-value/compare/0.4.3...2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:57 +08:00
dependabot-preview[bot]
84088cef6b build(deps-dev): bump @types/enzyme from 3.10.4 to 3.10.5 (#338)
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.4 to 3.10.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:57 +08:00
dependabot-preview[bot]
ab25b3e4ce build(deps): bump @airbnb/lunar-icons from 2.7.1 to 2.8.1 (#339)
Bumps [@airbnb/lunar-icons](https://github.com/airbnb/lunar) from 2.7.1 to 2.8.1.
- [Release notes](https://github.com/airbnb/lunar/releases)
- [Commits](https://github.com/airbnb/lunar/compare/@airbnb/lunar-icons@2.7.1...@airbnb/lunar-icons@2.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:57 +08:00
dependabot-preview[bot]
81638693ba build(deps-dev): bump @babel/core from 7.4.5 to 7.8.4 (#341)
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.5 to 7.8.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.5...v7.8.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:57 +08:00
dependabot-preview[bot]
dba9c11639 build(deps): bump @storybook/react from 5.0.11 to 5.3.13 (#343)
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 5.0.11 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/app/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:56 +08:00
dependabot-preview[bot]
0bf82e38a1 build(deps-dev): bump @airbnb/config-typescript from 2.2.2 to 2.2.3 (#344)
Bumps [@airbnb/config-typescript](https://github.com/airbnb/nimbus) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/airbnb/nimbus/releases)
- [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/config-typescript@2.2.2...@airbnb/config-typescript@2.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:56 +08:00
dependabot-preview[bot]
43f80c63de build(deps): bump @vx/axis from 0.0.192 to 0.0.193 (#334)
Bumps [@vx/axis](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193.
- [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.192...v0.0.193)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:56 +08:00
dependabot-preview[bot]
01d8e531f1 build(deps): [security] bump set-value from 0.4.3 to 2.0.1 (#336)
Bumps [set-value](https://github.com/jonschlinkert/set-value) from 0.4.3 to 2.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/set-value/releases)
- [Commits](https://github.com/jonschlinkert/set-value/compare/0.4.3...2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:56 +08:00
Erik Ritter
d350dd2f0a feat: customize no data message in nvd3 charts (#330)
* feat: customize no data message in nvd3 charts

* Update NVD3Vis.js
2021-11-26 11:45:56 +08:00
dependabot-preview[bot]
195ed3f17b build(deps): bump @vx/group from 0.0.192 to 0.0.193 (#333)
Bumps [@vx/group](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193.
- [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.192...v0.0.193)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:56 +08:00
dependabot-preview[bot]
77c8cd1cab build(deps): bump @vx/responsive from 0.0.192 to 0.0.193 (#332)
Bumps [@vx/responsive](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193.
- [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.192...v0.0.193)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:56 +08:00
dependabot-preview[bot]
1059a4ee0f build(deps): [security] bump mixin-deep from 1.3.1 to 1.3.2 (#335)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:56 +08:00
dependabot-preview[bot]
cc167c02b5 build(deps): bump encodable from 0.1.0 to 0.2.0 (#329)
Bumps [encodable](https://github.com/apache-superset/encodable) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/apache-superset/encodable/releases)
- [Changelog](https://github.com/apache-superset/encodable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apache-superset/encodable/compare/v0.1.0...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:56 +08:00
Krist Wongsuphasawat
29b2071404 build: fix yarn.lock 2021-11-26 11:45:56 +08:00
Krist Wongsuphasawat
19ce4adb5c build: check in yarn.lock 2021-11-26 11:45:55 +08:00
Evan Rusackas
7a9d72f3fe fix: nvd3 tooltip bolding/non-linebreak on ONLY header row (#291)
* fix: adds class to header row, now used in css

* fix: legend-header is now tooltip-header

* style: prettier
2021-11-26 11:45:55 +08:00
Krist Wongsuphasawat
6e731beb58 docs: update readme 2021-11-26 11:45:55 +08:00
dependabot-preview[bot]
0d0a2f6263 build(deps-dev): bump lint-staged from 9.5.0 to 10.0.7 (#328)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.5.0 to 10.0.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.5.0...v10.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:55 +08:00
Erik Ritter
4613183946 feat: support no data within BigNumber viz (#327) 2021-11-26 11:45:55 +08:00
Krist Wongsuphasawat
e60bf415c7 v0.11.12 2021-11-26 11:45:55 +08:00
dependabot-preview[bot]
3519c33e18 build(deps): bump @vx/legend from 0.0.192 to 0.0.193 (#325)
Bumps [@vx/legend](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193.
- [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.192...v0.0.193)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:55 +08:00
dependabot-preview[bot]
b50dca14cf build(deps): bump @vx/shape from 0.0.192 to 0.0.193 (#324)
Bumps [@vx/shape](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193.
- [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.192...v0.0.193)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:55 +08:00
dependabot-preview[bot]
8309a2a73b build(deps): bump mustache from 3.2.1 to 4.0.0 (#314)
Bumps [mustache](https://github.com/janl/mustache.js) from 3.2.1 to 4.0.0.
- [Release notes](https://github.com/janl/mustache.js/releases)
- [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/janl/mustache.js/compare/v3.2.1...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:55 +08:00
dependabot-preview[bot]
0fbbdb0fc6 build(deps): bump @types/memoize-one from 4.1.1 to 5.1.2 (#243)
Bumps [@types/memoize-one](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/memoize-one) from 4.1.1 to 5.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/memoize-one)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:55 +08:00
Krist Wongsuphasawat
8f2937ab16 build: update script in package.json 2021-11-26 11:45:54 +08:00
dependabot-preview[bot]
1862a24bbb build(deps-dev): bump terser-webpack-plugin from 2.2.1 to 2.3.4 (#323)
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.2.1 to 2.3.4.
- [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/v2.2.1...v2.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:54 +08:00
dependabot-preview[bot]
4ffcb6095f build(deps-dev): bump husky from 3.1.0 to 4.2.1 (#316)
Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 4.2.1.
- [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/v3.1.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:54 +08:00
Krist Wongsuphasawat
f4b86e8439 build: add storybook script 2021-11-26 11:45:54 +08:00
Ali Bahjati
b0a620eee8 feat: Add Iran to countries (#306)
* feat: Add Iran to countries

* feat: Add Iran to countries
2021-11-26 11:45:54 +08:00
Evan Rusackas
97735be32a fix: Sunburst chart respects and prefers Metric's D3 Format (#282)
* fix: now respects/prefers metric's D3 Format

* fix: node-modules reinstalled, re-prettifying accordingly

* fix: making eslint happier

* style: shorter/DRYer is better

* style: using Array.prototype.find instead of Array.prototype.forEach
2021-11-26 11:45:54 +08:00
Krist Wongsuphasawat
b46dad3ac7 build: migrate to nimbus and fix build (#319)
* build: change gitignore and update package.json

* fix: importing issues

* fix: missing reference

* build: move buildAssets script

* fix: prettier

* fix: lints jsx-sort-default-props, sort-prop-types

* fix: more lints jsx-sort-default-props, sort-prop-types

* fix: remove all unnecessary eslint-disable

* fix: export default type

* fix: use .forEach instead of for...of

* fix: package.json

* fix: ts issue

* fix: webpack config

* fix: issue with for loop

* fix: parallel coordinates

* fix: parallel coordinates

* fix: add prettier check

Co-Authored-By: Evan Rusackas <evan@preset.io>

* build: change type:dts to type

* fix: bring back Math.pow

* fix: use optional

* fix: bring back .0

* fix: declare word in the loop

* fix: for loop in sunburst

Co-authored-by: Evan Rusackas <evan@preset.io>
2021-11-26 11:45:54 +08:00
Evan Rusackas
652e43021f fix: Making viz components respect D3 Format from metric (#280)
* fix: BigNumber uses metric's d3format value now, when populated.

* fix: respecting D3 Format column for a handful of NVD3 charts

* fix: treemap respects metric's D3 Format setting

* style: Simpler loop syntax using forEach, Prettier cleanup.

* style: prettier

* style: re-installed modules, re-ran prettier

* fix: eslint nits

* style: moving grabD3Format outside the transformProps block

* fix: allow formData to override metric's D3 Format

* style: overwriting yAxisFormat rather than declaring a new var
2021-11-26 11:45:54 +08:00
dependabot-preview[bot]
9f54c062a8 build(deps): bump @data-ui/histogram from 0.0.82 to 0.0.84 (#289)
Bumps [@data-ui/histogram](https://github.com/williaster/data-ui) from 0.0.82 to 0.0.84.
- [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.82...v0.0.84)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:54 +08:00