Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2023-03-06 19:58:14 +01:00
Родитель 75e7a0f4bd
Коммит 769de6149b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A865740F334316E0
4 изменённых файлов: 23 добавлений и 4 удалений

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

@ -1,5 +1,24 @@
# Changelog
## 3.2.0 - 2023-03-06
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.1.0...3.2.0)
### Enhancements
- Make timestamp in csv export ISO 8601 compliant [\#1531](https://github.com/nextcloud/forms/pull/1531) ([Chartman123](https://github.com/Chartman123))
- Add lastUpdated property to Form [\#1479](https://github.com/nextcloud/forms/pull/1479) ([Chartman123](https://github.com/Chartman123))
### Fixed
- Fix paragraph rendering [\#1542](https://github.com/nextcloud/forms/pull/1542) ([jotoeri](https://github.com/jotoeri))
- Move API to v2.1 [\#1539](https://github.com/nextcloud/forms/pull/1539) ([Chartman123](https://github.com/Chartman123))
- Make skip to content buttons work [\#1530](https://github.com/nextcloud/forms/pull/1530) ([susnux](https://github.com/susnux))
### Merged
- Replace deprecated NcMultiselect with recommended NcSelect [\#1471](https://github.com/nextcloud/forms/pull/1471) ([susnux](https://github.com/susnux))
- Added test for `cloneForm` in `ApiController` [\#1488](https://github.com/nextcloud/forms/pull/1488) ([susnux](https://github.com/susnux))
- Add information about API to appinfo [\#1529](https://github.com/nextcloud/forms/pull/1529) ([susnux](https://github.com/susnux))
## 3.1.0 - 2023-02-20
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.0.4...v3.1.0)

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

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

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

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

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

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