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: Update changelog #872

Merged
merged 2 commits into from
Nov 1, 2023
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
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))
* `FEAT`: implement <formField.search> events ([#785](https://github.com/bpmn-io/form-js/issues/785))
* `CHORE`: update schemaVersion to 12

### 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