@bpmn-io/form-js
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -9,2 +9,16 @@ # Changelog | ||
## 0.0.9 | ||
### Viewer | ||
* `FEAT`: improve positioning of powered by logo | ||
* `FEAT`: simplify initial form element labels | ||
* `FIX`: restore `for` and `name` properties on inputs and labels ([#32](https://github.com/bpmn-io/form-js/issues/32)) | ||
* `FIX`: correct commonjs bundle issue ([#29](https://github.com/bpmn-io/form-js/issues/29)) | ||
### Editor | ||
* `FEAT`: improve property labels | ||
* `FEAT`: emit blur and focus events | ||
## 0.0.8 | ||
@@ -11,0 +25,0 @@ |
{ | ||
"name": "@bpmn-io/form-js", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "View and edit forms - powered by bpmn.io", | ||
@@ -37,6 +37,6 @@ "exports": { | ||
"dependencies": { | ||
"@bpmn-io/form-js-editor": "^0.0.8", | ||
"@bpmn-io/form-js-viewer": "^0.0.8" | ||
"@bpmn-io/form-js-editor": "^0.0.9", | ||
"@bpmn-io/form-js-viewer": "^0.0.9" | ||
}, | ||
"gitHead": "a2842412e44bd83f01f85a36c1c78aa74f496791" | ||
"gitHead": "d781378bc800546209d2ee8d0b7796445c86656d" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17166
440
3164
4
+ Added@bpmn-io/form-js-editor@0.0.9(transitive)
+ Added@bpmn-io/form-js-viewer@0.0.9(transitive)
- Removed@bpmn-io/form-js-editor@0.0.8(transitive)
- Removed@bpmn-io/form-js-viewer@0.0.8(transitive)