@scalar/use-codemirror 0.7.0 β 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +112 -0
- package/package.json +3 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
# @scalar/use-codemirror
|
|
2
|
+
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 048555c6: feat: add CHANGELOG.md to the package
|
|
8
|
+
|
|
9
|
+
## 0.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 3b1fec80: feat: show response body preview for json and html, add html syntax highlighting, no preview for unknown content
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- b184bdf2: codemirror themeing and other theme fixes
|
|
18
|
+
- addd9fa2: feat: use `default` prefix for all CSS variables
|
|
19
|
+
|
|
20
|
+
## 0.6.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- 87fda5af: chore: update dependencies
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- ef080a26: chore: format package.json
|
|
29
|
+
|
|
30
|
+
## 0.5.4
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 81336114: add yjs support
|
|
35
|
+
|
|
36
|
+
## 0.5.3
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- 068669b6: fix: unwrap extensions list
|
|
41
|
+
|
|
42
|
+
## 0.5.2
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- ac492d94: fix: restart CodeMirror when custom extensions are added/removed
|
|
47
|
+
|
|
48
|
+
## 0.5.1
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- d51aebe5: chore: remove source files from packages
|
|
53
|
+
|
|
54
|
+
## 0.5.0
|
|
55
|
+
|
|
56
|
+
### Minor Changes
|
|
57
|
+
|
|
58
|
+
- 0902d82c: \* refactor: add the CodeMirror component to @scalar/use-codemirror, use it everywhere
|
|
59
|
+
- feat: allow to pass forceDarkMode to the CodeMirror component
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- 10498d9d: chore: add README
|
|
64
|
+
- 494083a0: add more information to the package.json
|
|
65
|
+
|
|
66
|
+
## 0.4.0
|
|
67
|
+
|
|
68
|
+
### Minor Changes
|
|
69
|
+
|
|
70
|
+
- 5057e213: make npm packages public :-)
|
|
71
|
+
|
|
72
|
+
## 0.3.1
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- 6420305b: fix: only require nunjucks where itβs needed
|
|
77
|
+
|
|
78
|
+
## 0.3.0
|
|
79
|
+
|
|
80
|
+
### Minor Changes
|
|
81
|
+
|
|
82
|
+
- b0f5221: manually releasing all packages to make sure the lastest version is on npm
|
|
83
|
+
|
|
84
|
+
## 0.2.0
|
|
85
|
+
|
|
86
|
+
### Minor Changes
|
|
87
|
+
|
|
88
|
+
- a ton of fixes, new fastify plugin
|
|
89
|
+
|
|
90
|
+
## 0.1.4
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- fix: externalize dependencies
|
|
95
|
+
|
|
96
|
+
## 0.1.3
|
|
97
|
+
|
|
98
|
+
### Patch Changes
|
|
99
|
+
|
|
100
|
+
- fix: add CSS file to swagger editor
|
|
101
|
+
|
|
102
|
+
## 0.1.2
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- 7cd41bc: fix: point main entry to dist folder
|
|
107
|
+
|
|
108
|
+
## 0.1.1
|
|
109
|
+
|
|
110
|
+
### Patch Changes
|
|
111
|
+
|
|
112
|
+
- f46e320: Initial release π
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scalar/use-codemirror",
|
|
3
3
|
"description": "CodeMirror for Vue",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"author": "Scalar (https://github.com/scalar)",
|
|
6
6
|
"bugs": "https://github.com/scalar/scalar/issues/new",
|
|
7
7
|
"dependencies": {
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"import": "./dist/index.js"
|
|
45
45
|
},
|
|
46
46
|
"files": [
|
|
47
|
-
"dist"
|
|
47
|
+
"dist",
|
|
48
|
+
"CHANGELOG.md"
|
|
48
49
|
],
|
|
49
50
|
"homepage": "https://github.com/scalar/scalar",
|
|
50
51
|
"keywords": [
|