Changelog for the upcoming release (preview)
Fixed
- Made description sticky again on horizontal scrolling
- Activities in sidebar did not get loaded
- Avoid Warnings in console because of missing keyes
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
What's Changed
🚀 Enhancements
🐛 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
Other Changes
Full Changelog: v8.2.2...v8.3.0-beta.1