Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update d3plus-viz to the latest version 🚀 #26

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 26, 2017

Version 0.6.0 of d3plus-viz just got published.

Dependency d3plus-viz
Current Version 0.5.4
Type dependency

The version 0.6.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of d3plus-viz.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v0.6.0
  • updates d3plus-color import name (afc6c97)
  • updates environment (aff5d2d)
  • chore(package): update d3plus-dev to version 0.2.1 (#18) (0269939)
  • fix(package): update d3plus-color to version 0.6.0 (#16) (b570d1a)
  • reduces timeout on window.onresize listener (c3ad4c3)
  • flushes data queue after render (437555f)
  • implements detectResize method that listens to window.onresize (50e6827)
  • implements detectVisible method to only render when visible (5340c15)
  • refactors Viz rendering to support asynchronous data loading (0cc6ea1)
  • updates d3plus-dev to v0.1.14 (517dc53)
Commits

The new version differs by 11 commits .

  • afc6c97 updates d3plus-color import name
  • aff5d2d updates environment
  • 0269939 chore(package): update d3plus-dev to version 0.2.1 (#18)
  • b570d1a fix(package): update d3plus-color to version 0.6.0 (#16)
  • c3ad4c3 reduces timeout on window.onresize listener
  • 437555f flushes data queue after render
  • 50e6827 implements detectResize method that listens to window.onresize
  • 5340c15 implements detectVisible method to only render when visible
  • 0cc6ea1 refactors Viz rendering to support asynchronous data loading
  • 517dc53 updates d3plus-dev to v0.1.14
  • d3c1528 compiles v0.5.4

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 28, 2017

Version 0.6.1 just got published.

Update to this version instead 🚀

Release Notes v0.6.1
  • uses datafold in Viz if structure is detected (dd7e5f6)
  • ports datafold function to es6 (447d1db)
Commits

The new version differs by 3 commits .

  • dd7e5f6 uses datafold in Viz if structure is detected
  • 447d1db ports datafold function to es6
  • b075788 compiles v0.6.0

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 28, 2017

Version 0.6.2 just got published.

Update to this version instead 🚀

Release Notes v0.6.2
  • exposes dataLoad function publically (1ceec0f)
  • renames dataFold function (0093f22)
Commits

The new version differs by 3 commits .

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 28, 2017

Version 0.6.3 just got published.

Update to this version instead 🚀

Release Notes v0.6.3
  • updates d3plus dependencies (610eb84)
Commits

The new version differs by 2 commits .

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 7, 2017

Version 0.6.4 just got published.

Update to this version instead 🚀

Release Notes v0.6.4
  • implements legendPosition method (7e8ae5b)
  • implements support for controls using d3plus-form (7008b8f)
Commits

The new version differs by 3 commits .

  • 7e8ae5b implements legendPosition method
  • 7008b8f implements support for controls using d3plus-form
  • 3937de6 compiles v0.6.3

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2017

Version 0.6.5 just got published.

Update to this version instead 🚀

Release Notes v0.6.5
  • updates d3plus dependencies (887dc4b)
  • fixes default shape labels when showing grouped data (3283efb)
Commits

The new version differs by 3 commits .

  • 887dc4b updates d3plus dependencies
  • 3283efb fixes default shape labels when showing grouped data
  • ecf8d04 compiles v0.6.4

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2017

Version 0.6.6 just got published.

Update to this version instead 🚀

Release Notes v0.6.6
  • fixes hover events for nested data (9b0fc2f)
  • fixes new label method referencing "this" (7868f6a)
Commits

The new version differs by 3 commits .

  • 9b0fc2f fixes hover events for nested data
  • 7868f6a fixes new label method referencing "this"
  • e35f526 compiles v0.6.5

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2017

Version 0.6.7 just got published.

Update to this version instead 🚀

Release Notes v0.6.7
  • correctly uses drawDepth instead of raw depth (099aef2)
Commits

The new version differs by 2 commits .

  • 099aef2 correctly uses drawDepth instead of raw depth
  • 37480f4 compiles v0.6.6

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2017

Version 0.6.8 just got published.

Update to this version instead 🚀

Release Notes v0.6.8
  • fixes label drawing when depth is not defined (6646493)
Commits

The new version differs by 2 commits .

  • 6646493 fixes label drawing when depth is not defined
  • 2215e3f compiles v0.6.7

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2017

Version 0.6.9 just got published.

Update to this version instead 🚀

Release Notes v0.6.9
  • deletes colorNest tests (ddcee71)
  • adds support for d3plus-form Radio control type (a2889e5)
  • updates d3pus-form to v0.2.0 (e3c601d)
  • detects opacity level in legend (126c99f)
  • makes hover/click behavior respect differing depths (d5b57bc)
  • catches for null ids (6cb3ff7)
Commits

The new version differs by 7 commits .

  • ddcee71 deletes colorNest tests
  • a2889e5 adds support for d3plus-form Radio control type
  • e3c601d updates d3pus-form to v0.2.0
  • 126c99f detects opacity level in legend
  • d5b57bc makes hover/click behavior respect differing depths
  • 6cb3ff7 catches for null ids
  • 9b2d552 compiles v0.6.8

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2017

Version 0.6.10 just got published.

Update to this version instead 🚀

Release Notes v0.6.10
  • only sets default checked/selected when initializing controls (c2a00a3)
Commits

The new version differs by 2 commits .

  • c2a00a3 only sets default checked/selected when initializing controls
  • 0241164 compiles v0.6.9

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 10, 2017

Version 0.7.0 just got published.

Update to this version instead 🚀

Release Notes v0.7.0
  • fixes typo in drawLegend function comment (7ed6307)
  • implements ColorScale and accompanying methods (ba63dba)
  • legend draws when there is only 1 color and a colorScale (862c870)
  • colorNest always returns data, even if only 1 color (a4ed8a5)
  • fix(package): update d3plus-legend to version 0.8.0 (#40) (6026119)
  • chore(package): update d3plus-dev to version 0.3.1 (#41) (1faf868)
Commits

The new version differs by 7 commits .

  • 7ed6307 fixes typo in drawLegend function comment
  • ba63dba implements ColorScale and accompanying methods
  • 862c870 legend draws when there is only 1 color and a colorScale
  • a4ed8a5 colorNest always returns data, even if only 1 color
  • 6026119 fix(package): update d3plus-legend to version 0.8.0 (#40)
  • 1faf868 chore(package): update d3plus-dev to version 0.3.1 (#41)
  • 9f3dbd2 compiles v0.6.10

See the full diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants