Skip to content

v2.1.0

Choose a tag to compare

@dharple dharple released this 02 Dec 02:11
· 157 commits to main since this release

Added

  • Added "Select All" and "Select None" buttons.

Changed

  • Bootstrap is upgraded from v4.6.2 to v5.3.3.
  • Chart.js is upgraded from v2.9.4 to v4.4.6. [#27]
  • The minimum PHP version is now 8.1. Applied Rector-suggested changes.
  • Fonts have been tweaked to work better with current browsers, both on screen
    and in print.
  • Tweaked login form.
  • Updated deploy script to run composer dump-env.

Removed

  • Moment.js is no longer used; the formatting is being handle by Carbon. [#26]
  • Node packages are no longer installed; instead we're now using CDNs to
    deliver JavaScript resources. [#25]

Security

  • Bumped Twig from v3.12.0 to v3.14.0, to address [CVE-2024-45411].
    Thanks to @dependabot.
  • Fixed multiple security alerts via @dependabot.
  • Replace risky calls to unserialize() with native query parameters. @snyk
  • Replace risky Exception dumps with annoying vanilla messages. @snyk