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: prepare 0.13.0-alpha.8 release #109

Merged
merged 1 commit into from
Apr 6, 2022
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
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn

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

## 0.13.0-alpha.8

* `FEAT`: support element template custom icons ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
* `DEPS`: update to `[email protected]` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
* `DEPS`: update to `[email protected]` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
* `DEPS`: update to `[email protected]` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
* `DEPS`: update to `[email protected]` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
* `DEPS`: update to `@bpmn-io/[email protected]` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))

### Key changes in Properties Panel

* `FEAT`: apply element template icons ([#641](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/641))
* `FEAT`: change task type when element template is applied ([#648](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/648))
* `FEAT`: display element template icons in header ([#650](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/650))

## 0.13.0-alpha.7

_Re-publish of v0.13.0-alpha.6 with fixed distro._
Expand All @@ -18,7 +33,7 @@ _Re-publish of v0.13.0-alpha.6 with fixed distro._
* `DEPS`: update to `@bpmn-io/[email protected]`
* `DEPS`: update to `[email protected]`

# Properties Panel
### Key changes in Properties Panel

* `FEAT`: allow showing entries and errors through events ([#137](https://github.com/bpmn-io/properties-panel/pull/137))
* `FEAT`: allow opening groups per default ([#139](https://github.com/bpmn-io/properties-panel/pull/139))
Expand Down