Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol
diffdown.com
1## 6.3.1 (2024-11-26)
2
3### Bug fixes
4
5When completing a property name, insert a colon and space after the name.
6
7## 6.3.0 (2024-09-07)
8
9### New features
10
11CSS autocompletion now completes `@`-keywords.
12
13## 6.2.1 (2023-08-04)
14
15### Bug fixes
16
17Allow keyframe blocks to be code-folded.
18
19## 6.2.0 (2023-04-26)
20
21### Bug fixes
22
23Explicitly list @lezer/common as a package dependency.
24
25### New features
26
27Export `defineCSSCompletionSource`, which allows one to define a CSS-style completion source for dialects with their own variable syntax.
28
29## 6.1.1 (2023-03-08)
30
31### Bug fixes
32
33Provide better completions when completing directly in a `Styles` top node.
34
35## 6.1.0 (2023-03-06)
36
37### New features
38
39CSS completion can now complete variable names.
40
41## 6.0.2 (2023-01-28)
42
43### Bug fixes
44
45Fetch the available CSS property names in a way that works on Chrome.
46
47## 6.0.1 (2022-10-24)
48
49### Bug fixes
50
51CSS completion now supports a number of additional recent and semi-standardized pseudo-class names.
52
53## 6.0.0 (2022-06-08)
54
55### Breaking changes
56
57Update dependencies to 6.0.0
58
59## 0.20.0 (2022-04-20)
60
61### Breaking changes
62
63Update dependencies to 0.20.0
64
65## 0.19.3 (2021-09-24)
66
67### Bug fixes
68
69Use more appropriate highlighting tags for attribute names, tag names, and CSS variables.
70
71## 0.19.2 (2021-09-22)
72
73### New features
74
75The package now exports a completion source function, rather than a prebuilt completion extension.
76
77## 0.19.1 (2021-08-11)
78
79### Bug fixes
80
81Fix incorrect versions for @lezer dependencies.
82
83## 0.19.0 (2021-08-11)
84
85### Breaking changes
86
87Update dependencies to 0.19.0
88
89## 0.18.0 (2021-03-03)
90
91### Breaking changes
92
93Update dependencies to 0.18.
94
95## 0.17.1 (2021-01-06)
96
97### New features
98
99The package now also exports a CommonJS module.
100
101## 0.17.0 (2020-12-29)
102
103### Breaking changes
104
105First numbered release.
106