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

Bump dcjs from 2.0.0-beta.27 to 4.2.7 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps dcjs from 2.0.0-beta.27 to 4.2.7.

Release notes

Sourced from dcjs's releases.

dc.js 4.0

please see Changelog.md for release notes

dc.js 3.0.2

Please see the Changelog for detailed release notes. We don't currently use GitHub Releases for release notes.

Use dc.js version 3.* if you want compatibility with d3 versions 4 and 5. Use dc.js version 2.* if you want compatibility with d3 version 3. 2.* will be maintained for a limited time.

2.0.2

This is the stable release of dc.js.

Please see the changelog for the latest features and bug fixes.

2.0.1

This is the stable release of dc.js.

See the changelog for the latest features and bug fixes.

This is the stable release of dc.js.

See the changelog for the latest features and bug fixes.

Changelog

Sourced from dcjs's changelog.

4.2.7

  • Remove lax d3compat.eventHandler workarounds, not necessary if code consistently uses d3@5 or d3@6 event handler signatures
  • Remove extra d3compat.eventHandler identified with strict event handler
  • Fix event handling in focus ordinal bar example (#1826)
  • Change composite bar line example to illustrate using xAxisPadding with centerBar to draw compoisite bar/line properly (#1827)

4.2.6

  • Isolate D3 compatibility layers, allowing more efficient module imports, by Patrik Kullman (#1822 / #1823 / #1824)

4.2.5

  • Option useTopXAxis to show coordinate grid X axis at top of chart, by BERÉNYI Attila (#1815 / #1816)
  • Add source for bar colors example (#1817)

4.2.4

  • Fix use of d3.mouse removed in d3@6, by Deepak Kumar (#1807 / #1808)
  • Simpler example of ordinal brushing, by Deepak Kumar (#1809)

4.2.3

  • Fix undefined this on SeriesChart redraw, by Maxime Rouyrre (#1800)
  • Export d3 compat functions allowing it to be used to simplify d3@6 compatibility in examples. Fixes #1787.

4.2.2

4.2.1

  • Text filter widget should redraw chart's group - thanks @kriddy! (#1678 / #14978)
  • Pareto chart example was not correctly sorted, and scatter series chart displayed brush when zoomed (#1780 / #1772)

4.2.0

  • Accessibility features BaseMixin.svgDescription and BaseMixin.keyboardAccessible, by German Priks. Demo here. (#1738 / #1185)

4.1.1

4.1.0

  • Compatible with dc@6 while preserving compatibility with dc@5, by Deepak Kumar (#1749 / #1748)

4.0.5

  • Remove accidental references to global d3, dc in sources (discussion here)

4.0.4

4.0.3

  • Remove a filterHandler special case, and improve the performance of the default filter handler, by Deepak Kumar (#1660)

... (truncated)

Commits
  • 18a05a9 Merge branch 'release/4.2.7'
  • c530001 version and changelog
  • a2460ae use xAxisPadding to remove clipping on bars
  • 4f0a43d adapt ordinal bar example for d3@6 event changes
  • 74d2c58 remove extra handler-wrapper
  • fc3a4a7 remove erroneous fix
  • 71a0c08 add d3compat.callHandler; fake events in tests using it
  • 7e19e18 npm update & audit fix
  • 56086a4 Revert "fix: eventHandler"
  • 914c546 Merge tag '4.2.6' into develop
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [dcjs](https://github.com/dc-js/dc.js) from 2.0.0-beta.27 to 4.2.7.
- [Release notes](https://github.com/dc-js/dc.js/releases)
- [Changelog](https://github.com/dc-js/dc.js/blob/develop/Changelog.md)
- [Commits](dc-js/dc.js@eb02e58...18a05a9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants