Changelog 8.3.0
If you experience update problems, please refer to this article
Fixed
- Made description sticky again on horizontal scrolling
- Activities in sidebar did not get loaded
- Avoid Warnings in console because of missing keys
Changed
- Replaced momentjs by Luxon
- Fixed db types and defaults to match unique share index
- Removed FK constraint for share table
- Added unique index for share tokens
- Reworked poll access via shares
- Added some indices to help complex joins and optimized the index
- Removed creation of optional indices from all migration and repair steps and support AddMissingIndicesEvent
- Separated the commands in more granular index and database commands
- Adjust icon style
- Adjust CSS Vars
- Moved comment config to comment tab
- Make comments available to owner and delegated poll administration if commenting is disabled
- Add hint, if commenting is disabled
What's Changed
🚀 Enhancements
- Misc fixes by @dartcafe in #4208
- CSS adjustments by @dartcafe in #4218
- Move comments config to comment tab by @dartcafe in #4220
🐛 Fixed bugs
- keyed children of vote-table by @dartcafe in #4201
- Fix loading activities by @dartcafe in #4203
- move description to StickyDiv by @dartcafe in #4205
- Harden Repairsteps and migration by @dartcafe in #4214
- Fix options reloading by @dartcafe in #4216
- fix vote limitations by @dartcafe in #4219
Other Changes
Full Changelog: v8.2.2...v8.3.0