2.0.0-beta.4

This commit is contained in:
John Molakvoæ (skjnldsv) 2020-06-09 23:07:19 +02:00
parent 15e35f51c2
commit 6e97c06722
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
4 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## v2.0.0-beta.4 - 2020-06-09
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta.3...v2.0.0-beta.4)
### Fixed
- Keep focus when copy Share-Link
[\#428](https://github.com/nextcloud/forms/pull/428) ([jotoeri](https://github.com/jotoeri))
- Avoid Submit on Enter
[\#413](https://github.com/nextcloud/forms/pull/413) ([jotoeri](https://github.com/jotoeri))
- Delete empty options from Db
[\#388](https://github.com/nextcloud/forms/pull/388) ([jotoeri](https://github.com/jotoeri))
## v2.0.0-beta.3 - 2020-06-04
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta2...v2.0.0-beta.3)

View file

@ -10,7 +10,7 @@
- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.
- **🙋 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.0-beta.3</version>
<version>2.0.0-beta.4</version>
<licence>agpl</licence>
<author>Affan Hussain</author>

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "forms",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

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