Releases: nordeck/matrix-poll
v1.6.0
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
v1.5.1
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
v1.5.0
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
v1.4.1
Patch Changes
- 93a29f3: Critical security update of the
wspackage (CVE-2024-37890)
v1.4.0
v1.3.1
v1.3.0
Minor Changes
- 61dbf02: Add the option to manually end a poll immediately to shorten it if everyone already voted.