Releases: peterpeterparker/stylo
Releases · peterpeterparker/stylo
Triangle position
Styles
- fix triangle position when positioned on left edge
Style and dependencies
Style
- add more CSS variables notably to style the triangle
Build
- bump Stencil v3 and other dependencies
French support
Features
- support for French 🇫🇷
Chinese support
Features
- support for simplified Chinese
Blockquote
Features
blockquote
plugin- select last added paragraph after action
Style
- review icons
- smaller border radius in color picker
Fix
- prevent undefined error when detecting active element
Remove console.log
v0.40.0 chore: release v0.40.0
Links
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
ViteJS support improved
0.0.38 (2022-09-04)
Build
- fix usage of the library in
vite
projects
e.g. import
in SvelteKit
:
<script lang="ts">
import {defineCustomElements} from '@papyrs/stylo/dist/loader';
defineCustomElements();
import {createEmptyElement} from '@papyrs/stylo';
</script>
<stylo-editor></stylo-editor>
0.0.37-1 (2022-09-01)
Chore
- clean
console.log
in release
日本
Features
- japanese translation
Keyboard shortcuts
0.0.36 (2022-07-29)
Features
- keyboard shortcuts: control or command-{B, I, U, K} for bold, italic, underline, insert hyperlink
0.0.35-1 (2022-07-29)
Fix
- tab support for
ol
anddl
list as well (not justul
)