Skip to content
Merged
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

# Changelog

## 1.0.0-beta.3

### Fixed

* [Fix: Background of text inputs when rows are selected (tables#2000)](https://github.com/nextcloud/tables/pull/2000)
* [Fix(deps): update tiptap to ^3.2.0 (main) (tables#2004)](https://github.com/nextcloud/tables/pull/2004)
* [Fix: Scope CSS styles (tables#2018)](https://github.com/nextcloud/tables/pull/2018)

## 1.0.0-beta.2

### 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>1.0.0-beta.2</version>
<version>1.0.0-beta.3</version>
<licence>agpl</licence>
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
<namespace>Tables</namespace>
Expand Down
4 changes: 2 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": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down
Loading