Skip to content

Releases: uiwjs/react-codemirror

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

v4.19.13

07 Apr 18:08
Compare
Choose a tag to compare

Documentation v4.19.13: https://raw.githack.com/uiwjs/react-codemirror/4745c35/index.html
Comparing Changes: v4.19.12...v4.19.13

v4.19.12

07 Apr 17:23
Compare
Choose a tag to compare

Documentation v4.19.12: https://raw.githack.com/uiwjs/react-codemirror/5ce6bf4/index.html
Comparing Changes: v4.19.11...v4.19.12

import CodeMirrorMerge from 'react-codemirror-merge';
import { EditorView } from 'codemirror';
import { EditorState } from '@codemirror/state';

const Original = CodeMirrorMerge.Original;
const Modified = CodeMirrorMerge.Modified;
let doc = `one
two
three
four
five`;

export const Example = () => {
  return (
    <CodeMirrorMerge orientation="b-a">
      <Original value={doc} />
      <Modified
        value={doc.replace(/t/g, 'T') + 'Six'}
        extensions={[EditorView.editable.of(false), EditorState.readOnly.of(true)]}
      />
    </CodeMirrorMerge>
  );
};

v4.19.11

28 Mar 09:23
Compare
Choose a tag to compare

Documentation v4.19.11: https://raw.githack.com/uiwjs/react-codemirror/79658d4/index.html
Comparing Changes: v4.19.10...v4.19.11

v4.19.10

25 Mar 05:53
Compare
Choose a tag to compare

Documentation v4.19.10: https://raw.githack.com/uiwjs/react-codemirror/061c0a9/index.html
Comparing Changes: v4.19.9...v4.19.10

v4.19.9

12 Feb 00:02
Compare
Choose a tag to compare

Documentation v4.19.9: https://raw.githack.com/uiwjs/react-codemirror/2849af4/index.html
Comparing Changes: v4.19.8...v4.19.9

v4.19.8

09 Feb 12:08
Compare
Choose a tag to compare

Documentation v4.19.8: https://raw.githack.com/uiwjs/react-codemirror/4be6e8c/index.html
Comparing Changes: v4.19.7...v4.19.8

v4.19.7

17 Jan 10:34
Compare
Choose a tag to compare

Documentation v4.19.7: https://raw.githack.com/uiwjs/react-codemirror/1c1efcf/index.html
Comparing Changes: v4.19.6...v4.19.7

v4.19.6

12 Jan 13:39
Compare
Choose a tag to compare

Documentation v4.19.6: https://raw.githack.com/uiwjs/react-codemirror/97f393a/index.html
Comparing Changes: v4.19.5...v4.19.6

v4.19.5

30 Dec 02:24
Compare
Choose a tag to compare

Documentation v4.19.5: https://raw.githack.com/uiwjs/react-codemirror/1222b42/index.html
Comparing Changes: v4.19.4...v4.19.5