@scalar/use-codemirror 0.13.6 → 0.13.7
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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @scalar/use-codemirror
|
|
2
2
|
|
|
3
|
+
## 0.13.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/components@0.16.13**
|
|
10
|
+
- [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove internal unused export
|
|
11
|
+
- `CARD_Heading_SYMBOL`
|
|
12
|
+
- `FORM_GROUP_SYMBOL`
|
|
13
|
+
- `formatHotKey#isDefault`
|
|
14
|
+
- `LoadingCompletionOptions`
|
|
15
|
+
- `MaybeElement`
|
|
16
|
+
- `ScalarComboBox#isGroup`
|
|
17
|
+
|
|
18
|
+
- [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove unused `@scalar/use-toasts` dependency
|
|
19
|
+
- [#7604](https://github.com/scalar/scalar/pull/7604): fix(components): improve sidebar groups
|
|
20
|
+
- [#7589](https://github.com/scalar/scalar/pull/7589): chore(components): upgrade to Storybook 10
|
|
21
|
+
|
|
3
22
|
## 0.13.6
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"vue",
|
|
17
17
|
"vue3"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.13.
|
|
19
|
+
"version": "0.13.7",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@lezer/highlight": "^1.2.1",
|
|
56
56
|
"@replit/codemirror-css-color-picker": "^6.3.0",
|
|
57
57
|
"vue": "^3.5.21",
|
|
58
|
-
"@scalar/components": "0.16.
|
|
58
|
+
"@scalar/components": "0.16.13"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@vitejs/plugin-vue": "6.0.1",
|