Skip to content

Latest commit

 

History

History
889 lines (632 loc) · 51.5 KB

CHANGELOG.md

File metadata and controls

889 lines (632 loc) · 51.5 KB

Release 2.3.13 Fri Jun 25 2021 11:55:16 GMT+0300 (MSK)

Release 2.3.12 Fri Apr 17 2020 11:34:17 GMT+0300 (MSK)

Release 2.3.12-alpha Tue Apr 14 2020 18:19:54 GMT+0300 (MSK)

Release 2.3.11 Wed Aug 28 2019 15:23:37 GMT+0300 (MSK)

Release 2.3.10 Wed Aug 21 2019 13:44:41 GMT+0300 (MSK)

Release 2.3.10-alpha Mon Aug 19 2019 10:15:17 GMT+0300 (MSK)

Release 2.3.9 Mon Oct 29 2018 15:57:36 GMT+0300 (MSK)

Release 2.3.8 Mon Oct 15 2018 08:42:54 GMT+0300 (MSK)

Release 2.3.7 Mon Sep 24 2018 15:24:17 GMT+0300 (MSK)

Release 2.3.6 Wed Sep 19 2018 12:31:24 GMT+0300 (MSK)

Release 2.3.5 Tue Sep 11 2018 15:00:53 GMT+0300 (MSK)

Release 2.3.4 Fri Sep 07 2018 15:34:39 GMT+0300 (MSK)

Release 2.3.3-beta.0 Thu Sep 06 2018 21:24:34 GMT+0300 (MSK)

Release 2.3.3 Tue Sep 04 2018 18:08:07 GMT+0300 (MSK)

Release 2.3.2 Tue Sep 04 2018 15:31:05 GMT+0300 (MSK)

Release 2.3.1 Wed Aug 08 2018 14:28:29 GMT+0300 (MSK)

Release 2.3.1-beta Wed Aug 08 2018 09:51:54 GMT+0300 (MSK)

Release 2.3.1.beta Wed Aug 08 2018 09:33:45 GMT+0300 (MSK)

Release 2.3.0 Fri Jul 13 2018 15:46:53 GMT+0300 (MSK)

Release 2.2.3 Mon May 07 2018 13:38:09 GMT+0300 (MSK)

Release 2.2.2 Mon May 07 2018 12:59:00 GMT+0300 (MSK)

Release 2.2.1 Wed Apr 25 2018 07:28:28 GMT+0000 (UTC)

Release 2.2.1-dev Tue Apr 24 2018 08:16:10 GMT+0000 (UTC)

  • setState only on mounted autocomplete (Egor Stambakio stambakio@scand.com, 2018-04-24 11:12:19 +0300)
  • Merge branch 'issue-130' of github.com:OpusCapita/react-markdown into issue-130 (Egor Stambakio stambakio@scand.com, 2018-04-23 16:31:57 +0300)
  • Renamed grails plugin artifact to more clear file name [ci skip] (Egor Stambakio stambakio@scand.com, 2018-04-23 16:31:03 +0300)

Release 2.2.0-dev Mon Apr 23 2018 12:55:50 GMT+0000 (UTC)

Release 2.1.0 Thu Apr 12 2018 10:56:27 GMT+0000 (UTC)

Release 2.0.7 Tue Mar 20 2018 07:55:51 GMT+0000 (UTC)

Release 2.0.6 Wed Feb 28 2018 14:23:01 GMT+0000 (UTC)

Release 2.0.5 Wed Feb 28 2018 14:07:26 GMT+0000 (UTC)

  • Merge branch 'master' of github.com:OpusCapita/react-markdown (Dmitry Shienok dshienok@scand.com, 2018-02-28 17:05:42 +0300)
  • Updated build process. (Dmitry Shienok dshienok@scand.com, 2018-02-28 17:05:14 +0300)

Release 2.0.4 Wed Feb 28 2018 13:56:18 GMT+0000 (UTC)

v2.0.3 (Fri, 09 Feb 2018 11:27:21 GMT)

[v2.0.2](Fri, 09 Feb 2018 09:58:32 GMT)

v2.0.1 (Wed, 13 Dec 2017 09:11:36 GMT)

v2.0.0 (Mon, 11 Dec 2017 14:27:48 GMT)

  • Enhancement/migrate react 16/#99 (#111)

