Added
- Feat(Contexts): enable nav bar display logic (tables#1193)
- Make Applications visible by default in the app navigation bar (tables#1250)
- Feat: Add UI elements to modify navigation display (tables#1295)
- Feat: add support for teams in usergroup column (tables#1326)
- Enh: warn during table manager promotion/demotion (tables#1434)
- Enh: display error popup when import preview fails (tables#1463)
- Share with teams (tables#1465)
- Enh: use tiptap's editor to render HTML (tables#1488)
- Server-side sorting (tables#1510)
- Feat(Templates): extend the tutorial table (tables#1535)
- Feat: migrate from vuex to pinia (tables#1540)
Fixed
- Fix: check for null in import preview (tables#1368)
- Fix(Import): expect selectionOptions as array from json (tables#1383)
- Fix: Properly create new rows in filtered views (tables#1409)
- Fix return status in a few cases and add integration tests against content modification through Applications (tables#1421)
- Fix: use actual providerId in link rows (tables#1443)
- Fix: use 0 for falsy number progress values during sorting (tables#1444)
- Fix: ensure number progress stays within 1-100 range (tables#1445)
- Fix and improve detection and import of ods, xlsx and csv documents (tables#1446)
- Fix "start of week" filter not working on table views (tables#1476)
- Fix(Views): allow to sort for meta columns (tables#1525)
- Fix: allow adding meta data columns to views again (tables#1526)
- Fix(RowMappers): value might at least be null (tables#1534)
- Fix(Import): DateTime import fixes (tables#1545)
- Fix(Favorites): repair runtime cache population (tables#1542)
- Fix: wrap usergroup's cell values (tables#1551)
- Fix(sort): use addOrderBy for sorting with multiple columns (tables#1612)
- Fix: improve import scheme and row dialogs (tables#1619)
Dependencies
- Deps: drop support for NC 27 and 28 (tables#1529)
- Deps(PHP): update phpoffice/phpspreadsheet (tables#1561)
- Multiple dependency updates via Renovate bot
Other
- Build(dev-deps): update phpunit for PHP 8.4 compat (tables#1466)
- Build(NC): bump max compatible NC version (tables#1569)
- Chore(i18n): Improved wording (tables#1549)
- Chore(i18n): Improved grammar (tables#1567)
- Enh(Cypress): improve some selectors (tables#1572)
- Increase size of row editor dialog (tables#1611)
- Refactor: Extend Permission Middleware usage and replace deprecated annotations with attributes (tables#1406)
- Fix: Use devcontainer with php v8.2 (tables#1485)