Papyrs Stylo Versions Save

Another kind of rich text editor

v0.0.45

1 year ago

Styles

  • fix triangle position when positioned on left edge

v0.0.44

1 year ago

Style

  • add more CSS variables notably to style the triangle

Build

  • bump Stencil v3 and other dependencies

v0.0.43

1 year ago

Features

  • support for French 🇫🇷

v0.0.42

1 year ago

Features

  • support for simplified Chinese

v0.0.41

1 year ago

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

v0.40.0

1 year ago

v0.0.39

1 year ago

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

v0.0.38

1 year ago

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

v0.0.37

1 year ago

Features

  • japanese translation

v0.0.36

1 year ago

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 and dl list as well (not just ul)