Skip to content

Commit c5df20a

Browse files
committedSep 20, 2022
chore: release v0.0.39
1 parent 9385be5 commit c5df20a

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.0.39 (2022-09-20)
2+
3+
### Features
4+
5+
- if user paste a link as plain text then convert it to link automatically
6+
- generate link with inline editor with the `target=_blank`
7+
8+
### Build
9+
10+
- bump Stencil
11+
112
# 0.0.38 (2022-09-04)
213

314
### Build

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@papyrs/stylo",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"description": "Another kind of rich text editor",
55
"author": "David Dal Busco",
66
"license": "MIT",

‎src/components/toolbars/toolbar/toolbar/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
| Property | Attribute | Description | Type | Default |
88
| -------------- | --------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
9-
| `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` |
9+
| `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` |
1010
| `containerRef` | -- | To attach the inline editor event listeners to a specific container instead of the document | `HTMLElement` | `undefined` |
1111

1212
## Events

0 commit comments

Comments
 (0)