Skip to content

Releases: uiwjs/react-codemirror

v4.21.1

05 Jun 13:51
Compare
Choose a tag to compare

Documentation v4.21.1: https://raw.githack.com/uiwjs/react-codemirror/194eaff/index.html
Comparing Changes: v4.21.0...v4.21.1

v4.21.0

05 Jun 08:56
Compare
Choose a tag to compare

Documentation v4.21.0: https://raw.githack.com/uiwjs/react-codemirror/cdfb457/index.html
Comparing Changes: v4.20.4...v4.21.0

v4.20.4

04 Jun 02:41
Compare
Choose a tag to compare

Documentation v4.20.4: https://raw.githack.com/uiwjs/react-codemirror/294f246/index.html
Comparing Changes: v4.20.3...v4.20.4

v4.20.3

02 Jun 22:50
Compare
Choose a tag to compare

Documentation v4.20.3: https://raw.githack.com/uiwjs/react-codemirror/655a470/index.html
Comparing Changes: v4.20.2...v4.20.3

v4.20.2

19 May 08:14
Compare
Choose a tag to compare

Documentation v4.20.2: https://raw.githack.com/uiwjs/react-codemirror/082c9bd/index.html
Comparing Changes: v4.20.1...v4.20.2

v4.20.1

19 May 03:00
Compare
Choose a tag to compare

Documentation v4.20.1: https://raw.githack.com/uiwjs/react-codemirror/4b7e680/index.html
Comparing Changes: v4.20.0...v4.20.1

v4.20.0

18 May 13:34
Compare
Choose a tag to compare

Documentation v4.20.0: https://raw.githack.com/uiwjs/react-codemirror/6eeb98c/index.html
Comparing Changes: v4.19.16...v4.20.0

import CodeMirrorMerge from 'react-codemirror-merge';
const Original = CodeMirrorMerge.Original;
const Modified = CodeMirrorMerge.Modified;

<CodeMirrorMerge
  style={{ height: 300, overflow: 'auto' }}
>
  <Original
    value={originalCode}
    onChange={(value) => {
      console.log('value3:', value)
    }}
  />
  <Modified
    value={modifiedCode}
    onChange={(value) => {
      console.log('value3:', value)
    }}
  />
</CodeMirrorMerge>

v4.19.16

11 Apr 01:09
Compare
Choose a tag to compare

Documentation v4.19.16: https://raw.githack.com/uiwjs/react-codemirror/b0072ad/index.html
Comparing Changes: v4.19.15...v4.19.16

v4.19.15

08 Apr 03:46
Compare
Choose a tag to compare

Documentation v4.19.15: https://raw.githack.com/uiwjs/react-codemirror/904a7d8/index.html
Comparing Changes: v4.19.14...v4.19.15

  • 🌟 feat(CodeMirrorMerge): add orientation, revertControls, highlightChanges, gutter props. 3198a3c @jaywcjlove

v4.19.14

07 Apr 18:31
Compare
Choose a tag to compare

Documentation v4.19.14: https://raw.githack.com/uiwjs/react-codemirror/996d43e/index.html
Comparing Changes: v4.19.13...v4.19.14