Skip to content

Commit

Permalink
0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Nov 7, 2024
1 parent d85a9d3 commit d64c3f7
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/functions/RichTextarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Textarea component with some extra props. See [RichTextareaProps](../interfaces/

## Defined in

[src/textarea.tsx:128](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/textarea.tsx#L128)
[src/textarea.tsx:128](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/textarea.tsx#L128)
4 changes: 3 additions & 1 deletion docs/functions/createCSSCustomHighlightRenderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
**`Experimental`**

[createRegexRenderer](createRegexRenderer.md) but rendered with [CSS Custom Highlight API](https://developer.mozilla.org/en-US/docs/Web/API/CSS_Custom_Highlight_API).

## Parameters

**matchers**: [`RegExp`, `string`][]
Expand All @@ -18,4 +20,4 @@

## Defined in

[src/renderers/regex/index.tsx:166](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/renderers/regex/index.tsx#L166)
[src/renderers/regex/index.tsx:166](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/renderers/regex/index.tsx#L166)
2 changes: 1 addition & 1 deletion docs/functions/createRegexRenderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ The priority is descending order.

## Defined in

[src/renderers/regex/index.tsx:19](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/renderers/regex/index.tsx#L19)
[src/renderers/regex/index.tsx:19](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/renderers/regex/index.tsx#L19)
2 changes: 1 addition & 1 deletion docs/functions/experimental_RichInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Input component with some extra props. See [RichInputProps](../interfaces/RichIn

## Defined in

[src/input.tsx:138](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/input.tsx#L138)
[src/input.tsx:138](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/input.tsx#L138)
6 changes: 3 additions & 3 deletions docs/interfaces/RichInputProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ undefined

#### Defined in

[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/input.tsx#L120)
[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/input.tsx#L120)

***

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

#### Defined in

[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/input.tsx#L125)
[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/input.tsx#L125)

***

Expand All @@ -83,4 +83,4 @@ undefined

#### Defined in

[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/input.tsx#L130)
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/input.tsx#L130)
6 changes: 3 additions & 3 deletions docs/interfaces/RichTextareaProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ undefined

#### Defined in

[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/textarea.tsx#L110)
[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/textarea.tsx#L110)

***

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

#### Defined in

[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/textarea.tsx#L117)
[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/textarea.tsx#L117)

***

Expand All @@ -84,4 +84,4 @@ undefined

#### Defined in

[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/textarea.tsx#L122)
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/textarea.tsx#L122)
2 changes: 1 addition & 1 deletion docs/type-aliases/CaretPosition.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
## Defined in

[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/types.ts#L3)
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/types.ts#L3)
2 changes: 1 addition & 1 deletion docs/type-aliases/Renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

## Defined in

[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/types.ts#L1)
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/types.ts#L1)
2 changes: 1 addition & 1 deletion docs/type-aliases/StyleOrRender.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
## Defined in

[src/renderers/regex/index.tsx:6](https://github.com/inokawa/rich-textarea/blob/f68d9e7ccb43f4a3c1bc208fe5bee1c78fa77f0e/src/renderers/regex/index.tsx#L6)
[src/renderers/regex/index.tsx:6](https://github.com/inokawa/rich-textarea/blob/d85a9d37692a634c883a1362722567fa1003e79e/src/renderers/regex/index.tsx#L6)
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.26.3",
"version": "0.26.4",
"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 d64c3f7

Please sign in to comment.