Skip to content

Commit c37489e

Browse files
authored
Merge pull request RIP21#34 from benrlodge/update_dist
build dist and update readme
2 parents e52c043 + 165f873 commit c37489e

File tree

6 files changed

+34107
-328
lines changed

6 files changed

+34107
-328
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Only two dependencies, React and SimpleMDE.
99
## Contribute
1010
This is a WIP, if you find this component useful, contributions are appreciated, [see issues](https://github.com/benrlodge/react-simplemde-editor/issues).
1111

12-
## New in version 3.0
13-
The `initialValue` prop has been removed and replaced with a `value` prop, allowing direct changes to the value to be made after the component mounts.
12+
## New in v3
13+
- The `initialValue` prop has been removed and replaced with a `value` prop, allowing direct changes to the value to be made after the component mounts.
14+
- Updated in v3.6.7, if rendering server-side, you can set static ids to avoid errors in rendering synchronization.
1415

15-
## New in version 2.0
16+
## New in v2
1617
Version 1.0 did not have SimpleMDE options configured well, this readme reflects the changes made to better include options.
1718
This is still a very new project. Testing, feedback and PRs are welcome and appreciated.
1819

dist/react-simplemde-editor.js

Lines changed: 17050 additions & 161 deletions
Large diffs are not rendered by default.

dist/react-simplemde-editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-simplemde-editor.min.js

Lines changed: 17050 additions & 161 deletions
Large diffs are not rendered by default.

dist/react-simplemde-editor.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-simplemde-editor",
33
"homepage": "http://www.benrlodge.com",
44
"repository": "https://github.com/benrlodge/react-simplemde-editor",
5-
"version": "3.6.6",
5+
"version": "3.6.7",
66
"author": "Ben Lodge",
77
"license": "MIT",
88
"dependencies": {

0 commit comments

Comments
 (0)