Commit Graph

10846 Commits

Author SHA1 Message Date
Ville Brofeldt c3ab372a52 v0.4.13 2021-11-30 11:14:39 +08:00
Yongjie Zhao 5baffa8375 chore: import esmodule from chart-controls (#47) 2021-11-30 11:14:39 +08:00
David Aaron Suddjian ec44a2ebee v0.4.12 2021-11-30 11:14:38 +08:00
David Aaron Suddjian 23261bae3a chore: bump superset-ui peer dependencies (#46) 2021-11-30 11:14:38 +08:00
David Aaron Suddjian 50a712cb96 chore: version bump (#45)
* chore: version bump

* chore: use 0.x.x to avoid future issues
2021-11-30 11:14:38 +08:00
Ville Brofeldt c99e520c50 v0.4.11 2021-11-30 11:14:38 +08:00
Ville Brofeldt c3e5edf7cf fix(scatter): fix legend and labels (#43) 2021-11-30 11:14:38 +08:00
Ville Brofeldt 55b3c7933d fix(hex): restore control panel to functioning state (#42) 2021-11-30 11:14:37 +08:00
Ville Brofeldt d96f84bb0a v0.4.10 2021-11-30 11:14:37 +08:00
Ville Brofeldt 1ce0d8395d chore(deps): bump libs 2021-11-30 11:14:37 +08:00
Ville Brofeldt aba0d0e2d2 chore: bump deckgl and mapbox libs (#41) 2021-11-30 11:14:37 +08:00
Kamil Gabryjelski 6ed2651a0b v0.4.9 2021-11-30 11:14:37 +08:00
Kamil Gabryjelski bf39b282e3 chore: readme lint fix 2021-11-30 11:14:36 +08:00
Kamil Gabryjelski 7242c405bb chore: fill descriptions and rearrange tags (#40) 2021-11-30 11:14:36 +08:00
Ville Brofeldt 044789f4b9 docs: add instructions for npm release (#39) 2021-11-30 11:14:36 +08:00
Ville Brofeldt 89e214c73b v0.4.8 2021-11-30 11:14:36 +08:00
Ville Brofeldt 3d54d19723 chore: fix lint 2021-11-30 11:14:36 +08:00
sowo f0369fda6e Fix issue with large timestamp arrays (#35)
* Fix issue with large timestamp arrays

Math.max and Math.min produce "Maximum call stack size exceeded" errors when used with large arrays (see: https://stackoverflow.com/questions/18308700/chrome-how-to-solve-maximum-call-stack-size-exceeded-errors-on-math-max-apply)

* fix issue when viewport.zoom < 0

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/utils/time.js

Sure. Style changed

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2021-11-30 11:14:36 +08:00
Yaozong Liu 9b8524c7b1 chore: add tags and description for viz gallery (#38)
* chore: add tags and description

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Arc/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Hex/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Scatter/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Screengrid/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>
2021-11-30 11:14:35 +08:00
Yongjie Zhao aae89276a3 chore: add Highly-used tag for charts (#36) 2021-11-30 11:14:35 +08:00
Ville Brofeldt 4a9cc528dd v0.4.7 2021-11-30 11:14:35 +08:00
Kamil Gabryjelski 5e6af313e2 feat(chart-controls): implement dnd controls for all charts (#33) 2021-11-30 11:14:35 +08:00
Jesse Yang 4df23a4a6c v0.4.6 2021-11-30 11:14:35 +08:00
Jesse Yang 1817f1ceae chore: downgrade superset-ui/core to 0.17.11 2021-11-30 11:14:34 +08:00
Jesse Yang 2975acc4ef chore: bump demo package version 2021-11-30 11:14:34 +08:00
Jesse Yang 18604f4dd2 v0.4.5 2021-11-30 11:14:34 +08:00
Jesse Yang b88265e0ab chore: upgrade node to v14 and bump peerDependencies 2021-11-30 11:14:34 +08:00
Jesse Yang 28f534a364 v0.4.4 2021-11-30 11:14:34 +08:00
Yongjie Zhao 6da8b7a628 chore: bump peerDependencies to 0.17.12 2021-11-30 11:14:33 +08:00
Jesse Yang 4d50245417 build: add --extract to publish script 2021-11-30 11:14:33 +08:00
Jesse Yang c075430400 v0.4.3 2021-11-30 11:14:33 +08:00
Jesse Yang 67a75c023b chore: bump peerDependencies to 0.17.11 2021-11-30 11:14:33 +08:00
Jesse Yang 1f096038c9 build: add commands to release via lerna (#27) 2021-11-30 11:14:33 +08:00
Jesse Yang f7534475cc v0.4.2 2021-11-30 11:14:32 +08:00
Jesse Yang 3ca1ea78c2 chore: upgrade superset-ui peerDependencies (#26) 2021-11-30 11:14:32 +08:00
Kamil Gabryjelski 18d0c48333 fix(superset-ui-legacy-preset-chart-deckgl): fix download map as image (#25)
* fix(superset-ui-legacy-preset-chart-deckgl): fix download map as image

* fix(superset-ui-legacy-preset-chart-deckgl): lint fix
2021-11-30 11:14:32 +08:00
dependabot[bot] e105a37cd2 build(deps): bump urijs (#23)
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 to 1.19.4.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.2...v1.19.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 11:14:32 +08:00
Ville Brofeldt d859abafd5 v0.4.1 2021-11-30 11:14:32 +08:00
Evan Rusackas 13b73c9f1c chore: lint fix 2021-11-30 11:14:31 +08:00
Evan Rusackas d0add1a8b1 Fixing multi layer controls (#24)
* fix: docs updated with queriesData

* chore: package linting

* fix: restoring missing controls

* feat: sections.legacyRegularTime
2021-11-30 11:14:31 +08:00
Ville Brofeldt d374375ae3 v0.4.0 2021-11-30 11:14:31 +08:00
Ville Brofeldt 9e10e04dbe chore: bump superset-ui and update references to queriesData (#22)
* chore: update references to queriesData

* fix: add legacy time sections

* fix: add missing deps
2021-11-30 11:14:31 +08:00
Jesse Yang 687b70d640 v0.3.2 2021-11-30 11:14:31 +08:00
Jesse Yang 667d56c0d1 fix: missing groupby/dimension select options (#21) 2021-11-30 11:14:30 +08:00
Jesse Yang e0c28e38f5 v0.3.1 2021-11-30 11:14:30 +08:00
Jesse Yang 73856a305a chore: add command to cleanup tsc buildinfo 2021-11-30 11:14:30 +08:00
Jesse Yang 36c9805e89 chore: compress thumbnails with pngquant (#19)
Ran following commands:

```
brew install pngquant
pngquant --quality=65-80 ./packages/**/*.png --ext .png --force
```
2021-11-30 11:14:30 +08:00
Jesse Yang 646293ac11 v0.3.0 2021-11-30 11:14:29 +08:00
Jesse Yang 080ddd21eb chore: upgrade superset-ui packages and update tsc (#18) 2021-11-30 11:14:28 +08:00
Krist Wongsuphasawat c9b285aa2a v0.2.5 2021-11-30 11:14:28 +08:00