You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/COMMIT_CONVENTION.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,32 @@
4
4
5
5
#### Examples
6
6
7
-
Appears under "Features" header, pencil subheader:
7
+
Appears under "Features" header, `compiler` subheader:
8
8
9
9
```
10
-
feat(pencil): add 'graphiteWidth' option
10
+
feat(compiler): add 'comments' option
11
11
```
12
12
13
-
Appears under "Bug Fixes" header, graphite subheader, with a link to issue #28:
13
+
Appears under "Bug Fixes" header, `v-model` subheader, with a link to issue #28:
14
14
15
15
```
16
-
fix(graphite): stop graphite breaking when width < 0.1
16
+
fix(v-model): handle events on blur
17
17
18
18
close #28
19
19
```
20
20
21
21
Appears under "Performance Improvements" header, and under "Breaking Changes" with the breaking change explanation:
22
22
23
23
```
24
-
perf(pencil): remove graphiteWidth option
24
+
perf(core): improve vdom diffing by removing 'foo' option
25
25
26
-
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason.
26
+
BREAKING CHANGE: The 'foo' option has been removed.
27
27
```
28
28
29
29
The following commit and commit `667ecc1` do not appear in the changelog if they are under the same release. If not, the revert commit appears under the "Reverts" header.
30
30
31
31
```
32
-
revert: feat(pencil): add 'graphiteWidth' option
32
+
revert: feat(compiler): add 'comments' option
33
33
34
34
This reverts commit 667ecc1654a317a13331b17617d973392f415f02.
0 commit comments