1
0

update changelog for 0.9.6

This commit is contained in:
Michael Schramm 2020-07-17 10:39:15 +02:00
parent 6e7194d64b
commit 6e1f2b7edb
3 changed files with 42 additions and 2 deletions

@ -8,11 +8,51 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
### Changed
### Fixed
### Security
## [0.9.6] - 2020-07-17
### Added
- slug for fields to be able to set value by url parameter
- form submission hokks
- default index.html for api without bundled ui
- slug for form fields can now be saved
- submission webhooks with ability to customize json payload
```
{
form: ID
submission: ID
created: DateTime
lastModified: DateTime
fields: [
{
field: ID
slug: String
value: any
}
]
}
```
### Changed
- minify containers to reduce layer size
### Fixed
- bug in settings resolver with nullable fields
- bug if user was deleted and form still exists
- do not show login note if it is not set
- typo in dropdown options https://github.com/ohmyform/ohmyform/issues/96
- query parms are not parsed https://github.com/ohmyform/ui/pull/27 https://github.com/ohmyform/ohmyform/issues/100
- errors because of missing user reference (https://github.com/ohmyform/ohmyform/issues/102)
### Security
- container now runs as non root user

2
api

@ -1 +1 @@
Subproject commit 99fd0b4dc7412e72ca3324810cc1baf6a7790c21
Subproject commit b3ba5cfc5131db3bcf51fbe963c294d54c9ee495

2
ui

@ -1 +1 @@
Subproject commit 84f23706b5dbea2f77890b8836065892fc2a180b
Subproject commit 78cadf0942e87d91c03efdfe6c65be6c54a60777