Skip to content

Commit e0058cc

Browse files
committed
v3.3.0
Signed-off-by: Christian Hartmann <[email protected]>
1 parent da50512 commit e0058cc

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 3.3.0 - 2023-05-22
4+
5+
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.2.0...3.3.0)
6+
7+
### Enhancements
8+
- Improve and unify Markdown output style [\#1575](https://github.com/nextcloud/forms/pull/1575) ([susnux](https://github.com/susnux))
9+
10+
### Fixed
11+
- fix(markdown): Add margin for all new paragraphs [\#1568](https://github.com/nextcloud/forms/pull/1568) ([susnux](https://github.com/susnux))
12+
- Place actions popover so it does not overflow the page [\#1554](https://github.com/nextcloud/forms/pull/1554) ([susnux](https://github.com/susnux))
13+
- fix: Replace `NcRichContenteditable` with `textarea` [\#1574](https://github.com/nextcloud/forms/pull/1574) ([susnux](https://github.com/susnux))
14+
15+
### Merged
16+
- Prepare for NC27 [\#1625](https://github.com/nextcloud/forms/pull/1625) ([Chartman123](https://github.com/Chartman123))
17+
- Replace deprecated code and fix issues found by static code analysis [\#1577](https://github.com/nextcloud/forms/pull/1577) ([susnux](https://github.com/susnux))
18+
19+
320
## 3.2.0 - 2023-03-06
421

522
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.1.0...3.2.0)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]]></description>
1515

1616
<licence>agpl</licence>
17-
<version>3.2.0</version>
17+
<version>3.3.0</version>
1818
<dependencies>
1919
<nextcloud min-version="25" max-version="27" />
2020
</dependencies>

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": "forms",
33
"description": "Forms app for nextcloud",
4-
"version": "3.2.0",
4+
"version": "3.3.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nextcloud/forms.git"

0 commit comments

Comments
 (0)