Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpusCapita/react-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Volkovich committed May 7, 2018
2 parents d583a0f + 43b68b0 commit 51f1a73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

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

- [#133](https://github.com/OpusCapita/react-markdown/issues/133) Fix - Tollbar header dropdown overflow if MarkdownInput has not enough height ([#134](https://github.com/OpusCapita/react-markdown/issues/134)) (GitHub [email protected], 2018-05-07 12:47:42 +0300)
- Adding an issue template file [ci skip] (Egor Stambakio [email protected], 2018-05-02 12:26:26 +0300)
- Updated example props for modal input. (Egor Stambakio [email protected], 2018-04-27 09:17:01 +0300)

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/react-markdown",
"version": "2.2.2",
"version": "2.2.3",
"description": "React markdown editor component",
"scripts": {
"link-mode": "cross-env NODE_ENV=link webpack --config ./config/webpack.config.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
}

Expand Down

0 comments on commit 51f1a73

Please sign in to comment.