Skip to content

Commit 8108c35

Browse files
committed
build(release): 1.0.0-beta.4
Signed-off-by: Enjeck C <[email protected]>
1 parent 3077f24 commit 8108c35

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## 1.0.0-beta.4
9+
10+
### Added
11+
12+
* [Feat(Filter): add is-not-equal and does-not-contain operator (tables#1718)](https://github.com/nextcloud/tables/pull/1718)
13+
* [Enhancement: Update rows via import (tables#1824)](https://github.com/nextcloud/tables/pull/1824)
14+
* [Enhancement: Add column width setting (tables#1929)](https://github.com/nextcloud/tables/pull/1929)
15+
* [Enhancement: add a read-only option to view columns (tables#1958)](https://github.com/nextcloud/tables/pull/1958)
16+
* [1769 views set mandatory state of a column (tables#2053)](https://github.com/nextcloud/tables/pull/2053)
17+
* [Feat(Inline editing): prevent editing read-only values (tables#2049)](https://github.com/nextcloud/tables/pull/2049)
18+
19+
### Fixed
20+
21+
* [1296 infinite loading when visiting non existent application (tables#1985)](https://github.com/nextcloud/tables/pull/1985)
22+
* [Fix: Tiptap editor and heading styles (tables#2041)](https://github.com/nextcloud/tables/pull/2041)
23+
* [Fix: stylelint (tables#2050)](https://github.com/nextcloud/tables/pull/2050)
24+
* [Fix: Fix `npm run watch` (tables#2059)](https://github.com/nextcloud/tables/pull/2059)
25+
26+
### Other
27+
28+
* [Chore: split value and ID parsing into separate methods (tables#1887)](https://github.com/nextcloud/tables/pull/1887)
29+
* [Build: update node and npm engines versions (tables#2033)](https://github.com/nextcloud/tables/pull/2033)
30+
* [Update further icons to outline (tables#2034)](https://github.com/nextcloud/tables/pull/2034)
31+
32+
### Dependencies
33+
34+
* [Fix(deps): update tiptap to ^3.4.2 (main) (tables#2044)](https://github.com/nextcloud/tables/pull/2044)
35+
* [Fix(deps): update dependency @nextcloud/vue to ^8.31.0 (main) (tables#2056)](https://github.com/nextcloud/tables/pull/2056)
36+
* [Fix(deps): update dependency @nextcloud/dialogs to ^6.3.2 (main) (tables#2057)](https://github.com/nextcloud/tables/pull/2057)
37+
* [Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.50.1 (main) (tables#2051)](https://github.com/nextcloud/tables/pull/2051)
38+
* [Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.3 (main) (tables#2042)](https://github.com/nextcloud/tables/pull/2042)
39+
* [Chore(deps): update dependency cypress-vite to ^1.8.0 (main) (tables#2055)](https://github.com/nextcloud/tables/pull/2055)
40+
* [Chore(deps): update dependency staabm/annotate-pull-request-from-checkstyle to ^1.8.6 (main) (tables#2065)](https://github.com/nextcloud/tables/pull/2065)
41+
* [[main] Fix npm audit (tables#2063)](https://github.com/nextcloud/tables/pull/2063)
42+
* [[main] Update nextcloud/ocp dependency (tables#2074)](https://github.com/nextcloud/tables/pull/2074)
43+
844
## 1.0.0-beta.3
945

1046
### Fixed

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.3</version>
29+
<version>1.0.0-beta.4</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.3",
4+
"version": "1.0.0-beta.4",
55
"author": "Florian Steffens <[email protected]",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)