зеркало из https://github.com/nextcloud/forms.git
v3.2.0
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Родитель
75e7a0f4bd
Коммит
769de6149b
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче