-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|