Skip to content

Releases: shikimori/shiki-editor

Release 2.10.0

15 Oct 16:07
aa237e0
Compare
Choose a tag to compare
  • add rutube videos support (5b2898d)
  • delete mentions of myvi (54a1829)

Release 2.9.0

13 Oct 19:08
43d9120
Compare
Choose a tag to compare

Release 2.7.6

23 May 21:46
ade3fca
Compare
Choose a tag to compare
  • change demo (ddba215)
  • fix lowlight now highlighting languages properly (a894a8c)

Release 2.7.5

23 May 20:58
2a634f1
Compare
Choose a tag to compare
  • make "js" to be treated as "javascript" in syntax highlight (2826765)
  • fix sass deprecations in demo (aed8f3e)

Release 2.7.4

19 Apr 15:52
cb73886
Compare
Choose a tag to compare
  • upgrade autosize to 6 version (024d716)
  • misc instruction on how obtain new token (f61dc2a)

Release 2.7.3

18 Apr 15:40
44206e7
Compare
Choose a tag to compare
  • update dev dependencies, move one dependency to peer dependencies (ba54c53)
  • bump eslint-import-resolver-webpack (faa2d55)

Release 2.7.2

18 Jun 10:56
96f159e
Compare
Choose a tag to compare
  • replace image-promise with @morr/image-promise (503968a)

Release 2.7.1

04 May 19:02
3a395e2
Compare
Choose a tag to compare

Release 2.7.0

09 Apr 18:44
897acac
Compare
Choose a tag to compare
  • Merge pull request #83 from shikimori/swap-mispositioned-tags (b1de3ba)
  • finished with skipping code blocks logic (c63ebd9)
  • misc constants (2ca3c29)
  • better rollback for inline code tag (ace6262)
  • make unbalanced tags parser to rollback when code block is unfinished (5e96d88)
  • process inline code blocks (bf720ca)
  • Merge pull request #82 from shikimori/dependabot/npm_and_yarn/minimatch-3.1.2 (2e0460a)
  • apply swapMispositionedTags in markdown parser (589bb52)
  • add more tags to PROCESSABLE_TAGS (af5065a)
  • fix different prosemirror versions in yarn.lock (9e4f154)
  • process only specific tags (a03595c)
  • add more tets, fix some edge cases (8220311)
  • finished basic swapTags logic (cb7853d)
  • Bump minimatch from 3.0.4 to 3.1.2 (384a21a)
  • Merge pull request #81 from shikimori/dependabot/npm_and_yarn/demo/minimatch-3.1.2 (5d74860)
  • parseUnbalancedTags logic (6bfdeb5)
  • started work on SwapMispositionedTags (576dafe)
  • Revert "bump prosemirror-state" (bcc7a75)
  • disable misc console.log (31eb784)
  • update yarn.lock (bded8eb)
  • Bump minimatch from 3.0.4 to 3.1.2 in /demo (ca0baef)
  • Merge pull request #80 from shikimori/dependabot/npm_and_yarn/json5-1.0.2 (5beb11b)
  • Merge branch 'master' into dependabot/npm_and_yarn/json5-1.0.2 (ae78c3e)
  • Merge pull request #79 from shikimori/dependabot/npm_and_yarn/demo/express-4.18.2 (4699b16)
  • Merge pull request #78 from shikimori/dependabot/npm_and_yarn/demo/qs-6.5.3 (5fa4000)
  • Merge pull request #77 from shikimori/dependabot/npm_and_yarn/demo/decode-uri-component-0.2.2 (c19138d)
  • Merge pull request #76 from shikimori/dependabot/npm_and_yarn/decode-uri-component-0.2.2 (21648d7)
  • Merge pull request #75 from shikimori/dependabot/npm_and_yarn/loader-utils-1.4.2 (9acaaeb)
  • Merge pull request #74 from shikimori/dependabot/npm_and_yarn/terser-4.8.1 (f36fdf4)
  • Merge pull request #73 from shikimori/dependabot/npm_and_yarn/demo/terser-4.8.1 (d8d203a)
  • misc debug updates (170fcad)
  • bump other prosemirror plugins (3088b01)
  • bump prosemirror-view (aaa0abe)
  • bump prosemirror-state (2d2156f)
  • bump prosemirror-model to 1.19 (497f17b)
  • allow editor to tokenize incorrect inline tags order (8c3ecc7)
  • Bump json5 from 1.0.1 to 1.0.2 (c62679c)
  • Bump express from 4.17.1 to 4.18.2 in /demo (9937a83)
  • Bump qs from 6.5.2 to 6.5.3 in /demo (91f73ec)
  • Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo (e55d276)
  • Bump decode-uri-component from 0.2.0 to 0.2.2 (aec21a5)
  • Bump loader-utils from 1.4.0 to 1.4.2 (4c7ec1d)
  • Bump terser from 4.8.0 to 4.8.1 (34b0b0c)
  • Bump terser from 4.8.0 to 4.8.1 in /demo (b96dca2)

Release 2.6.5

25 Mar 14:04
e2218d1
Compare
Choose a tag to compare
  • update release instruction in README (13cbc33)
  • fix error in suggestions code (fc50bfd)