Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vega-tooltip

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-tooltip - npm Package Versions

1
810

0.6.0

Diff

domoritz
published 0.5.1 •

domoritz
published 0.5.0 •

kanitw
published 0.4.4 •

kanitw
published 0.4.3 •

kanitw
published 0.4.2 •

kanitw
published 0.4.1 •

domoritz
published 0.4.0 •

Changelog

Source

v0.4.0 (Wed Jul 28 2021)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Cameron Yick (@hydrosquall)

:heart: Abe Rubenstein (@sighrobot)

:heart: siddhant (@siddhant1)

:heart: null@melissachang

:heart: Noon van der Silk (@silky)

:heart: Ken Lin (@kenklin)

:heart: Yash Dev Lamba (@ydlamba)

:heart: Yuri Astrakhan (@nyurik)

:heart: Jeffrey Heer (@jheer)

:heart: Eric Socolofsky (@ericsoco)

:heart: Robin Millette (@millette)

🚀 Enhancement
  • feat: add option formatTooltip and use formatValue as default #557 (@sighrobot)
  • feat: externalize vega util for smaller builds (@domoritz)
  • feat: support images in tooltips #389 (@domoritz)
🐛 Bug Fix
  • chore(deps-dev): bump vega-lite-dev-config from 0.17.3 to 0.18.0 #570 (@dependabot[bot] @domoritz)
  • ci: test next branch #573 (@domoritz)
  • chore: set up auto for versioning/release management #566 (@hydrosquall)
  • v0.26.0 #566 (@domoritz)
  • test: add test suite for Handler #558 (@sighrobot)
  • chore: upgrade deps and use new dev config #521 (@domoritz)
  • fix: support tooltips in fullscreen #508 (@domoritz)
  • ci: run on pr and push to master (@domoritz)
  • fix: copy data after prepare so that developers have it (@domoritz)
  • fix: switch to umd (@domoritz)
  • v0.24.0 (@domoritz)
  • fix: produce umd bundle for main (@domoritz)
  • fix: output declarations (@domoritz)
  • fix: correct types reference (@domoritz)
  • Revert "refactor: simplify version import" (@domoritz)
  • chore: upgrade codecov #395 (@domoritz)
  • chore: upgrade deps #394 (@domoritz)
  • ci: switch to github actions #393 (@domoritz)
  • Test on node 14 #378 (@domoritz)
  • chore(package): update rollup to version 1.19.2 #258 (@greenkeeper[bot] @domoritz)
  • Add version #256 (@siddhant1 @domoritz)
  • chore(package): update terser to version 4.1.0 #254 (@greenkeeper[bot] @domoritz)
  • Fix CSS in customization documentation #239 (@melissachang)
  • Delete unused css #221 (@kanitw)
  • formatValue tests #198 (@nyurik)
  • Readme #183 (@domoritz)
  • Sanitize html #183 (@domoritz)
  • No need to set charset again #183 (@domoritz)
  • Refactor the code to split initialization from registering the handler. #183 (@domoritz)
  • Address comments from @jheer and @nyurik except for separating initialization and handler registration. #183 (@domoritz)
  • Rewrite tooltip to use tooltip handler. Fixes #151, fixes #177, fixes #170, fixes #171, fixes #148, fixes #168, fixes #97, fixes #49 #183 (@domoritz)
  • minor perf optimization #182 (@nyurik)
  • added LICENSE file #180 (@nyurik)
  • remove vega production dependency #174 (@nyurik)
  • Update APIs.md #175 (@nyurik)
  • remove error log #169 (@sirahd)
  • update package.json #169 (@sirahd)
  • rename TopLevelExtendedSpec to TopLevelSpec and add normalized spec #169 (@sirahd)
  • Upgrade dependencies #161 (@domoritz)
  • Bad pipe again, missed in the rebases #159 (@ericsoco)
  • fix lint issue #158 (@sirahd)
  • update package.json #158 (@sirahd)
  • fix import style issue #158 (@sirahd)
  • add .travis.yml config for travis CI #158 (@sirahd)
  • Better type name per @sirah #157 (@ericsoco)
  • Add render property to fields option to allow custom rendering of each row #157 (@ericsoco)
  • Clear up type checks with vega-util functions per @sirah #156 (@ericsoco)
  • Fix format/type undefined behavior post-#155 #156 (@ericsoco)
  • Fix docs (bad pipes) #156 (@ericsoco)
  • Sort on raw value instead of formatted value #156 (@ericsoco)
  • Update docs per comments #156 (@ericsoco)
  • Add sort option #156 (@ericsoco)
  • Address @sirahd's comments. Remove overloading of field and move into valueAccessor. #155 (@ericsoco)
  • Address @kanitw's comments #155 (@ericsoco)
  • Add accessors for title and field, and custom format function #155 (@ericsoco)
  • check if the spec is composite to suppress warnings #154 (@sirahd)
  • Don’t require latest vl and vg #153 (@domoritz)
  • Upgrade deps #153 (@domoritz)
  • remove literal key type #152 (@sirahd)
  • fixes style #143 (@sirahd)
  • uses vgField instead of field to get field string and include maxbins in field #143 (@sirahd)
  • uses vl-generated field name in tooltip and updates bin key to match new vega-lite convention #143 (@sirahd)
  • fixes typo #144 (@sirahd)
  • add typeguard for FieldDef and correct FieldDef generic type #144 (@sirahd)
  • add schema back #144 (@sirahd)
  • field title now uses custom axis title as default #144 (@sirahd)
  • remove deprecated keys #141 (@sirahd)
  • Update embed call, update dependencies (@domoritz)
  • Update parseOption.ts #136 (@domoritz)
  • Fix compile error #135 (@domoritz)
  • Update doc links to d3 v4 #139 (@ericsoco)
  • Fix typo in CSS classname #137 (@ericsoco)
  • Embed returns a promise, fix 2nd example. #132 (@millette)
  • vega-embed returns a promise (no more callback) #131 (@millette)
  • edit docs to remove requirement for placeholder #130 (horradarn@yahoo-inc.com)
  • Update dependencies and bump version #128 (@kanitw)
  • Note tooltip appears only for interactive=true marks #126 (@kenklin)
  • Update parseOption.ts #124 (@kanitw)
  • Do not show tooltip for group marks #124 (@kanitw)
  • fix space in import #114 (@sirahd)
  • add more types to disable noImplicitAny #114 (@sirahd)
  • Build individual javascript files. Fixes #110 #112 (@domoritz)
  • update scatterplot and use capitalized name #109 (@sirahd)
  • more edits #109 (@sirahd)
  • add installing instruction in main page and correct dependencies #109 (@sirahd)
  • Remove d3 map #102 (@sirahd)
  • minify css #105 (soren@yieldbot.com)
⚠️ Pushed to stable
🔩 Dependency Updates
Authors: 19
domoritz
published 0.3.3 •

domoritz
published 0.3.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc