зеркало из https://github.com/nextcloud/forms.git
2.1.0
This commit is contained in:
Родитель
3cd659774e
Коммит
626a34fde4
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## [v2.0.5](https://github.com/nextcloud/forms/tree/v2.0.5) (2021-01-04)
|
||||
|
||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.4...v2.0.5)
|
||||
|
||||
### Merged
|
||||
- Add Date & Datetime Component [\#672](https://github.com/nextcloud/forms/pull/672) ([jotoeri](https://github.com/jotoeri))
|
||||
- Bump eslint to 7 and associated dependencies [\#661](https://github.com/nextcloud/forms/pull/661) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- Inform user if the form is anonymous [\#635](https://github.com/nextcloud/forms/pull/635) ([Nienzu](https://github.com/Nienzu))
|
||||
|
||||
### Fixed
|
||||
- Fix datetime mandatory [\#696](https://github.com/nextcloud/forms/pull/696) ([jotoeri](https://github.com/jotoeri))
|
||||
- Fix Popover-Reference [\#695](https://github.com/nextcloud/forms/pull/695) ([jotoeri](https://github.com/jotoeri))
|
||||
- Fix time-formatting [\#671](https://github.com/nextcloud/forms/pull/671) ([jotoeri](https://github.com/jotoeri))
|
||||
- l10n: Remove the space character in Submit.vue [\#637](https://github.com/nextcloud/forms/pull/637) ([Valdnet](https://github.com/Valdnet))
|
||||
- l10n: Remove the space character in Create.vue [\#636](https://github.com/nextcloud/forms/pull/636) ([Valdnet](https://github.com/Valdnet))
|
||||
|
||||
## [v2.0.4](https://github.com/nextcloud/forms/tree/v2.0.4) (2020-09-01)
|
||||
|
||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.3...v2.0.4)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
|
||||
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
|
||||
]]></description>
|
||||
<version>2.0.4</version>
|
||||
<version>2.1.0</version>
|
||||
<licence>agpl</licence>
|
||||
|
||||
<author>Affan Hussain</author>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "forms",
|
||||
"version": "2.0.4",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "forms",
|
||||
"description": "Forms app for nextcloud",
|
||||
"version": "2.0.4",
|
||||
"version": "2.1.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nextcloud/forms.git"
|
||||
|
|
Загрузка…
Ссылка в новой задаче