Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@

# Changelog

## 2.1.2

### Added
* [Enhancement: Make tables import asynchronous (tables#1801)](https://github.com/nextcloud/tables/pull/1801)
* [📦 Add all/filtered/selected CSV export actions (tables#2485)](https://github.com/nextcloud/tables/pull/2485)
* [Style(icon): Use outline variant (tables#2599)](https://github.com/nextcloud/tables/pull/2599)

### Dependencies
* [Chore(deps): update actions/checkout action to v5.0.1 (main) (tables#2560)](https://github.com/nextcloud/tables/pull/2560)
* [Chore(deps): update dependency cypress to ^15.14.2 (main) (tables#2584)](https://github.com/nextcloud/tables/pull/2584)
* [Chore(deps): update dependency cypress-vite to ^1.10.0 (main) (tables#2585)](https://github.com/nextcloud/tables/pull/2585)
* [Build(deps-dev): Bump @babel/plugin-transform-modules-systemjs from 7.28.5 to 7.29.4 (tables#2588)](https://github.com/nextcloud/tables/pull/2588)
* [Fix(deps): update tiptap to ^3.22.5 (main) (tables#2591)](https://github.com/nextcloud/tables/pull/2591)
* [Fix(deps): update dependency @nextcloud/vue to ^8.38.0 (main) (tables#2592)](https://github.com/nextcloud/tables/pull/2592)
* [Chore(deps): update hmarr/auto-approve-action action to v4 (main) (tables#2600)](https://github.com/nextcloud/tables/pull/2600)
* [Chore(deps): update nextcloud/pr-feedback-action digest to 5227c55 (main) (tables#2604)](https://github.com/nextcloud/tables/pull/2604)
* [Chore(deps): update shivammathur/setup-php digest to 7c071df (main) (tables#2605)](https://github.com/nextcloud/tables/pull/2605)
* [Chore(deps): update dependency staabm/annotate-pull-request-from-checkstyle to ^1.8.7 (main) (tables#2607)](https://github.com/nextcloud/tables/pull/2607)
* [Chore(deps): update shivammathur/setup-php action to v2.37.0 (main) (tables#2613)](https://github.com/nextcloud/tables/pull/2613)
* [Chore(deps): update actions/checkout action to v6 (main) (tables#2614)](https://github.com/nextcloud/tables/pull/2614)

### Other
* [Ci: Sync actions with main repo (tables#2601)](https://github.com/nextcloud/tables/pull/2601)
* [Test(context): Update nav bar test for 34+ update (tables#2602)](https://github.com/nextcloud/tables/pull/2602)

## 2.1.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.

]]></description>
<version>2.1.1</version>
<version>2.1.2</version>
<licence>AGPL-3.0-or-later</licence>
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
<namespace>Tables</namespace>
Expand Down
89 changes: 87 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
"version": "2.1.1",
"version": "2.1.2",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down
Loading