Skip to content

Commit

Permalink
chore: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Nov 1, 2023
1 parent 138e425 commit c2d751b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/form-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,34 @@

All notable changes to [form-js](https://github.com/bpmn-io/form-js) are documented here. We use [semantic versioning](http://semver.org/) for releases.

## Unreleased
## 1.4.0

___Note:__ Yet to be released changes appear here._

### General

* `FEAT`: support custom form fields ([#123](https://github.com/bpmn-io/form-js/issues/123))
* `FEAT`: implement separator form field ([#480](https://github.com/bpmn-io/form-js/issues/480))
* `CHORE`: update schemaVersion to 12
* `FEAT`: implement <formField.search> events ([#785](https://github.com/bpmn-io/form-js/issues/785))

### Viewer

* `FEAT`: provide more customization options, as of ([#776](https://github.com/bpmn-io/form-js/pull/776))
* extending form field config via `icon`, `iconUrl`, `propertiesPanelEntries`
* re-export core components as `Label`, `Description`, `Errors`
* `FEAT`: make it easier to navigate over tags in `taglist` component([#435](https://github.com/bpmn-io/form-js/issues/435))
* `FEAT`: add focus and blur events ([#841](https://github.com/bpmn-io/form-js/pull/841))

### Editor

* `FEAT`: add properties panel providers mechanism ([#776](https://github.com/bpmn-io/form-js/pull/776))
* `FEAT`: collect palette entries and properties panel header information via form field configs ([#776](https://github.com/bpmn-io/form-js/pull/776))
* `FEAT`: add `isDefaultVisible` control to all properties panel entries ([#776](https://github.com/bpmn-io/form-js/pull/776))
* `FEAT`: re-export hooks
* `FEAT`: better keyboard support for pallette entries ([#536](https://github.com/bpmn-io/form-js/issues/536))
* `DEPS`: update to `@bpmn-io/[email protected]`
* `FIX`: improve pallette visuals ([#539](https://github.com/bpmn-io/form-js/issues/539)) ([#848](https://github.com/bpmn-io/form-js/issues/848))

### Playground

Expand Down

0 comments on commit c2d751b

Please sign in to comment.