Skip to content

Latest commit

 

History

History
130 lines (76 loc) · 3.57 KB

File metadata and controls

130 lines (76 loc) · 3.57 KB

@nordeck/matrix-poll-widget

1.6.1

Patch Changes

  • 57b62ed: Update react-router-dom to 6.30.3 to resolve CVE-2025-68470, CVE-2026-22029
  • 9cab281: Update lodash to resolve CVE: CVE-2025-13465
  • c269bcf: Update vite to 7, vitest to 3.2.4
  • d101442: Use i18next-cli instead of i18next-parser
  • 89822f7: Update minor dependencies. Update widget-server to 1.2.1 for CVEs: CVE-2024-56171, CVE-2025-49794, CVE-2025-49796.

1.6.0

Minor Changes

  • 3bea188: Migrate to vite and vitest. Update to react 18, redux 5, react redux 9 and redux toolkit 2. Update to latest matrix widget toolkit. Update eslint to 9.

Patch Changes

  • 743e27a: Update to newer widget toolkit for room version 12 support

1.5.2

Patch Changes

  • 71df568: Bump helm/kind-action from 1.10.0 to 1.12.0

1.5.1

Patch Changes

  • b3d1f5a: Update minor and patch dependencies.
  • 84a88c0: Update toolkit base image widget-server to version 1.1.1.
  • 48d5e30: Adds SBOM report to widget, build and release assets

1.5.0

Minor Changes

  • dc1481a: Add Helm values for configuration of ipv4only mode
  • 86c53a4: New widget-server base image that supports IPv4-only deployments

1.4.1

Patch Changes

  • 93a29f3: Critical security update of the ws package (CVE-2024-37890)

1.4.0

Minor Changes

  • cf73c8e: Sign the release containers with cosign.

1.3.1

Patch Changes

  • 24aa66f: Update to latest dependencies from main

1.3.0

Minor Changes

  • 61dbf02: Add the option to manually end a poll immediately to shorten it if everyone already voted.

Patch Changes

  • 56f2879: Only allow integers for poll durations.
  • 8019507: Unify the diagrams colors of the answer options for the poll result chart in light and dark theme.
  • f98d77a: Improve performance by only generating the PDF if the user requests it.

1.2.0

Minor Changes

  • e357d9e: Show error and loading states for votes on the poll cards.

Patch Changes

  • 2937b97: Set document language to improve accessibility.
  • ab13e23: Fix creating meeting without description if REACT_APP_POLL_DESCRIPTION_REQUIRED is not set.

1.1.0

Minor Changes

  • 97a4875: Change the create group dialog to create only a single group.

  • d4b6e8f: Rework the user interface to resolve accessibility issues and comply to BITV 2.0 and WCAG 2.1. Notable changes are:

    • Screen reader users can now interact with the widget.
    • The widget is now keyboard accessible.
    • Adds support for a high contrast theme for visually impaired users.
    • Removed the splitter component from the poll lists.
    • The poll results are displayed in a table as an alternative to the chart.
    • Changes to polls, like started and ending polls, are announced to screen reader users.
    • General theme updates to better match the Element theme.
  • d01792e: Edit groups in a modal view that mirrors the group creation process

Patch Changes

  • 9c57462: Add support for for arm64 and s390x arch.
  • c48b8e8: Keep the path when registering the admin view using /addwidget.
  • 37f8186: Add warning message to the start poll dialog if no voters are participating in the poll.

1.0.3

Patch Changes

  • c901e28: Show guests the correct message when they wait to see results for visible and invisible polls.

1.0.2

Patch Changes

  • 7fd7fe2: Include LICENSE file in container output and define concluded licenses in case of dual licenses.

1.0.1

Patch Changes

  • 1e2d20f: Include a licenses.json in the container image, which includes a list of all dependencies and their licenses.

1.0.0

Major Changes

  • fe1adbe: Initial release