Skip to content

Releases: nordeck/matrix-poll

v1.6.0

14 Aug 12:41
7fad683

Choose a tag to compare

Highlights

We have updated the widget’s tech stack to use React 18, Vite and Vitest. We have also updated the widget to use the latest Matrix Widget Toolkit with support for room version 12.

If you need to upgrade your NeoChoice rooms, you can now find all relevant information in the room upgrades section of our README.

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

v1.5.2

24 Jun 10:54
72998c1

Choose a tag to compare

Highlights

We have updated the dependencies in this technical release.

Patch Changes

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

v1.5.1

03 Mar 13:00
5dcb571

Choose a tag to compare

Highlights

This is a technical release where we provide SBOM reports. 🔧

SBOM report

It is now possible to download an SBOM report from the release assets or the container image. This report lists the packages we are using and their licenses.

What's Changed

Patch Changes

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

v1.5.0

06 Dec 16:52
4696f2d

Choose a tag to compare

Highlights

This is a technical release where we improved the possible settings for server administrators. 🔧

Customizing the nginx config

It is now possible to deploy the widget container on hosts without IPv6 support through a configuration option. This can be toggled easily through our Helm charts. Beyond that, the container image also gained the ability to also add your own files with custom config that will be added to the nginx server block config, should you need that. Read more about both in our documentation.

What's Changed

Minor Changes

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

v1.4.1

25 Jun 14:22
f05edf8

Choose a tag to compare

Patch Changes

v1.4.0

13 Dec 15:02

Choose a tag to compare

Minor Changes

  • cf73c8e: Sign the release containers with cosign.

v1.3.1

07 Dec 12:16
c2a4987

Choose a tag to compare

Patch Changes

  • 24aa66f: Update to latest dependencies from main

v1.3.0

10 Nov 10:32
98b7ae4

Choose a tag to compare

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.

v1.2.0

11 Jan 12:28
0954105

Choose a tag to compare

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.