Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Releases: withspectrum/draft-js-markdown-plugin

v3.0.0

02 Jul 12:17
4653ec9
Compare
Choose a tag to compare

Breaking changes

  • Removes custom paste handling, we now no longer parse markdown on parse

v2.1.2

02 Jul 12:16
2460a7d
Compare
Choose a tag to compare
  • Fix inline styles and inline code blocks in combination, shoutout to @andrewfan

v2.0.0

11 May 08:19
74c4072
Compare
Choose a tag to compare
  • All new markdown implementation! Now uses *bold*, _italic_ and ~strikethrough~ (this was changed in order to make the next point possible)
  • Trigger markdown on complete, rather than on space!

v1.4.3

15 Apr 09:18
f86c2de
Compare
Choose a tag to compare

Changes

  • Code blocks can also be started with SPACE, ref #55

v1.4.2

11 Apr 13:28
2a9e3e2
Compare
Choose a tag to compare
  • Fix issue where pressing enter in a block wouldn't correctly split the text, thanks to @michaelgmcd (#46 #50)
  • Fix issue with exiting code blocks with ``` (#54)

v1.4.1

11 Apr 13:27
78cb8c2
Compare
Choose a tag to compare
  • Fixes bug where the cursor would loose its position when typing any block-level styles (#47)

v1.4.0

11 Apr 13:26
0b3116e
Compare
Choose a tag to compare
  • Add features option to whitelist certain markdown features (#43)
  • Add language selection switch to code blocks (#39)

  • Add support for multiple inline styles, e.g. italic text within bold text (#44)
  • Fix bug where the block type would change even though you're already in a styled block, thanks to @michaelgmcd (#42)

v1.3.0

27 Mar 14:35
a9e8295
Compare
Choose a tag to compare
  • Handle inline styling changes without removing existing ones (fixes cases like **bold and *italic* together**)
  • Enter also clears inline styling
  • Doesn't add an empty line after a bolded list item anymore
  • Disable inline styling in links, fixes links with underscores
  • Many other QoL fixes!

v1.1.0

13 Nov 18:23
460a2d8
Compare
Choose a tag to compare

Changes

v1.0.1

22 Sep 10:19
Compare
Choose a tag to compare

Changes

  • Fixes typing markdown in code blocks. (ref PR #6; ref issue #5)