Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CHANGELOG): correct minor formatting issues #1003

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions packages/form-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The `@bpmn-io/form-js-carbon-styles` deprecates the `carbon-styles.js` styled co

### Playground

`FEAT`: provide `additionalModules` to both viewer and editor ([#776](https://github.com/bpmn-io/form-js/pull/776))
* `FEAT`: provide `additionalModules` to both viewer and editor ([#776](https://github.com/bpmn-io/form-js/pull/776))

## 1.3.3

Expand Down Expand Up @@ -358,7 +358,6 @@ The missing styles are included in the general style exports (`form-js.css`, `fo

* `FIX`: use defined `validationType` for custom `validate` ([#537](https://github.com/bpmn-io/form-js/pull/537))


## 0.12.0

### General
Expand Down Expand Up @@ -438,14 +437,12 @@ The missing styles are included in the general style exports (`form-js.css`, `fo
* `FEAT`: allow `h6` elements in text view ([#412](https://github.com/bpmn-io/form-js/issues/412))
* `FIX`: hidden fields do not affect other fields ([#431](https://github.com/bpmn-io/form-js/issues/431))


## 0.10.0-alpha.3

### General

* `FIX`: remove ES2020 syntax ([#448](https://github.com/bpmn-io/form-js/pull/448))


## 0.10.0-alpha.2

### General
Expand All @@ -458,12 +455,10 @@ The missing styles are included in the general style exports (`form-js.css`, `fo
* `DEPS`: update to `diagram-js@11` ([`6e2d5a1d`](https://github.com/bpmn-io/form-js/commit/6e2d5a1d15fcd8a3c8c2b9787adcc637e46c552b))
* `DEPS`: update to `@bpmn-io/properties-panel@1` ([`fdda226f`](https://github.com/bpmn-io/form-js/commit/fdda226ff986532f6058a37dc647ac296ff3e8f4))


### Editor

* `FEAT`: validate `valuesKey` in properties panel ([#428](https://github.com/bpmn-io/form-js/issues/428))


## 0.10.0-alpha.1

### Editor
Expand Down Expand Up @@ -496,7 +491,6 @@ The missing styles are included in the general style exports (`form-js.css`, `fo
* `FEAT`: enable JSON validation ([#386](https://github.com/bpmn-io/form-js/pull/386))
* `FEAT`: emit `formPlayground.inputDataError` ([`7341834b`](https://github.com/bpmn-io/form-js/commit/7341834bae4635970138f962583445867a89654e))


## 0.9.9

### Playground
Expand Down Expand Up @@ -553,14 +547,12 @@ _Re-release of 0.9.2._

* `CHORE`: upgrade to `[email protected]` ([b914b2f3](https://github.com/bpmn-io/form-js/commit/b914b2f3b862c0c9f2828f29e93ed2bbd076941c))


## 0.9.1

### Viewer

* `FIX`: increase description color contrast ([#334](https://github.com/bpmn-io/form-js/issues/334))


## 0.9.0

### Editor
Expand All @@ -574,7 +566,6 @@ _Re-release of 0.9.2._
* `FEAT`: allow to configure `exporter` ([#331](https://github.com/bpmn-io/form-js/issues/331))
* `FEAT`: make initial schema optional ([`e041c24a`](https://github.com/bpmn-io/form-js/commit/e041c24a86f3a5dc75ebba2cf5ac3ce724d65384))


## 0.8.0

### General
Expand Down
Loading