Skip to content

Releases: OpusCapita/react-markdown

2.3.13

25 Jun 08:55
Compare
Choose a tag to compare

2.3.12

17 Apr 08:34
Compare
Choose a tag to compare

2.3.12-alpha

14 Apr 15:20
Compare
Choose a tag to compare

2.3.11

28 Aug 12:23
Compare
Choose a tag to compare

2.3.10

21 Aug 10:44
Compare
Choose a tag to compare

2.3.10-alpha

19 Aug 07:15
Compare
Choose a tag to compare

2.3.9

29 Oct 12:57
Compare
Choose a tag to compare

2.3.8

15 Oct 05:42
Compare
Choose a tag to compare

2.3.7

24 Sep 12:24
Compare
Choose a tag to compare

See changelog and completed issues

API changes

87e1330

MarkdownInput exposes function insertAtCursorPosition(text) which inserts text into current cursor position in editor.

It can be accessed via ref on mounted component, e.g. <MArkdownInput ref={el => (this.mdRef = el)}> and in code this.mdRef.insertAtCursorPosition('some text') will insert some text into current cursor position in editor.

2.3.6

19 Sep 09:31
Compare
Choose a tag to compare

See changelog and completed issues

Bugfixes

36f58d7

  • Can't toggle multiline ordered/unordered list after