Skip to content

Commit beb7ada

Browse files
committed
0.24.4
1 parent 2ecc1e7 commit beb7ada

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The priority is descending order.
8989

9090
#### Defined in
9191

92-
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/renderers.tsx#L17)
92+
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/renderers.tsx#L17)
9393

9494
## Type Aliases
9595

@@ -99,7 +99,7 @@ The priority is descending order.
9999

100100
#### Defined in
101101

102-
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/renderers.tsx#L4)
102+
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/renderers.tsx#L4)
103103

104104
___
105105

@@ -123,7 +123,7 @@ ___
123123

124124
#### Defined in
125125

126-
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/types.ts#L1)
126+
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/types.ts#L1)
127127

128128
___
129129

@@ -133,4 +133,4 @@ ___
133133

134134
#### Defined in
135135

136-
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/types.ts#L3)
136+
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/types.ts#L3)

docs/interfaces/RichInputProps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ undefined
4545

4646
#### Defined in
4747

48-
[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/input.tsx#L120)
48+
[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/input.tsx#L120)
4949

5050
___
5151

@@ -63,7 +63,7 @@ undefined
6363

6464
#### Defined in
6565

66-
[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/input.tsx#L125)
66+
[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/input.tsx#L125)
6767

6868
___
6969

@@ -95,4 +95,4 @@ undefined
9595

9696
#### Defined in
9797

98-
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/input.tsx#L130)
98+
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/input.tsx#L130)

docs/interfaces/RichTextareaProps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ undefined
4444

4545
#### Defined in
4646

47-
[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/textarea.tsx#L110)
47+
[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/textarea.tsx#L110)
4848

4949
___
5050

@@ -64,7 +64,7 @@ undefined
6464

6565
#### Defined in
6666

67-
[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/textarea.tsx#L117)
67+
[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/textarea.tsx#L117)
6868

6969
___
7070

@@ -96,4 +96,4 @@ undefined
9696

9797
#### Defined in
9898

99-
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/textarea.tsx#L122)
99+
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/textarea.tsx#L122)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rich-textarea",
3-
"version": "0.24.3",
3+
"version": "0.24.4",
44
"description": "A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",

0 commit comments

Comments
 (0)