Skip to content

Commit

Permalink
chore: bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Oct 23, 2024
1 parent d568871 commit 863b296
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/form-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ All notable changes to [form-js](https://github.com/bpmn-io/form-js) are documen

_**Note:** Yet to be released changes appear here._

## 1.11.0

- `FEAT`: implement `filepicker` component ([#1264](https://github.com/bpmn-io/form-js/pull/1264))
- `FIX`: align drag preview/sticker properly ([#1267](https://github.com/bpmn-io/form-js/pull/1267))
- `DEPS`: update preact to 10.15.1 in lockfile ([#1283](https://github.com/bpmn-io/form-js/pull/1283))
- `FIX`: set radio name to properly imply tabindexes in firefox ([#1288](https://github.com/bpmn-io/form-js/pull/1288))
- `FIX`: adjust the am/pm time placeholder to `hh:mm --` ([#1289](https://github.com/bpmn-io/form-js/pull/1289))
- `FIX`: do not create a simple label in datetime components ([#1292](https://github.com/bpmn-io/form-js/pull/1292))
- `FEAT`: parameterized the properties panel subheading getter logic ([#1303](https://github.com/bpmn-io/form-js/pull/1303))

## 1.10.1

- `FIX`: serialize object table cells using the JSON serializer ([#1139](https://github.com/bpmn-io/form-js/issues/1139))
Expand Down

0 comments on commit 863b296

Please sign in to comment.