Releases: nextcloud/tables
Releases · nextcloud/tables
v1.0.0-beta.2
Added
- Feat: Inline editing (Number, Progress, Yes/No, Textline) (tables#1719)
- Feat: Inline editing - Stars (tables#1973)
- Feat: Inline editing - Datetime (tables#1974)
- Feat: Inline editing - Selection (tables#1975)
- Feat: Inline editing - link (tables#1977)
- Feat: Inline editing - usergroup (tables#1978)
- Feat: Inline editing - Rich text (tables#1976)
- Feat: Inline editing support for html column (tables#2014)
- Feat: remove rows in view after edit when they no longer match filter (tables#1979)
- Enhancement: Add validation for unique values for a short text fields (tables#1770)
- Replace filled icons with outlined versions for a modernized Tables app UI (tables#1996)
Fixed
- Fix: Smartpicker show content (tables#1836)
- Fix: sorting on backend with limit and offset (tables#1877)
- Fix: allow null userId (tables#1960)
- Fix: skip DB column lookup for negative IDs (e.g. meta columns) (tables#1999)
- Fix(cypress): remove leftover
only(tables#1986)
Other
- Test(Cypress): Fix component tests (tables#1807)
- Test: added a test for remove filtered rows feature (tables#1998)
Dependencies
- Fix(deps): update dependency @nextcloud/files to ^3.12.0 (main) (tables#1947)
- Fix(deps): update tiptap to ^3.0.9 (main) (tables#1967)
- Fix(deps): update dependency @nextcloud/initial-state to v3 (main) (tables#1968)
- Fix(deps): update tiptap to ^3.1.0 (main) (tables#1990)
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.1 (main) (tables#1955)
- Chore(deps): update icewind1991/nextcloud-version-matrix digest to c2bf575 (main) (tables#1963)
- Chore(deps): update shivammathur/setup-php digest to ccf2c62 (main) (tables#1964)
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.2 (main) (tables#1966)
- Chore(deps): update dependency openapi-typescript to ^7.9.1 (main) (tables#2003)
- [main] Fix npm audit (tables#1957)
- [main] Fix npm audit (tables#1989)
- [main] Fix npm audit (tables#2008)
v1.0.0-beta.1
Added
Fixed
- Fix(DB): reduce number of SQL queries to get shares (tables#1749)
- Fix: add check for column index existence before processing (tables#1886)
- Fix: update table edit functionality and improve element selectors (tables#1899)
Other
- Refactor: turn columnSettings data from loose array to value object (tables#1845)
- Chore: enable local PHPUnit runs with SQLite support (tables#1903)
- Build: fix renovate config (tables#1915)
- Build(package): avoid shipping unnecessary files (tables#1935)
- Style: format constructor params import methods and classes (tables#1936)
- Ci: bump nc/ocp to stable30 with dependencies (tables#1931)
Dependencies
- Fix(deps): update dependency @nextcloud/auth to ^2.5.2 (tables#1900)
- Fix(deps): update dependency @nextcloud/l10n to ^3.4.0 (tables#1901)
- Fix(deps): update tiptap to ^2.26.1 (tables#1902)
- Fix(deps): update tiptap to v3 (major) (tables#1905)
- Fix(deps): update dependency @nextcloud/moment to ^1.3.5 (tables#1908)
- Fix(deps): update dependency @nextcloud/vue to ^8.28.0 (main) (tables#1919)
- Fix(deps): update dependency phpoffice/phpspreadsheet to ^1.29.12 (main) (tables#1918)
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.45.1 (tables#1904)
- Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.1 (main) (tables#1917)
- Chore(deps): update nextcloud/pr-feedback-action digest to e397f3c (main) (tables#1933)
- [main] Update nextcloud/ocp dependency (tables#1906)
- [main] Fix npm audit (tables#1907)
- [main] Fix npm audit (tables#1928)
v0.9.5
Fixed
- Fix(DB): reduce number of SQL queries to get shares (tables#1749)
- [stable0.9] fix: update table edit functionality and improve element selectors (tables#1909)
Dependencies
- Fix(deps): update dependency @nextcloud/auth to ^2.5.2 (stable0.9) (tables#1920)
- Fix(deps): update dependency @nextcloud/moment to ^1.3.5 (stable0.9) (tables#1921)
- Fix(deps): update dependency phpoffice/phpspreadsheet to ^1.29.11 (stable0.9) (tables#1922)
- Fix(deps): update dependency @nextcloud/l10n to ^3.4.0 (stable0.9) (tables#1925)
- Fix(deps): update dependency @nextcloud/vue to ^8.28.0 (stable0.9) (tables#1926)
Other
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.45.1 (stable0.9) (tables#1923)
- Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.1 (stable0.9) (tables#1924)
- [stable0.9] build(package): avoid shipping unnecessary files (tables#1939)
- [stable0.9] style: format constructor params import methods and classes (tables#1940)
v0.8.8
v0.7.6
Fixed
- [stable0.7] fix(View): column might be saved as null (tables#1229)
- [stable0.7] Analytics: permission error on shared tables with non-shared views (tables#1253)
- [stable0.7] Fix npm audit (tables#1335)
- [stable0.7] fix: use actions/upload-artifact v4 for cypress workflow (tables#1349)
- Fix(deps): update dependency vue-material-design-icons to ^5.3.1 (stable0.7) (tables#1417)
- [stable0.7] fix: use unique names for actions upload-artifact (tables#1419)
Other
v0.9.4
Added
- Feat: Add usergroup column filters (tables#1720)
- Feat: Enhance "Contains" filter to support "selection" type (tables#1798)
- Add "Internal Link" Sharing Tile with Copy-to-Clipboard (tables#1831)
- Move to vite for bundling (tables#830)
Fixed
- Fix: Properly display teams in usergroup (tables#1754)
- Fix(Row): find out necessary tableId for fetching the row (tables#1803)
- Fix: handle null description in TableScheme constructor (tables#1838)
- Fix: restore views fully (tables#1865)
- Fix: Error while creating column (tables#1881)
- Fix: Update internal link labels, use full link (tables#1888)
Other
- Refactor: restructure column config to support additional settings (tables#1688)
- Refactor: streamline row and column data handling by implementing caching (tables#1841)
- Refactor: simplify Columns::findAllByTable method (tables#1891)
- Chore(i18n): Improved grammar (tables#1882)
- Chore: Pin cypress version for renovate (tables#1834)
- Chore: pin versions for config packages in renovate (tables#1876)
Dependencies
- Fix(deps): update dependency @nextcloud/vue to ^8.27.0 (tables#1780)
- Fix(deps): update tiptap to ^2.25.0 (tables#1880)
- Fix(deps): update dependency @nextcloud/auth to ^2.5.1 (tables#1819)
- Fix(deps): update dependency @nextcloud/l10n to ^3.3.0 (tables#1832)
- Fix(deps): update dependency @nextcloud/dialogs to ^6.3.1 (tables#1843)
- Fix(deps): update dependency @nextcloud/files to ^3.11.0 (tables#1879)
- Chore(deps): update dependency @nextcloud/stylelint-config to ^3.1.0 (tables#1820)
- Chore(deps): update dependency openapi-typescript to ^7.8.0 (tables#1821)
- Chore(deps): update dependency nextcloud/coding-standard to ^v1.4.0 (tables#1846)
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.44.2 (tables#1878)
- [main] Fix npm audit (tables#1883)
v0.8.7
v0.9.3
Fixed
- Fix: Fix errors related to navigation (tables#1623)
- Fix(Permissions): view permissions inherit from table permissions (tables#1752)
- Fix: Update circles in cypress workflow (tables#1809)
- Perf: Parallelize initial requests (tables#1808)
- Refactor(Controller): remove private ColumnsController (tables#1810)
Other
- Chore(deps): update icewind1991/nextcloud-version-matrix digest to c2bf575 (tables#1792)
- Chore(deps): update shivammathur/setup-php digest to cf4cade (tables#1793)
- Chore(tests): Cleanup bootstrap.php to be forward-compatible (tables#1806)
- Ci: unblock integration test on irrelevant changes (tables#1811)
- Fix(deps): update dependency @nextcloud/dialogs to ^6.3.0 (tables#1797)
- Fix(deps): update dependency @nextcloud/moment to ^1.3.4 (tables#1805)
v0.8.6
Fixed
- [stable0.8] enhancement: UI fixes for create/edit row dialogs (tables#1716)
- [stable0.8] fix: Properly update usergroup cells (tables#1768)
- [stable0.8] Reverse column and row order when deleting (tables#1772)
- [stable0.8] refactor(Controller): remove private ColumnsController (tables#1815)
- [stable0.8] fix: Update circles in cypress workflow (tables#1816)
Dependencies
- Fix(deps): update dependency @nextcloud/axios to ^2.5.1 (stable0.8) (tables#1704)
- Fix(deps): update dependency @nextcloud/event-bus to ^3.3.2 (stable0.8) (tables#1706)
- Fix(deps): update dependency @nextcloud/moment to ^1.3.2 (stable0.8) (tables#1729)
- Fix(deps): update dependency @tiptap/vue-2 to ^2.11.7 (stable0.8) (tables#1730)
- Fix(deps): update dependency debounce to ^2.2.0 (stable0.8) (tables#1731)
- Fix(deps): update dependency @nextcloud/l10n to ^3.2.0 (stable0.8) (tables#1744)
- Fix(deps): update dependency @nextcloud/vue to ^8.24.0 (stable0.8) (tables#1745)
- Fix(deps): update dependency phpoffice/phpspreadsheet to ^1.29.10 (stable0.8) (tables#1746)
- Fix(deps): update dependency vue-material-design-icons to ^5.3.1 (stable0.8) (tables#1747)
- [stable0.8] Fix npm audit (tables#1763)
v0.9.2
Fixed
- Fix: Properly update usergroup cells (tables#1750)
- Fix: Allow searching for own user when selecting them (tables#1756)
- Refactor: optimized parseEntities for better efficiency (tables#1764)
- Fix: avoid marking empty link fields as invalid protocol (tables#1765)
- Reverse column and row order when deleting (tables#1767)