Changes since 2.0.0-rc1

Important: Backwards compatibility fix

The Charts module dependency is now kept in 2.0.x to avoid breaking
existing sites during deployment. The module will be deprecated
but not removed
until version 2.1.

When updating to 2.0.0-rc2:

  • The Charts module code will remain installed via Composer
  • The update hook will notify you that Charts is no longer needed by
    this module
  • You can manually remove drupal/charts from your
    composer.json if you don't need it elsewhere

Bug fixes

  • Fixed ESLint errors (added d3 global declaration,
    corrected Prettier formatting)
  • Fixed Stylelint errors (CSS property ordering, color function
    notation)

Upgrade path

  1. Update to 2.0.0-rc2: composer update
    drupal/webform_statistics
  2. Run database updates: drush updb
  3. (Optional) If you don't use Charts elsewhere, uninstall it and
    remove from composer:

    drush pmu charts charts_highcharts

    composer remove drupal/charts

Note

The drupal/charts dependency will be completely removed in
version 2.1. Make sure to run drush updb on 2.0.x before
updating to 2.1.

VCS Label
2.0.0-rc2
Release type
Short description
Keeping but deprecate charts dependency
Packaged Git sha1
f9109d8de2c4769fdb777df8d476c58495b86091
Release files