UNPKG

2.81 kBMarkdownView Raw
1# Changelog
2
3All notable changes to [bpmn-js-bpmnlint](https://github.com/bpmn-io/bpmn-js-bpmnlint) are documented here. We use [semantic versioning](http://semver.org/) for releases.
4
5## Unreleased
6
7___Note:__ Yet to be released changes appear here._
8
9## 0.18.2
10
11_Re-release of 0.18.1 without pending feature commit._
12
13## 0.18.1
14
15* `FIX`: display root element warnings ([#34](https://github.com/bpmn-io/bpmn-js-bpmnlint/pull/34))
16
17## 0.18.0
18
19* `FEAT`: display process errors in collaboration on linked participant ([#31](https://github.com/bpmn-io/bpmn-js-bpmnlint/pull/31))
20* `FIX`: correct related element pill height
21
22## 0.17.0
23
24* `CHORE`: bump to `bpmn-js@8.3.0` and `bpmnlint@7.2.1`
25* `FIX`: display issues for elements without bpmndi on root element level ([#27](https://github.com/bpmn-io/bpmn-js-bpmnlint/issues/27))
26
27## 0.16.0
28
29* `CHORE`: bump to `bpmnlint@0.16.0`
30* `FIX`: prevent icon shrinks on longer lint messages ([#24](https://github.com/bpmn-io/bpmn-js-bpmnlint/issues/24))
31
32## 0.15.0
33
34* `FEAT`: add UMD distribution
35
36## 0.14.0
37
38* `FEAT`: add translation of reports
39
40## 0.13.1
41
42* `FIX`: add missing dependency
43
44## 0.13.0
45
46_This is more or less a full rewrite of the extension._
47
48* `FEAT`: add ability to configure initial activation state
49* `FEAT`: rework api
50* `FEAT`: use `overlays` for root element, too
51* `FEAT`: show rule name on tooltip hover
52* `FEAT`: improve look and feel
53* `FEAT`: reposition validation button and add title hint
54* `CHORE`: namespace styles
55* `CHORE`: clearly separate public and private methods
56
57## 0.12.4
58
59* `FIX`: correct no configuration set check
60
61## 0.12.3
62
63* `CHORE`: bump bpmnlint version
64
65## 0.12.2
66
67* `FIX`: do not override eagerly provided external config
68
69## 0.12.1
70
71* `CHORE`: support `bpmnlint@6`
72
73## 0.12.0
74
75* `FEAT`: allow manually setting lint rules
76* `FEAT`: emit life-cycle events
77* `CHORE`: drop debug log statements
78
79## 0.11.1
80
81* `CHORE`: remove unneeded dev asset from bundle
82* `FIX`: pack css assets again
83
84## 0.11.0
85
86* `FEAT`: integrate with `editorActions`
87* `FEAT`: show human readable error on missing `config.linting`
88* `CHORE`: test against `bpmn-js@4`
89* `CHORE`: test against `bpmnlint@5.1`
90
91## 0.10.1
92
93* `CHORE`: update to `npm-run-all@4.1.5`
94* `CHORE`: drop example, as it got replaced by [bpmnlint-playground](https://github.com/bpmn-io/bpmnlint-playground)
95
96## 0.10.0
97
98* `CHORE`: support `bpmnlint@5`
99
100## 0.9.0
101
102* `CHORE`: make `bpmnlint` a peer dependency
103
104## 0.8.1
105
106* `CHORE`: update to `bpmnlint@3.3.1`
107
108## 0.8.0
109
110* `CHORE`: update to `bpmnlint@3.3.0`
111
112## 0.7.1
113
114* `FIX`: bump dependency to `min-dom@3`
115
116## 0.7.0
117
118* `FEAT`: make `bpmnlint` an external dependency
119* `CHORE`: bundle sourcemaps
120
121## 0.6.0
122
123* `FEAT`: emit `linting.toggle` event
124* `FIX`: clear issues on `diagram.clear`
125
126## ...
127
128Check `git log` for earlier history.