Skip to content

Commit

Permalink
chore: release v0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Sep 20, 2022
1 parent 9385be5 commit c5df20a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.0.39 (2022-09-20)

### Features

- if user paste a link as plain text then convert it to link automatically
- generate link with inline editor with the `target=_blank`

### Build

- bump Stencil

# 0.0.38 (2022-09-04)

### Build
Expand Down
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": "@papyrs/stylo",
"version": "0.0.38",
"version": "0.0.39",
"description": "Another kind of rich text editor",
"author": "David Dal Busco",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/toolbars/toolbar/toolbar/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| Property | Attribute | Description | Type | Default |
| -------------- | --------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| `config` | -- | If used in a standalone mode, the configuration can also be set. It will be applied over the default configuration. | `{ palette?: StyloPalette[]; command?: "native" \| "custom"; style?: { list: boolean; align: boolean; fontSize: boolean; backgroundColor: boolean; }; }` | `undefined` |
| `config` | -- | If used in a standalone mode, the configuration can also be set. It will be applied over the default configuration. | `{ palette?: StyloPalette[]; command?: "custom" \| "native"; style?: { list: boolean; align: boolean; fontSize: boolean; backgroundColor: boolean; }; }` | `undefined` |
| `containerRef` | -- | To attach the inline editor event listeners to a specific container instead of the document | `HTMLElement` | `undefined` |

## Events
Expand Down

0 comments on commit c5df20a

Please sign in to comment.