Skip to content

Commit 571ae82

Browse files
committed
0.24.0
1 parent fd2b7c9 commit 571ae82

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
@@ -94,7 +94,7 @@ The priority is descending order.
9494

9595
#### Defined in
9696

97-
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/renderers.tsx#L17)
97+
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/renderers.tsx#L17)
9898

9999
## Type Aliases
100100

@@ -104,7 +104,7 @@ The priority is descending order.
104104

105105
#### Defined in
106106

107-
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/renderers.tsx#L4)
107+
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/renderers.tsx#L4)
108108

109109
___
110110

@@ -128,7 +128,7 @@ ___
128128

129129
#### Defined in
130130

131-
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/types.ts#L1)
131+
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/types.ts#L1)
132132

133133
___
134134

@@ -138,4 +138,4 @@ ___
138138

139139
#### Defined in
140140

141-
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/types.ts#L3)
141+
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/types.ts#L3)

docs/interfaces/RichInputProps.md

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

4444
#### Defined in
4545

46-
[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/input.tsx#L120)
46+
[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/input.tsx#L120)
4747

4848
___
4949

@@ -59,7 +59,7 @@ undefined
5959

6060
#### Defined in
6161

62-
[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/input.tsx#L125)
62+
[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/input.tsx#L125)
6363

6464
___
6565

@@ -89,4 +89,4 @@ undefined
8989

9090
#### Defined in
9191

92-
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/input.tsx#L130)
92+
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/input.tsx#L130)

docs/interfaces/RichTextareaProps.md

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

4343
#### Defined in
4444

45-
[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/textarea.tsx#L110)
45+
[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/textarea.tsx#L110)
4646

4747
___
4848

@@ -60,7 +60,7 @@ undefined
6060

6161
#### Defined in
6262

63-
[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/textarea.tsx#L117)
63+
[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/src/textarea.tsx#L117)
6464

6565
___
6666

@@ -90,4 +90,4 @@ undefined
9090

9191
#### Defined in
9292

93-
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/0f29bdb/src/textarea.tsx#L122)
93+
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/fd2b7c9/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.23.0",
3+
"version": "0.24.0",
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)