зеркало из https://github.com/nextcloud/forms.git
v3.1.0
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Родитель
2dd98e484c
Коммит
f18e270e88
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
|||
# Changelog
|
||||
|
||||
## 3.1.0 - 2023-02-20
|
||||
|
||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.0.4...v3.1.0)
|
||||
|
||||
### Enhancements
|
||||
- Allow formatting question and form descriptions using markdown [\#1394](https://github.com/nextcloud/forms/pull/1394) ([susnux](https://github.com/susnux))
|
||||
- Add Nextcloud 26 support [\#1489](https://github.com/nextcloud/forms/pull/1489) ([susnux](https://github.com/susnux))
|
||||
- Add test for method `newForm` of `ApiController` [\#1480](https://github.com/nextcloud/forms/pull/1480) ([susnux](https://github.com/susnux))
|
||||
- Drop `v-clipboard` in favor of native browser API [\#1478](https://github.com/nextcloud/forms/pull/1478) ([susnux](https://github.com/susnux))
|
||||
- Allow sharees to see results | Implement `PERMISSION_RESULTS` [\#1461](https://github.com/nextcloud/forms/pull/1461) ([susnux](https://github.com/susnux))
|
||||
- feat: Add slot for additional actions to the question component [\#1470](https://github.com/nextcloud/forms/pull/1470) ([susnux](https://github.com/susnux))
|
||||
|
||||
### Fixed
|
||||
- Fix Create edit mode [\#1498](https://github.com/nextcloud/forms/pull/1498) ([jotoeri](https://github.com/jotoeri))
|
||||
- Fix public view [\#1492](https://github.com/nextcloud/forms/pull/1492) ([jotoeri](https://github.com/jotoeri))
|
||||
- Fix some small `SubmissionService` issues [\#1490](https://github.com/nextcloud/forms/pull/1490) ([susnux](https://github.com/susnux))
|
||||
- Add missing computed property to edit view [\#1473](https://github.com/nextcloud/forms/pull/1473) ([Chartman123](https://github.com/Chartman123))
|
||||
|
||||
### Merged
|
||||
- Add shareHash parameter [\#1476](https://github.com/nextcloud/forms/pull/1476) ([Chartman123](https://github.com/Chartman123))
|
||||
|
||||
|
||||
## 3.0.4 - 2023-01-31
|
||||
|
||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.0.3...v3.0.4)
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
]]></description>
|
||||
|
||||
<licence>agpl</licence>
|
||||
<version>3.0.4</version>
|
||||
<version>3.1.0</version>
|
||||
<dependencies>
|
||||
<nextcloud min-version="25" max-version="26" />
|
||||
</dependencies>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "forms",
|
||||
"version": "3.0.4",
|
||||
"version": "3.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "forms",
|
||||
"version": "3.0.4",
|
||||
"version": "3.1.0",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "forms",
|
||||
"description": "Forms app for nextcloud",
|
||||
"version": "3.0.4",
|
||||
"version": "3.1.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nextcloud/forms.git"
|
||||
|
|
Загрузка…
Ссылка в новой задаче