Skip to content

Commit 9361692

Browse files
authored
Merge pull request #2016 from nextcloud/release/1.0.0-beta.2
build(release): 1.0.0-beta.2
2 parents 7da7488 + df9eef7 commit 9361692

File tree

4 files changed

+49
-4
lines changed

4 files changed

+49
-4
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,51 @@
55

66
# Changelog
77

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+
853
## 1.0.0-beta.1
954

1055
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Share your tables and views with users and groups within your cloud.
2626
Have a good time and manage whatever you want.
2727
2828
]]></description>
29-
<version>1.0.0-beta.1</version>
29+
<version>1.0.0-beta.2</version>
3030
<licence>agpl</licence>
3131
<author mail="[email protected]">Florian Steffens</author>
3232
<namespace>Tables</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tables",
33
"description": "Manage data within tables.",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0-beta.2",
55
"author": "Florian Steffens <[email protected]",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)