@rcarls/rc-textarea-adapters 0.4.0 → 0.4.2
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 +54 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# @rcarls/rc-textarea-adapters
|
|
2
|
+
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @rcarls/rc-textarea@0.4.2
|
|
8
|
+
|
|
9
|
+
## 0.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- @rcarls/rc-textarea@0.4.1
|
|
14
|
+
|
|
15
|
+
## 0.4.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [46810f7]
|
|
20
|
+
- Updated dependencies [32b1dc4]
|
|
21
|
+
- Updated dependencies [c50d9e2]
|
|
22
|
+
- Updated dependencies [be4f0ae]
|
|
23
|
+
- Updated dependencies [c40a1be]
|
|
24
|
+
- Updated dependencies [aecba33]
|
|
25
|
+
- @rcarls/rc-textarea@0.4.0
|
|
26
|
+
|
|
27
|
+
## 0.3.2
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- @rcarls/rc-textarea@0.3.2
|
|
32
|
+
|
|
33
|
+
## 0.3.1
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [808afe4]
|
|
38
|
+
- @rcarls/rc-textarea@0.3.1
|
|
39
|
+
|
|
40
|
+
## 0.3.0
|
|
41
|
+
|
|
42
|
+
### Changed
|
|
43
|
+
|
|
44
|
+
- Update package metadata, README intro, and docs links.
|
|
45
|
+
|
|
46
|
+
### Dependencies
|
|
47
|
+
|
|
48
|
+
- Sync internal dependencies to 0.3.0.
|
|
49
|
+
|
|
50
|
+
## 0.2.0
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- @rcarls/rc-textarea@0.2.0
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.4.
|
|
6
|
+
"version": "0.4.2",
|
|
7
7
|
"description": "Adapter factories that connect Lezer, unified, and Shiki tokenizers to rc-textarea.",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build": "tsc && vite build"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@rcarls/rc-textarea": "
|
|
34
|
+
"@rcarls/rc-textarea": "0.4.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@lezer/common": ">=1.0.0",
|
|
@@ -54,4 +54,4 @@
|
|
|
54
54
|
"vite": "^7.1.7",
|
|
55
55
|
"vite-plugin-dts": "^4.5.4"
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|