Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jan 1, 2025
1 parent b3e735d commit e6f838d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/functions/editable.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

## Defined in

[editable.ts:83](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L83)
[editable.ts:84](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L84)
4 changes: 2 additions & 2 deletions docs/interfaces/CustomEditableNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#### Defined in

[editable.ts:67](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L67)
[editable.ts:67](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L67)

***

Expand All @@ -32,4 +32,4 @@

#### Defined in

[editable.ts:68](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L68)
[editable.ts:68](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L68)
6 changes: 3 additions & 3 deletions docs/interfaces/EditableHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Defined in

[editable.ts:78](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L78)
[editable.ts:79](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L79)

## Properties

Expand All @@ -32,7 +32,7 @@

#### Defined in

[editable.ts:79](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L79)
[editable.ts:80](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L80)

***

Expand All @@ -52,4 +52,4 @@

#### Defined in

[editable.ts:80](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L80)
[editable.ts:81](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L81)
16 changes: 13 additions & 3 deletions docs/interfaces/EditableOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,23 @@

## Properties

### multiline?

> `optional` **multiline**: `boolean`
#### Defined in

[editable.ts:72](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L72)

***

### readonly?

> `optional` **readonly**: `boolean`
#### Defined in

[editable.ts:72](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L72)
[editable.ts:73](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L73)

***

Expand All @@ -22,7 +32,7 @@
#### Defined in

[editable.ts:73](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L73)
[editable.ts:74](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L74)

***

Expand All @@ -42,4 +52,4 @@

#### Defined in

[editable.ts:74](https://github.com/inokawa/edix/blob/572610e01d8da5d90412e7ddb91cd712dd123451/src/core/editable.ts#L74)
[editable.ts:75](https://github.com/inokawa/edix/blob/b3e735d056714a579ce1fbea8f45679860b683e2/src/core/editable.ts#L75)
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": "edix",
"version": "0.0.3",
"version": "0.0.4",
"description": "An experimental, framework agnostic, small (~2.5kB) contenteditable state manager.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit e6f838d

Please sign in to comment.