Releases: nextcloud/tables
Releases · nextcloud/tables
v1.0.1
Added
Fixed
- Fix: Add key to pre-existing usergroup items (tables#2117)
- Fix: Do not use meta columns as key (tables#2135)
- Fix(l10n): use a splitless string for translation (tables#2140)
- Enh: Polish inline editing fields (tables#2095)
Other
- Build(dependencies): scope dependencies in lib/Vendor (tables#2136)
- Build: update node and npm engines versions (tables#2141)
- Ci: do not force old phpunit in server`s own integration tests (tables#2147)
- Tests(Integration): extend sharing tests (tables#2148)
Dependencies
- Fix(lint): Update ESLint command to use flat config (tables#2118)
- Fix(deps): update dependency @nextcloud/dialogs to ^6.4.1 (main) (tables#2120)
- Fix(deps): update tiptap to ^3.9.0 (main) (tables#2122)
- Chore(deps): update dependency phpoffice/phpspreadsheet to 5.1 (tables#2096)
- [main] Fix npm audit (tables#2115)
- [main] Fix npm audit (tables#2123)
v0.9.6
Fixed
- [stable0.9] fix: Smartpicker show content (tables#1961)
- [stable0.9] test(Cypress): Fix component tests (tables#1962)
- [stable0.9] fix: allow null userId (tables#1981)
- [stable0.9] fix(cypress): remove leftover
only(tables#1995) - [stable0.9] feat: remove rows in view after edit when they no longer match filter (tables#2017)
- [stable0.9] fix: Scope CSS styles (tables#2022)
- [stable0.9] fix: Add attribute to import preview functions (tables#2116)
Dependencies
- Fix(deps): update dependency phpoffice/phpspreadsheet to ^1.29.12 (stable0.9) (tables#1948)
- Fix(deps): update dependency @nextcloud/files to ^3.12.0 (stable0.9) (tables#1949)
- Fix(deps): update tiptap to ^3.5.2 (stable0.9) (tables#2069)
- Fix(deps): update dependency @nextcloud/initial-state to v3 (stable0.9) (tables#1987)
- Fix(deps): update dependency @nextcloud/vue to ^8.31.0 (stable0.9) (tables#2062)
- Fix(deps): update dependency @nextcloud/dialogs to ^6.3.2 (stable0.9) (tables#2058)
- Fix(deps): update dependency @nextcloud/axios to ^2.5.2 (stable0.9) (tables#2072)
Other
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.52.2 (stable0.9) (tables#2070)
- Chore(deps): update dependency openapi-typescript to ^7.9.1 (stable0.9) (tables#2005)
- Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.3 (stable0.9) (tables#2045)
- Chore(deps): update dependency cypress-vite to ^1.8.0 (stable0.9) (tables#2061)
- Chore(deps): update dependency staabm/annotate-pull-request-from-checkstyle to ^1.8.6 (stable0.9) (tables#2068)
- [stable0.9] tests(Integration): extend sharing tests (tables#2150)
v0.8.9
v1.0.0
Added
Fixed
- Fix(deps): update tiptap to ^3.6.6 (main) (tables#2066)
- Fix: Export JSON scheme (tables#2075)
- Fix: Avoid duplicate navigation items (tables#2094)
- Fix(deps): update dependency @nextcloud/auth to ^2.5.3 (main) (tables#2104)
- Fix: Add attribute to import preview functions (tables#2108)
Other
- Build(deps): claim supporting NC 33 (tables#2097)
- Ci: reduce assumptions about paths on the ci host (tables#2098)
Dependencies
- Chore(deps): update dependency vite to ^7.1.9 (main) (tables#2064)
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.52.4 (main) (tables#2067)
- [main] Fix npm audit (tables#2081)
- Chore(deps): update shivammathur/setup-php digest to bf6b4fb (main) (tables#2090)
- Chore(deps): update skjnldsv/xpath-action digest to d813024 (main) (tables#2091)
- Chore(deps): update dependency @nextcloud/stylelint-config to ^3.1.1 (main) (tables#2101)
- Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.6 (main) (tables#2102)
- [main] Update nextcloud/ocp dependency (tables#2103)
v1.0.0-beta.4
Added
- Feat(Filter): add is-not-equal and does-not-contain operator (tables#1718)
- Enhancement: Update rows via import (tables#1824)
- Enhancement: Add column width setting (tables#1929)
- Enhancement: add a read-only option to view columns (tables#1958)
- 1769 views set mandatory state of a column (tables#2053)
- Feat(Inline editing): prevent editing read-only values (tables#2049)
Fixed
- 1296 infinite loading when visiting non existent application (tables#1985)
- Fix: Tiptap editor and heading styles (tables#2041)
- Fix: stylelint (tables#2050)
- Fix: Fix
npm run watch(tables#2059)
Other
- Chore: split value and ID parsing into separate methods (tables#1887)
- Build: update node and npm engines versions (tables#2033)
- Update further icons to outline (tables#2034)
Dependencies
- Fix(deps): update tiptap to ^3.4.2 (main) (tables#2044)
- Fix(deps): update dependency @nextcloud/vue to ^8.31.0 (main) (tables#2056)
- Fix(deps): update dependency @nextcloud/dialogs to ^6.3.2 (main) (tables#2057)
- Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.50.1 (main) (tables#2051)
- Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.3 (main) (tables#2042)
- Chore(deps): update dependency cypress-vite to ^1.8.0 (main) (tables#2055)
- Chore(deps): update dependency staabm/annotate-pull-request-from-checkstyle to ^1.8.6 (main) (tables#2065)
- [main] Fix npm audit (tables#2063)
- [main] Update nextcloud/ocp dependency (tables#2074)
v1.0.0-beta.3
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)