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

Remove properties panel css #958

Merged
merged 4 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ ___Note:__ Yet to be released changes appear here._

## 5.0.0

* `CHORE`: remove `properties-panel.css` ([#958](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/958))
* `CHORE`: remove `element-template.css` ([#956](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/956))
* `FIX`: remove output group from error end events ([#952](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/952))
* `DEPS`: update to `@bpmn-io/properties-panel@3.3.2` ([#958](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/958))

### Breaking Changes

* `assets/element-template.css` are no longer published from this package. Please use [`bpmn-js-element-templates`](https://github.com/bpmn-io/bpmn-js-element-templates) instead.
* `dist/assets/properties-panel.css` is no longer published from this package. Please use [`bpmn-js-element-templates/dist/assets/properties-panel.css`](https://github.com/bpmn-io/bpmn-js-element-templates) instead.
* `dist/assets/properties-panel.css` is no longer published from this package. Please use [`@bpmn-io/properties-panel/assets/properties-panel.css`](https://github.com/bpmn-io/properties-panel) instead.

## 4.0.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const modeler = new BpmnModeler({
For proper styling include the necessary stylesheets:

```html
<link rel="stylesheet" href="https://unpkg.com/bpmn-js-properties-panel/dist/assets/properties-panel.css">
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/properties-panel/assets/properties-panel.css">
```


Expand Down
Loading