Skip to content

Releases: peterpeterparker/stylo

Triangle position

26 Mar 08:11
Compare
Choose a tag to compare

Styles

  • fix triangle position when positioned on left edge

Style and dependencies

25 Mar 07:58
Compare
Choose a tag to compare

Style

  • add more CSS variables notably to style the triangle

Build

  • bump Stencil v3 and other dependencies

French support

24 Mar 18:39
Compare
Choose a tag to compare

Features

  • support for French 🇫🇷

Chinese support

17 Dec 16:16
Compare
Choose a tag to compare

Features

  • support for simplified Chinese

Blockquote

11 Nov 17:36
Compare
Choose a tag to compare

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

04 Nov 07:49
Compare
Choose a tag to compare
v0.40.0

chore: release v0.40.0

Links

20 Sep 19:58
Compare
Choose a tag to compare

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

04 Sep 12:01
Compare
Choose a tag to compare

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

日本

06 Aug 19:44
Compare
Choose a tag to compare

Features

  • japanese translation

Keyboard shortcuts

29 Jul 15:06
a58f268
Compare
Choose a tag to compare

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)