Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Christian Hartmann 2023-05-22 20:59:49 +02:00
Родитель da50512aa7
Коммит e0058cc975
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 01CF79F7199D2C63
4 изменённых файлов: 21 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,22 @@
# Changelog
## 3.3.0 - 2023-05-22
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.2.0...3.3.0)
### Enhancements
- Improve and unify Markdown output style [\#1575](https://github.com/nextcloud/forms/pull/1575) ([susnux](https://github.com/susnux))
### Fixed
- fix(markdown): Add margin for all new paragraphs [\#1568](https://github.com/nextcloud/forms/pull/1568) ([susnux](https://github.com/susnux))
- Place actions popover so it does not overflow the page [\#1554](https://github.com/nextcloud/forms/pull/1554) ([susnux](https://github.com/susnux))
- fix: Replace `NcRichContenteditable` with `textarea` [\#1574](https://github.com/nextcloud/forms/pull/1574) ([susnux](https://github.com/susnux))
### Merged
- Prepare for NC27 [\#1625](https://github.com/nextcloud/forms/pull/1625) ([Chartman123](https://github.com/Chartman123))
- Replace deprecated code and fix issues found by static code analysis [\#1577](https://github.com/nextcloud/forms/pull/1577) ([susnux](https://github.com/susnux))
## 3.2.0 - 2023-03-06
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.1.0...3.2.0)

Просмотреть файл

@ -14,7 +14,7 @@
]]></description>
<licence>agpl</licence>
<version>3.2.0</version>
<version>3.3.0</version>
<dependencies>
<nextcloud min-version="25" max-version="27" />
</dependencies>

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "forms",
"version": "3.2.0",
"version": "3.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "forms",
"version": "3.2.0",
"version": "3.3.0",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.0.0",

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "forms",
"description": "Forms app for nextcloud",
"version": "3.2.0",
"version": "3.3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"