|
5 | 5 |
|
6 | 6 | # Changelog |
7 | 7 |
|
| 8 | +## 1.0.0-beta.2 |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +* [Feat: Inline editing (Number, Progress, Yes/No, Textline) (tables#1719)](https://github.com/nextcloud/tables/pull/1719) |
| 13 | +* [Feat: Inline editing - Stars (tables#1973)](https://github.com/nextcloud/tables/pull/1973) |
| 14 | +* [Feat: Inline editing - Datetime (tables#1974)](https://github.com/nextcloud/tables/pull/1974) |
| 15 | +* [Feat: Inline editing - Selection (tables#1975)](https://github.com/nextcloud/tables/pull/1975) |
| 16 | +* [Feat: Inline editing - link (tables#1977)](https://github.com/nextcloud/tables/pull/1977) |
| 17 | +* [Feat: Inline editing - usergroup (tables#1978)](https://github.com/nextcloud/tables/pull/1978) |
| 18 | +* [Feat: Inline editing - Rich text (tables#1976)](https://github.com/nextcloud/tables/pull/1976) |
| 19 | +* [Feat: Inline editing support for html column (tables#2014)](https://github.com/nextcloud/tables/pull/2014) |
| 20 | +* [Feat: remove rows in view after edit when they no longer match filter (tables#1979)](https://github.com/nextcloud/tables/pull/1979) |
| 21 | +* [Enhancement: Add validation for unique values for a short text fields (tables#1770)](https://github.com/nextcloud/tables/pull/1770) |
| 22 | +* [Replace filled icons with outlined versions for a modernized Tables app UI (tables#1996)](https://github.com/nextcloud/tables/pull/1996) |
| 23 | + |
| 24 | +### Fixed |
| 25 | + |
| 26 | +* [Fix: Smartpicker show content (tables#1836)](https://github.com/nextcloud/tables/pull/1836) |
| 27 | +* [Fix: sorting on backend with limit and offset (tables#1877)](https://github.com/nextcloud/tables/pull/1877) |
| 28 | +* [Fix: allow null userId (tables#1960)](https://github.com/nextcloud/tables/pull/1960) |
| 29 | +* [Fix: skip DB column lookup for negative IDs (e.g. meta columns) (tables#1999)](https://github.com/nextcloud/tables/pull/1999) |
| 30 | +* [Fix(cypress): remove leftover `only` (tables#1986)](https://github.com/nextcloud/tables/pull/1986) |
| 31 | + |
| 32 | +### Other |
| 33 | + |
| 34 | +* [Test(Cypress): Fix component tests (tables#1807)](https://github.com/nextcloud/tables/pull/1807) |
| 35 | +* [Test: added a test for remove filtered rows feature (tables#1998)](https://github.com/nextcloud/tables/pull/1998) |
| 36 | + |
| 37 | +### Dependencies |
| 38 | + |
| 39 | +* [Fix(deps): update dependency @nextcloud/files to ^3.12.0 (main) (tables#1947)](https://github.com/nextcloud/tables/pull/1947) |
| 40 | +* [Fix(deps): update tiptap to ^3.0.9 (main) (tables#1967)](https://github.com/nextcloud/tables/pull/1967) |
| 41 | +* [Fix(deps): update dependency @nextcloud/initial-state to v3 (main) (tables#1968)](https://github.com/nextcloud/tables/pull/1968) |
| 42 | +* [Fix(deps): update tiptap to ^3.1.0 (main) (tables#1990)](https://github.com/nextcloud/tables/pull/1990) |
| 43 | +* [Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.1 (main) (tables#1955)](https://github.com/nextcloud/tables/pull/1955) |
| 44 | +* [Chore(deps): update icewind1991/nextcloud-version-matrix digest to c2bf575 (main) (tables#1963)](https://github.com/nextcloud/tables/pull/1963) |
| 45 | +* [Chore(deps): update shivammathur/setup-php digest to ccf2c62 (main) (tables#1964)](https://github.com/nextcloud/tables/pull/1964) |
| 46 | +* [Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.2 (main) (tables#1966)](https://github.com/nextcloud/tables/pull/1966) |
| 47 | +* [Chore(deps): update dependency openapi-typescript to ^7.9.1 (main) (tables#2003)](https://github.com/nextcloud/tables/pull/2003) |
| 48 | +* [[main] Fix npm audit (tables#1957)](https://github.com/nextcloud/tables/pull/1957) |
| 49 | +* [[main] Fix npm audit (tables#1989)](https://github.com/nextcloud/tables/pull/1989) |
| 50 | +* [[main] Fix npm audit (tables#2008)](https://github.com/nextcloud/tables/pull/2008) |
| 51 | + |
| 52 | + |
8 | 53 | ## 1.0.0-beta.1 |
9 | 54 |
|
10 | 55 | ### Added |
|
0 commit comments