v1.2.0 (Mon, 11 Dec 2017 08:36:57 GMT)

  • Increment minor package version number (Kirill Volkovich kirill.volkovich@jcatalog.com, b51b2a7)

  • Enhancement/additional buttons/#107 (#110)

    • Add property additionalButtons to

    • Add icon to additionalButtons

    • Add additionalButtons to right edge

    • Set start focus

    • Fix bug 'shouldComponentUpdate in AutocompleteContainer.js'

    • Change MarkdownInputModal

    • Add tests

    • Add an asynchronous call of the insertAtCursorPosition function to MarkdownInput.DOCUMENTATION.md

    • Change iconComponent to iconElement

    • Fix test (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 1c6221f)

  • Hide fullScreen button (#108) (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, d5a1231)

  • Fix bug 'term out of brackets' (#104) (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 8a6ef5f)

  • Fix bug "IndexSizeError" in IE11 & FF (#100) (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 40925ec)

  • Fix autocomplete bugs #85 and #86 (#93)

    • Fix bug 'Type error: item is undefined'

    • Fix bug 'Inserting # symbol before bracket'

    • Search token after symbols ' ', '[', '('

    • Refactor AutocompleteContainer.getSymbolPos()

    • Fix merge's errors (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, b7b289b)

  • Merge pull request #92 from OpusCapita/bug/unset-item-list/#84

    Bugs #79 and #84 (3071c83 fd035e0, c5bed0b)

  • Merge branch 'master' into bug/unset-item-list/#84

    Conflicts: src/client/components/PlainMarkdownInput/PlainMarkdownInput.react.js (ecaefef 3071c83, fd035e0)

  • Fix cursor disappears #95 (#97)

    • Fix bug 'Text cursor disappears after autocomplete hide'

    • Tmp commit

    • Change PlainMarkdownInput.react.js

    • Change PlainMarkdownInput.react.js (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 3071c83)

  • Merge branch 'master' into bug/unset-item-list/#84 (074970c 3aa10f9, ecaefef)

  • FullScreen mode (#94)

  • Merge branch 'master' into bug/unset-item-list/#84 (7a780af 0e97e6c, 074970c)

  • Fix bug 'Local demo in IE11' (baliunov baliunov@scand.com, 0e97e6c)

  • Fix bug 'Unset numbering item list' in IE11 and FF (baliunov baliunov@scand.com, 7a780af)

  • Fix bug 'Insert multiline text' in IE11 (baliunov baliunov@scand.com, 3e9ac82)

  • Fix bug 'Array.includes' in local IE11 (baliunov baliunov@scand.com, c185f68)

  • Change example.md (baliunov baliunov@scand.com, b9075ce)

  • Merge branch 'master' into bug/cursor-ie11/#79 (ac96da5 88a4249, 07f34ac)

  • Fix bug in Chrome (baliunov baliunov@scand.com, ac96da5)

  • Fix cursor bug in IE11 (baliunov baliunov@scand.com, ee70ecd)

[v1.1.12](Tue, 21 Nov 2017 13:12:36 GMT)

[v1.1.11](Mon, 20 Nov 2017 08:28:46 GMT)

v1.1.10 (Thu, 09 Nov 2017 12:36:21 GMT)

  • Autocomplete is closed after clicking on the scrollbar in IE11 (#83)

  • Numbered/Bulleted list behavior #70 (#77)

    • Change hasEmphasis. Extract hasLists

    • Remove old code

    • Add tests

    • Extract MATCH_RULES

    • Tmp commit

    • Change unwrapEmphasis()

    • Change wrapEmphasis()

    • Has multiline list

    • Change unwrapList()

    • Remove old code

    • Tmp commit

    • Extract moveSelectionToLine()

    • Refactoring

    • Fix bug in IE (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 0ebefc1)

  • Change 'Fullscreen' tooltip (#81) (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 9ad8d40)

v1.1.9 (Tue, 31 Oct 2017 10:23:16 GMT)

  • Merge pull request #76 from OpusCapita/1.1.8-DEV.PIM-12254.3

    Added the first priority to autocomplete active item colors. (3ebf86f fa32009, 94bf74a)

  • Added first priority to autocomplete active item colors. (Helen Valkova valkova@scand.com, fa32009)

  • Merge pull request #74 from OpusCapita/1.1.8-DEV.PIM-12254

    Added style for autocomplete widget item. (fbef7f8 267ec4a, 3ebf86f)

  • Merge pull request #75 from OpusCapita/1.1.8-DEV.PIM-12254.2

    Changed active autocomplete item color. (4d97e61 dc793ab, fbef7f8)

  • (PIM-12254) Changed active autocomplete item color. (Helen Valkova valkova@scand.com, dc793ab)

  • Added style for autocomplete widget item. (Helen Valkova valkova@scand.com, 267ec4a)

  • Fix lint (Kirill Volkovich kirill.volkovich@jcatalog.com, 4d97e61)

v1.1.8 (Wed, 25 Oct 2017 13:51:09 GMT)

  • Fix MarkdownInput bug using inside modal (Kirill Volkovich kirill.volkovich@jcatalog.com, a8a388d)

  • Enhancement/buttons/#26 (#71)

    • buttons refactoring

    • Remove old files

    • Refactoring list buttons

    • Remove old files

    • Switch off of not used plug-ins

    • Remove not used plug-ins

    • Remove old code

    • Refactoring transforms.js

    • Refactoring ActionButton

    • Extract button's handlers to PlainMarkdownInput.react.js

    • Refactoring of SlateEditor.js

    • Refactoring of SlateEditor's component

    • Refactoring of SlateContent.js

    • Remove old code

    • Refactoring of transforms.js

    • Remove old code

    • Refactoring of PlainMarkdownInput.react.js handleKeyDown()

    • Remove old code

    • Add tests

    • Refactoring ObjectReferenceButton

    • Remove old code

    • Refactoring FullScreenButton

    • Remove old code

    • Tests for autocomplete plugin

    • Remove old code

    • Refactoring PlainMarkdownInput.react.js (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 22e7330)

  • Enhancement/internationalization/#66 (#68)

    • add translations.js

    • Add internationalization

    • Refactoring

    • Refactoring

    • Change DOCUMENTATION's files

    • Change Default locale (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 8fc6608)

  • Bug/tooltip/#61 (#67)

    • tmp commit

    • Fix bug autocomplete widget position, hide-show editor's scroll

    • Fix bug Widget's top < 0

    • Fix bug with autoScrollToTop

    • Fix bug with autocompleteWidget's scroll

    • Fix bug with autocomplete scroll

    • Fix bug in IE11

    • Fix bug with fullscreen button

    • Fix bug The tooltip is hidden

    • Refactoring

    • Change of conditions for updating PlainMarkdownInput instance (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, e1f0527)

  • Bug/autocomplete 2/#58 (#64)

    • tmp commit

    • Fix bug autocomplete widget position, hide-show editor's scroll

    • Fix bug Widget's top < 0

    • Fix bug with autoScrollToTop

    • Fix bug with autocompleteWidget's scroll

    • Fix bug with autocomplete scroll

    • Fix bug in IE11

    • Add commentaries (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, d85481f)

  • Remove unused "scripts/gh-pages/urlencode.sh" (Kirill Volkovich kirill.volkovich@jcatalog.com, eb1dd61)

v1.1.7 (Tue, 10 Oct 2017 14:10:42 GMT)

v1.1.6 (Mon, 09 Oct 2017 10:43:19 GMT)

v1.1.5 (Mon, 09 Oct 2017 10:38:31 GMT)

  • Bug/new line/#62 (#63)

    • tmp commit

    • Fix bug Autoscroll to top for new line in a page bottom

    • Refactoring

    • Fix bug with cut several lines from text

    • Fix bug Autoscroll after insert several lines to text (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, b7c70d1)

  • Merge branch 'master' of opuscapita.github.com:OpusCapita/react-markdown (d25648a 20534a8, 4a70b45)

  • Clean-up styles. Fix IE11 bug with getting resize handles

    See more: https://stackoverflow.com/questions/3603050/remove-resize-handles-and-border-from-elements-with-contenteditable (Kirill Volkovich kirill.volkovich@jcatalog.com, d25648a)

  • Bug/copy paste/#46 (#60)

    • Fix bug paste

    • Fix bug paste

    • Fix bug copy

    • Extract _getCopyText(state)

    • Fix bug with IE11

    • Add tests for multiline copy/paste events (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, 20534a8)

  • Fix bug paste (#59) (Aleksandr Baliunov abaliunov-sc@users.noreply.github.com, d833974)

  • Add "/.nyc_output" to .gitignore (Kirill Volkovich kirill.volkovich@jcatalog.com, f6290dc)

  • Remove "header-no-offset" markdown token usage (Kirill Volkovich kirill.volkovich@jcatalog.com, 4d91280)

  • Merge pull request #55 from OpusCapita/markdown-it_tokeniser/#21

    PlainMarkdownEditor highlighting (a4f2066 d536765, fb7b95c)

  • Remove old code (baliunov baliunov@scand.com, d536765)

  • Change example.md (baliunov baliunov@scand.com, e1953d2)

  • Fix bug with link text (baliunov baliunov@scand.com, 29f6adb)

  • Merge branch 'master' into markdown-it_tokeniser/#21 (b2eb3fc a4f2066, 199febe)

  • Fix bug with link text (baliunov baliunov@scand.com, b2eb3fc)

  • Fixing bug of the line begins with a space (baliunov baliunov@scand.com, 1d7f4f6)

  • Merge remote-tracking branch 'origin/markdown-it_tokeniser/#21' into markdown-it_tokeniser/#21 (538b51c 241e466, 79ed6bd)

  • Fixing bug of the line begins with a space - change addMarks() (baliunov baliunov@scand.com, 538b51c)

  • Merge branch 'markdown-it_tokeniser/#21' of opuscapita.github.com:OpusCapita/react-markdown into markdown-it_tokeniser/#21 (42fcdd1 6c0a2ff, 241e466)

  • Merge branch 'master' into markdown-it_tokeniser/#21 (e824d47 7b6afd7, 42fcdd1)

  • Merge branch 'master' into markdown-it_tokeniser/#21 (324939c d630458, e824d47)

  • Merge remote-tracking branch 'origin/markdown-it_tokeniser/#21' into markdown-it_tokeniser/#21 (2840840 324939c, 6c0a2ff)

  • Fixing bug of the line begins with a space (baliunov baliunov@scand.com, 2840840)

  • Merge branch 'master' into markdown-it_tokeniser/#21 (2bdb3a3 f04a8a9, 324939c)

  • #53 Fix per branch demo page generation (Kirill Volkovich kirill.volkovich@jcatalog.com, 2bdb3a3)

  • Merge branch 'master' into markdown-it_tokeniser/#21 (c8b6fce 04e1f29, eb7f198)

  • Merge remote-tracking branch 'origin/markdown-it_tokeniser/#21' into markdown-it_tokeniser/#21 (cdc228e af9518d, c8b6fce)

  • Add commentaries (baliunov baliunov@scand.com, cdc228e)

  • Merge branch 'master' into markdown-it_tokeniser/#21 (04025e6 fb4e670, af9518d)

  • Fixing bug of headers with empty content (baliunov baliunov@scand.com, 04025e6)

  • Change header1-header6 on header (baliunov baliunov@scand.com, 01278aa)

  • schema.spec.js, tests for rendererComponent() (baliunov baliunov@scand.com, 6e59611)

  • Remove old tests (baliunov baliunov@scand.com, db37d7e)

  • Merge branch 'master' into markdown-it_tokeniser/#21

    Conflicts: src/client/components/PlainMarkdownInput/slate/schema.js src/client/components/PlainMarkdownInput/slate/schema.spec.js (7310d97 b53d213, ebfd98e)

  • schema.spec.js, tests for markdownDecorator() (baliunov baliunov@scand.com, 7310d97)

  • tests for PlainMarkdownInput.react.js (baliunov baliunov@scand.com, a75f17f)

  • Merge branch 'master' into markdown-it_tokeniser/#21

    Conflicts: package.json (4f69be7 760ac7f, a2d0029)

  • Refactoring (baliunov baliunov@scand.com, 4f69be7)

  • markdownDecorator() is pure function (baliunov baliunov@scand.com, 6daacff)

  • Remove old code (baliunov baliunov@scand.com, d0f7cdc)

  • Refactoring (baliunov baliunov@scand.com, faa6377)

  • Caching characters (baliunov baliunov@scand.com, a5ffedb)

  • Reload state after load new value (baliunov baliunov@scand.com, 0ad4c14)

  • Merge branch 'master' into markdown-it_tokeniser/#21

    Conflicts: src/client/components/PlainMarkdownInput/PlainMarkdownInput.react.js (7c54b0e a60206d, 537eff7)

  • Save tokenizing result to state (baliunov baliunov@scand.com, 7c54b0e)

  • Refactoring getHeaderContent() (baliunov baliunov@scand.com, 0de44a7)

  • tokenizer.js tests (baliunov baliunov@scand.com, d1823db)

  • Refactoring tokenizer.js (baliunov baliunov@scand.com, bfbbcb0)

  • Remove old code (baliunov baliunov@scand.com, 0a21ef4)

  • tokenizer.js tests (baliunov baliunov@scand.com, a1c6474)

  • Process ordered list (baliunov baliunov@scand.com, ef42dcb)

  • process header-no-offset token (baliunov baliunov@scand.com, 27c04b7)

  • process header-no-offset token (baliunov baliunov@scand.com, eb6666c)

  • tokenizer.js tests (emphasis) (baliunov baliunov@scand.com, 32e0eff)

  • Extract tokenizer.js (baliunov baliunov@scand.com, 1d22f0e)

  • Refactoring (alex albalyu@gmail.com, e13a40c)

  • Processing of the list when the line begins with spaces (alex albalyu@gmail.com, c26f89a)

  • Calculate elements' positions within list (baliunov baliunov@scand.com, 84f6f79)

  • Calculate elements' positions within headers line (baliunov baliunov@scand.com, 13bd578)

  • code, blockquote, emphasis and calculate elements' positions (baliunov baliunov@scand.com, 342d459)

v1.1.4 (Tue, 03 Oct 2017 14:39:31 GMT)

[v1.1.3](Fri, 29 Sep 2017 05:11:42 GMT)

v1.1.2 (Thu, 28 Sep 2017 13:45:43 GMT)

v1.1.1 (Thu, 28 Sep 2017 09:03:43 GMT)

v1.1.0 (Thu, 28 Sep 2017 06:55:57 GMT)

[v1.0.9](Thu, 28 Sep 2017 05:32:15 GMT)

v1.0.8 (Tue, 26 Sep 2017 07:52:06 GMT)

v1.0.7 (Tue, 26 Sep 2017 07:47:10 GMT)

v1.0.6 (Tue, 26 Sep 2017 07:38:02 GMT)

v1.0.5 (Mon, 25 Sep 2017 15:59:01 GMT)

v1.0.4 (Wed, 13 Sep 2017 14:50:03 GMT)

v1.0.3 (Fri, 25 Aug 2017 11:37:13 GMT)

[v1.0.2](Thu, 17 Aug 2017 06:50:27 GMT)

  • Returing back mocha junit reporter as it is used in CircleCI build (Alexey Sergeev sab@scand.com, 14d4a4c)
  • Cleanup dependencies (Alexey Sergeev sab@scand.com, ad24399)
  • Renaming webpack output library name from '@opuscapita/react-markdown' to 'MarkdownInput' (Alexey Sergeev sab@scand.com, f9216b0)
  • Deleting local gh-branch if it exist (Alexey Sergeev sab@scand.com, 21e024a)

[v1.0.1](Thu, 17 Aug 2017 04:33:30 GMT)

v1.0.0 (Wed, 16 Aug 2017 07:47:20 GMT)

v0.0.1-beta.2 (Mon, 14 Aug 2017 08:19:51 GMT)

v0.0.1-beta.1 (Wed, 09 Aug 2017 15:46:57 GMT)

v0.0.1-beta.0 (Wed, 09 Aug 2017 15:16:37 GMT)

  • Update README.md (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, 5f65169)

  • Change package and repo name. react-markdown => react-markdown-editor (Kirill Volkovich volkovich@scand.com, 44d2ba6)

  • Remove rich editor/#25 (#29)

  • Enhancement/#5 (#28)

  • #25/remove code related to rich editor (#27)

    • Remove all code related to rich editor

    • PropTypes => Types

    • Fix lint errors

    • Remove "mode" from PlainMarkdownEditor

    [ci skip]

  • Enhancement/#5 (#24) Add support for markdown extensions with autocomplete

    • Fix autocomplete blinking

    • Improve toolbar styles

    • Improved autocomplete styles. Fix MarkdownEditor example

    • Make document.body overflow == 'hidden' when plain editor became fullscreen

    • Fix autocomplete positioning

    • Fix autocomplete first item selection

    • Fix - autocomplete fails when cursor on first text char

    • Add babel-polyfill to bundle

    • Add onChange prop to AutocompleteContainer, ObjectReferenceNode (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, 64fb8ab)

  • Highlight plain editor 2 (#23)

    • 12 Improved text highlighting in plain markdown editor

    • Temporary disabled switch to "rich editor mode"

    • Fix cursor stuck for headers on arrow keys nav in plain editor

    • Fix cursor stuck for headers on arrow keys nav in plain editor

    • Fix hightlihting of horizontal rule

    • Improve SlateToolbar styles

    • Change background color for "code" highlighting in plain editor

    • Improve MarkdownEditor example styles

    • Improve SlateToolbar styles (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, 13a9120)

  • Fix list items highlighting in PlainMarkdownEditor (#22)

  • #12 Highlight plain editor (#17)

    resolve > 12 (add text highlighting in plain markdown editor) (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, eb39de4)

  • Removing unnecessary commands from corcleci build configuration file (Alexey Sergeev sab@scand.com, 6c45ae3)

  • Ignoring 'gh-pages' branch changes in CircleCI build (Alexey Sergeev sab@scand.com, 1f24fef)

  • Remove default test reporter configuration as it is used by default without it (Alexey Sergeev sab@scand.com, 4ee6f51)

  • Reconfiguring CircleCI: publishing test results (Alexey Sergeev sab@scand.com, 19f1095)

  • Reconfiguring CircleCI: publishing test results (Alexey Sergeev sab@scand.com, 67243d1)

  • Reconfiguring CircleCI: publishing test results (Alexey Sergeev sab@scand.com, f6bc65c)

  • Reconfiguring CircleCI: publishing test results (Alexey Sergeev sab@scand.com, 0c3feb5)

  • Removing unused files (Alexey Sergeev sab@scand.com, fc7afdf)

  • Reconfiguring test run. Cleanup hg-pages generatio (Alexey Sergeev sab@scand.com, 2dd9d93)

  • Enhancement/#11 (#14)

    Implementing #11 issue. (Dmitry Divin ddivin-sc@users.noreply.github.com, 0d27b6a)

  • Adding info about known issues (Alexey Sergeev sab@scand.com, f47a2fe)

  • Fixing scripts (Alexey Sergeev sab@scand.com, e25955f)

  • Disabling not working automatic gh-pages deployement (Alexey Sergeev sab@scand.com, 143a21c)

  • Adding automatic deployment of gh-pages on master branch (Alexey Sergeev sab@scand.com, 3407f8c)

  • Move gh-pages scripts to separate folder (Alexey Sergeev sab@scand.com, e6c6d86)

  • Update gh-pages-create.sh [ci skip] (Kirill Volkovich volkovich@scand.com, fe91a65)

  • Rename gh-pages-make.sh => gh-pages-create.sh (Kirill Volkovich volkovich@scand.com, f8fbd62)

  • Add create-demo-tarball script (Kirill Volkovich volkovich@scand.com, 377c501)

  • Merge branch 'master' of opuscapita.github.com:OpusCapita/react-markdown (5f3bede 9e06af8, 857556b)

  • Add creating archive with executable demo [ci skip] (Kirill Volkovich volkovich@scand.com, 5f3bede)

  • Merge branch 'master' into enhancement/10 (2e68a15 5569baf, 9e06af8)

  • Blockquotes (serialize to markdown) (baliunov baliunov@scand.com, 2e68a15)

  • Update README.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, 5569baf)

  • Update README.md (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, a0405f7)

  • Update README.md (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, b17289f)

  • Fixed bug of nested a bold text to italic (baliunov baliunov@scand.com, 7210e1e)

  • Merge branch 'master' of github.com:OpusCapita/react-markdown (db35636 a773e43, 65918fa)

  • Adding fullscreen mode common behavior for all editors by default (Dmitry Divin divin@scand.com, db35636)

  • Fix eslint errors (baliunov baliunov@scand.com, a773e43)

  • Merge branch 'master' into enhancement/#10 (cf915b6 5c60b02, 60654e0)

  • Empty lines, abbreviations. Refactoring (baliunov baliunov@scand.com, cf915b6)

  • Fix gh-pages build

    [ci skip] (Kirill Volkovich volkovich@scand.com, 5c60b02)

  • Fix gh-pages build

    [ci skip] (Kirill Volkovich volkovich@scand.com, 82705f9)

  • Fix gh-pages build

    [ci skip] (Kirill Volkovich volkovich@scand.com, a3e4e42)

  • Fix gh-pages build (Kirill Volkovich volkovich@scand.com, 61b3041)

  • Fix gh-pages build (Kirill Volkovich volkovich@scand.com, 8602609)

  • Fix gh-pages build (Kirill Volkovich volkovich@scand.com, 833d184)

  • Fix gh-pages build (Kirill Volkovich volkovich@scand.com, d89826c)

  • Fix gh-pages build (Kirill Volkovich volkovich@scand.com, c7dabd3)

  • Move showroom components scan from js file to package.json goals (Kirill Volkovich volkovich@scand.com, 023c213)

  • Move showroom components scan from js file to package.json goals (Kirill Volkovich volkovich@scand.com, 0f7e4bb)

  • Merge branch 'master' into enhancement/#10

    Conflicts: .gitignore package.json (b490d3c af77ea4, f7a26d3)

  • Merge branch 'master' of opuscapita.github.com:OpusCapita/react-markdown (0f37663 02840a4, af77ea4)

  • Update README.md (Kirill Volkovich kirill.volkovich@jcatalog.com, 0f37663)

  • Removing global babel config. Fixing documentation/site build. (Alexey Sergeev sab@scand.com, 02840a4)

  • Update README.md (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, 6e3b9ff)

  • Update README.md (kvolkovich-sc kirill.volkovich@jcatalog.com, 758c23c)

  • Disabling autocomplete plugin (Alexey Sergeev sab@scand.com, d776e92)

  • Marking .sh files as executable (Alexey Sergeev sab@scand.com, 8c770c6)

  • Update README.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, fa3cf12)

  • Updating build process (Alexey Sergeev sab@scand.com, 769ea4c)

  • Merge branch 'master' of https://github.com/OpusCapita/react-markdown (dab0e32 0d74936, 37af94f)

  • Adding build config for CircleCI 2.0 (Alexey Sergeev sab@scand.com, dab0e32)

  • Fix typo (kvolkovich-sc kirill.volkovich@jcatalog.com, 0d74936)

  • Cleanup autocompletes (Alexey Sergeev sab@scand.com, 4d9d389)

  • Cleaup code. Removing 'autocomplete's declaration from compmpnents as correcsponding ticket is not even not specified yet properly (Alexey Sergeev sab@scand.com, a459de1)

  • Move mocha to dev dependencies. Removing react and react-dom from dependencies - peer dependency declaration is enough. Renaming 'build' goal to 'npm-build' (Alexey Sergeev sab@scand.com, 4c432c9)

  • Merge branch 'master' of https://github.com/OpusCapita/react-markdown (51b9abf b3d3b6a, 7b051df)

  • Making webpack less verbose (Alexey Sergeev sab@scand.com, 51b9abf)

  • Remove yarn.lock (kvolkovich-sc kirill.volkovich@jcatalog.com, b3d3b6a)

  • Add more *.log files to .gitignore (kvolkovich-sc kirill.volkovich@jcatalog.com, fbc7e49)

  • Removing useless code processing using babel (Alexey Sergeev sab@scand.com, 5235105)

  • Adding yarn.lock to ignored files (Alexey Sergeev sab@scand.com, 4f20fb7)

  • Add markdown-it plugins: emptyline and anchor (baliunov baliunov@scand.com, b490d3c)

  • Fixing autocomplete item mouse click. (Dmitriy Sanko dsanko@scand.com, 7833540)

  • Merge branch 'master' into enhancement/10 (a60faa8 609f336, e654a46)

  • Refactoring. remove old files (baliunov baliunov@scand.com, a60faa8)

  • Change package.json (baliunov baliunov@scand.com, 2efcdac)

  • Disable edit buttons in plain editor (Dmitry Divin divin@scand.com, 609f336)

  • Remove blockquote button from editors (Dmitry Divin divin@scand.com, 12e4992)

  • Adjustment example (Dmitry Divin divin@scand.com, 983468b)

  • Merge branch 'master' of github.com:OpusCapita/react-markdown (87e271e e4784bf, ebba91e)

  • Adjusment autcomplete positions (Dmitry Divin divin@scand.com, 87e271e)

  • Removed "prepublish" npm goal (Kirill Volkovich volkovich@scand.com, e4784bf)

  • Fix @opuscapita/react-showroom-* version (Kirill Volkovich volkovich@scand.com, 155f124)

  • Change package.json (baliunov baliunov@scand.com, 43029ad)

  • Merge remote-tracking branch 'origin/master' into MD_parser

    Conflicts: package.json (1534522 30638db, 0f25a4c)

  • Fixed bug unordered list (baliunov baliunov@scand.com, 1534522)

  • Save markups in node's data. Restore markups to markdown (baliunov baliunov@scand.com, 72cdde1)

  • Fix when webpack bundle analyze shows (Kirill Volkovich volkovich@scand.com, 30638db)

  • Improve build-process (Kirill Volkovich volkovich@scand.com, b5d7753)

  • Abbreviations, Anchors (baliunov baliunov@scand.com, 18c83ee)

  • Merge branch 'master' into MD_parser (a413d17 c4c0f16, 221aaa4)

  • Serializer (baliunov baliunov@scand.com, a413d17)

  • Add license, publishConfig, repository fields (Kirill Volkovich volkovich@scand.com, c4c0f16)

  • Fixing code after refactoring (Dmitry Divin divin@scand.com, 294e009)

  • Merge branch 'master' of github.com:OpusCapita/react-markdown (6d3c3cf 2853471, 33b4138)

  • Fixing lint manually (Dmitry Divin divin@scand.com, 6d3c3cf)

  • Merge branch 'master' of opuscapita.github.com:OpusCapita/react-markdown (6e565a8 bff56a7, 2853471)

  • Lint fix auto (Dmitry Divin divin@scand.com, bff56a7)

  • Remove external_packages dir. Use @opuscapita/opuscapita-ui instead (Kirill Volkovich volkovich@scand.com, 6e565a8)

  • Reformat code (Dmitry Divin divin@scand.com, 0dea2f9)

  • Adding documentation for RichMarkdownEditor (Dmitry Divin divin@scand.com, 5be61ac)

  • Improving L&F (Dmitry Divin divin@scand.com, efe7355)

  • Implementing markdown editor based on SlateJS (Dmitry Divin divin@scand.com, 5f5d966)

  • Create branch for draftjs (Dmitry Divin divin@scand.com, 0fefd87)

  • Merge pull request #9 from OpusCapita/feature/#4

    Fixed using keys combinations after item select. (b0462ca 93e582b, dfae17d)

  • Fixed using keys combinations after item select. (Dmitriy Sanko dsanko@scand.com, 93e582b)

  • Merge pull request #8 from OpusCapita/feature/#4

    Changing PlainMarkdownEditor component interface. (2c6a6cc 0bd22ce, b0462ca)

  • Changing PlainMarkdownEditor component interface. (Dmitriy Sanko dsanko@scand.com, 0bd22ce)

  • Merge pull request #7 from OpusCapita/feature/#4

    Feature/#4 (47d2d1f 332ce61, 2c6a6cc)

  • Fixing new line after string with special character. (Dmitriy Sanko dsanko@scand.com, 332ce61)

  • Fixing items list overlay position. (Dmitriy Sanko dsanko@scand.com, 1fcd5d9)

  • Merge pull request #6 from OpusCapita/feature/#4

    Creating PlainMarkdownEditor component. (5048d9b 1fc62d3, 47d2d1f)

  • Creating PlainMarkdownEditor component. (Dmitriy Sanko dsanko@scand.com, 1fc62d3)

  • Update (Alexey Sergeev asergeev-sc@users.noreply.github.com, 5048d9b)

  • Update README.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, c254c69)

  • Merge branch 'master' of opuscapita.github.com:OpusCapita/react-markdown (9bfaf8d 5159be2, f5a70e7)

  • Merge branch 'master' of opuscapita.github.com:OpusCapita/react-markdown (Kirill Volkovich volkovich@scand.com, 9bfaf8d)

  • Create component MarkdownEditor #2 (Kirill Volkovich volkovich@scand.com, 982b089)

  • Update README.md (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, 5159be2)

  • Create npm package '@opuscapita/react-markdown' (Kirill Volkovich volkovich@scand.com, 7f48496)

  • Initial commit (Kirill Volkovich volkovich@scand.com, 5b86df2)