Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 6, 2023
1 parent d55547b commit a16d8bd
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Component Functions

- [RichTextarea](API.md#richtextarea)
- [RichInput](API.md#richinput)
- [experimental\_RichInput](API.md#experimental_richinput)

### Other Functions

Expand Down Expand Up @@ -48,9 +48,9 @@ node_modules/@types/react/ts5.0/index.d.ts:345

___

### RichInput
### experimental\_RichInput

**RichInput**(`props`): ``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>
**experimental_RichInput**(`props`): ``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>

Input component with some extra props. See [RichInputProps](interfaces/RichInputProps.md) and [RichInputHandle](interfaces/RichInputHandle.md).

Expand Down Expand Up @@ -94,7 +94,7 @@ The priority is descending order.

#### Defined in

[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/1a44777/src/renderers.tsx#L17)
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/d55547b/src/renderers.tsx#L17)

## Type Aliases

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

#### Defined in

[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/1a44777/src/renderers.tsx#L4)
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/d55547b/src/renderers.tsx#L4)

___

Expand All @@ -128,7 +128,7 @@ ___

#### Defined in

[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/1a44777/src/types.ts#L1)
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/d55547b/src/types.ts#L1)

___

Expand All @@ -138,4 +138,4 @@ ___

#### Defined in

[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/1a44777/src/types.ts#L3)
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/d55547b/src/types.ts#L3)
2 changes: 1 addition & 1 deletion docs/interfaces/RichInputHandle.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Interface: RichInputHandle

Methods of [RichInput](../API.md#richinput).
Methods of [experimental_RichInput](../API.md#experimental_richinput).

All the others not mentioned are proxied to ref of [input](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement).

Expand Down
10 changes: 5 additions & 5 deletions docs/interfaces/RichInputProps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Interface: RichInputProps

Props of [RichInput](../API.md#richinput).
Props of [experimental_RichInput](../API.md#experimental_richinput).

For other props not mentioned below will be passed to [input](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement).
`defaultValue` is omitted for simplicity of logic.
Expand Down Expand Up @@ -30,7 +30,7 @@ Same as original but only string

#### Defined in

[src/input.tsx:63](https://github.com/inokawa/rich-textarea/blob/1a44777/src/input.tsx#L63)
[src/input.tsx:62](https://github.com/inokawa/rich-textarea/blob/d55547b/src/input.tsx#L62)

___

Expand All @@ -56,7 +56,7 @@ undefined

#### Defined in

[src/input.tsx:78](https://github.com/inokawa/rich-textarea/blob/1a44777/src/input.tsx#L78)
[src/input.tsx:77](https://github.com/inokawa/rich-textarea/blob/d55547b/src/input.tsx#L77)

___

Expand All @@ -72,7 +72,7 @@ undefined

#### Defined in

[src/input.tsx:83](https://github.com/inokawa/rich-textarea/blob/1a44777/src/input.tsx#L83)
[src/input.tsx:82](https://github.com/inokawa/rich-textarea/blob/d55547b/src/input.tsx#L82)

___

Expand Down Expand Up @@ -103,4 +103,4 @@ undefined

#### Defined in

[src/input.tsx:88](https://github.com/inokawa/rich-textarea/blob/1a44777/src/input.tsx#L88)
[src/input.tsx:87](https://github.com/inokawa/rich-textarea/blob/d55547b/src/input.tsx#L87)
8 changes: 4 additions & 4 deletions docs/interfaces/RichTextareaProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Same as original but only string

#### Defined in

[src/textarea.tsx:62](https://github.com/inokawa/rich-textarea/blob/1a44777/src/textarea.tsx#L62)
[src/textarea.tsx:61](https://github.com/inokawa/rich-textarea/blob/d55547b/src/textarea.tsx#L61)

___

Expand All @@ -56,7 +56,7 @@ undefined

#### Defined in

[src/textarea.tsx:78](https://github.com/inokawa/rich-textarea/blob/1a44777/src/textarea.tsx#L78)
[src/textarea.tsx:77](https://github.com/inokawa/rich-textarea/blob/d55547b/src/textarea.tsx#L77)

___

Expand All @@ -74,7 +74,7 @@ undefined

#### Defined in

[src/textarea.tsx:85](https://github.com/inokawa/rich-textarea/blob/1a44777/src/textarea.tsx#L85)
[src/textarea.tsx:84](https://github.com/inokawa/rich-textarea/blob/d55547b/src/textarea.tsx#L84)

___

Expand Down Expand Up @@ -105,4 +105,4 @@ undefined

#### Defined in

[src/textarea.tsx:90](https://github.com/inokawa/rich-textarea/blob/1a44777/src/textarea.tsx#L90)
[src/textarea.tsx:89](https://github.com/inokawa/rich-textarea/blob/d55547b/src/textarea.tsx#L89)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rich-textarea",
"version": "0.20.2",
"version": "0.21.0",
"description": "A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit a16d8bd

Please sign in to comment.