Skip to content

Releases: shikimori/shiki-editor

Release 2.3.2

25 Oct 20:54
0f528a9
Compare
Choose a tag to compare
  • fix: broken screen scrolling after inserting smiley in shiki-editor-v2 #2303 (222bcad)
  • update b-spoiler_inline styles (42c509c)

Release 2.3.1

03 Oct 21:52
5021b32
Compare
Choose a tag to compare
  • disable shiki-editor-v2 buttons while preview is active (#2300) (726fc34)

Release 2.3.0

28 Sep 15:53
2d1e445
Compare
Choose a tag to compare
  • add support of review tag and review quote (36ef412)

Release 2.2.16

16 Jun 14:29
82fd722
Compare
Choose a tag to compare
  • fix second case of excessively generated new lines #2261 (7056320)
  • fix first case of excessively generated new lines #2261 (3800fc4)
  • some updates to test page (4b127c0)
  • update spoiler_block stlyes (7271b1e)
  • nested code blocks demo (554010d)

Release 2.2.15

13 Jun 01:55
6893470
Compare
Choose a tag to compare
  • fix broken parse of code blocks inside quotes or lists #2257 (dc3e3ef)
  • test cases for not working markdown (2d264b9)

Release 2.2.14

11 Jun 18:54
5bb046e
Compare
Choose a tag to compare
  • misc (a51364f)
  • parseSpoilerMeta specs (b496252)
  • preserve [spoiler] tag (do not autoconvert it into 'spoiler_block') (492f68f)
  • add logic to properly skip old style [spoiler] inside [spoiler] #2255 (3d59694)

Release 2.2.13

11 Jun 10:04
884aa57
Compare
Choose a tag to compare
  • some code cleanups (d2c79a9)
  • fix the issue when cursor can't be positioned at the right of uploaded images in Safari (and possibly in Chrome on Windows) (acdea0e)
  • fix broken style on hover of image upload placeholder (eb54be5)

Release 2.2.12

10 Jun 20:26
74aa962
Compare
Choose a tag to compare
  • fix occasional error in isParagraphEndedWithHardBreak when paragraph has no child nodes (0ae32a4)
  • fix issue when in some cases marks are not applied to shiki_inline nodes (de2c2c5)
  • fixes for shiki_view of shiki links update logic (f5b31b6)
  • additional test to be sure that nested inline content is parsed properly (ecf1ce7)
  • treat [img] and [image] as inline elements in shiki_inline/block (9eb4116)
  • add toDOM into shiki_block schema (fea9878)
  • code cleanup (07a61dd)
  • rmeove unused imports (251c5db)

Release 2.2.11

10 Jun 09:49
1a53688
Compare
Choose a tag to compare
  • fix added extra new lines when quoting text + block element #2252 (6c6938b)
  • Merge pull request #45 from shikimori/dependabot/npm_and_yarn/demo/dns-packet-1.3.4 (ad7956d)
  • Merge pull request #46 from shikimori/dependabot/npm_and_yarn/demo/ws-6.2.2 (532b58c)
  • Bump ws from 6.2.1 to 6.2.2 in /demo (413486a)
  • Bump dns-packet from 1.3.1 to 1.3.4 in /demo (9ab5024)

Release 2.2.10

08 Jun 19:00
19209ad
Compare
Choose a tag to compare
  • simplify HardBreak logic (6d0798d)
  • fix demo textarea font-family (0075dfc)
  • add hard-break to "p" dom attributes to preserve it during copy-paste (5ecd21a)
  • update demo dependencies (add07e7)
  • update prosemirror-commands (5943307)