Skip to content

Releases: uiwjs/react-markdown-editor

v4.0.1

17 Mar 15:31
Compare
Choose a tag to compare

npm bundle size npm version

Documentation v4.0.1: https://raw.githack.com/uiwjs/react-markdown-editor/cf06ab0/index.html
Comparing Changes: v4.0.0...v4.0.1

v4.0.0

17 Mar 13:26
Compare
Choose a tag to compare

npm bundle size npm version

Documentation v4.0.0: https://raw.githack.com/uiwjs/react-markdown-editor/e8c9177/index.html
Comparing Changes: v3.2.9...v4.0.0

Support dark-mode/night-mode

By default, the dark-mode is automatically switched according to the system. If you need to switch manually, just set the data-color-mode="dark" parameter for html Element.

<html data-color-mode="dark">
document.documentElement.setAttribute('data-color-mode', 'dark')
document.documentElement.setAttribute('data-color-mode', 'light')

Inherit custom color variables by adding .wmde-markdown-var selector.

const Demo = () => {
  return (
    <div>
      <div className="wmde-markdown-var"> </div>
      <MarkdownEditor value="Hello Markdown!" />
    </div>
  )
}

v3.2.9

17 Mar 08:22
Compare
Choose a tag to compare

npm bundle size npm version

Documentation v3.2.9: https://raw.githack.com/uiwjs/react-markdown-editor/1ab43fd/index.html
Comparing Changes: v3.2.8...v3.2.9

v3.2.8

07 Mar 02:43
Compare
Choose a tag to compare

npm bundle size npm version

Documentation v3.2.8: https://raw.githack.com/uiwjs/react-markdown-editor/087d937/index.html
Comparing Changes: v3.2.7...v3.2.8

v3.2.7

08 Jan 09:30
Compare
Choose a tag to compare

npm bundle size npm version

v3.2.6...v3.2.7

v3.2.6

04 Dec 04:28
Compare
Choose a tag to compare

npm bundle size npm version

v3.2.5...v3.2.6

v3.2.5

12 Oct 15:19
Compare
Choose a tag to compare

npm bundle size npm version

v3.2.4...v3.2.5

v3.2.4

09 Oct 07:59
Compare
Choose a tag to compare

npm bundle size npm version

v3.2.3...v3.2.4

v3.2.3

12 Sep 15:05
Compare
Choose a tag to compare

npm bundle size npm version

v3.2.2...v3.2.3

v3.2.2

09 Sep 14:29
Compare
Choose a tag to compare

npm bundle size npm version

v3.2.1...v3.2.2