Releases: uiwjs/react-codemirror
v4.21.1
Documentation v4.21.1: https://raw.githack.com/uiwjs/react-codemirror/194eaff/index.html
Comparing Changes: v4.21.0...v4.21.1
npm i @uiw/[email protected]
- 🌍 website(deps): update devDependencies. 8a5c149 @jaywcjlove
- 🐞 fix: fix Original/Modified props issue. (#515) 2a3efaf @jaywcjlove
v4.21.0
Documentation v4.21.0: https://raw.githack.com/uiwjs/react-codemirror/cdfb457/index.html
Comparing Changes: v4.20.4...v4.21.0
npm i @uiw/[email protected]
- 📖 doc(codemirror-themes-all): update document. f01d52b @jaywcjlove
- 🌟 feat(codemirror-merge): add theme/ref props. (#515) c608dd3 @jaywcjlove
v4.20.4
Documentation v4.20.4: https://raw.githack.com/uiwjs/react-codemirror/294f246/index.html
Comparing Changes: v4.20.3...v4.20.4
npm i @uiw/[email protected]
- 🌍 website: update router link. #409 f8f65af @jaywcjlove
- 🌍 website: update router link. #409 54a6882 @jaywcjlove
- 🌟 feat(langs): add more langs support. 7a3fdda @jaywcjlove
v4.20.3
Documentation v4.20.3: https://raw.githack.com/uiwjs/react-codemirror/655a470/index.html
Comparing Changes: v4.20.2...v4.20.3
npm i @uiw/[email protected]
- 🌍 website: update example. 7d69894 @jaywcjlove
- 🌍 website: update example. 250cf04 @jaywcjlove
- 🐞 fix(merge): fix extensions props issue. edef72d @jaywcjlove
v4.20.2
Documentation v4.20.2: https://raw.githack.com/uiwjs/react-codemirror/082c9bd/index.html
Comparing Changes: v4.20.1...v4.20.2
npm i @uiw/[email protected]
- 🐞 fix(merge): fix onChange props issue. (#502) 523b2c1 @jaywcjlove
- 🌍 website: update markdown preview. ec88a44 @jaywcjlove
v4.20.1
Documentation v4.20.1: https://raw.githack.com/uiwjs/react-codemirror/4b7e680/index.html
Comparing Changes: v4.20.0...v4.20.1
npm i @uiw/[email protected]
- 🐞 fix(merge): fix onChange props. (#502) 6708e6e @jaywcjlove
v4.20.0
Documentation v4.20.0: https://raw.githack.com/uiwjs/react-codemirror/6eeb98c/index.html
Comparing Changes: v4.19.16...v4.20.0
npm i @uiw/[email protected]
- 🌍 website: refactor the documentation website. e79442e @jaywcjlove
- ⛑ test: fix test case error. e938690 @jaywcjlove
- 📖 doc: Fix broken theme editor link (#493) d48bb95 @Bowen7
- 🌟 feat(merge): add onChange props. (#502) faf5b24 @jaywcjlove
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
Documentation v4.19.16: https://raw.githack.com/uiwjs/react-codemirror/b0072ad/index.html
Comparing Changes: v4.19.15...v4.19.16
npm i @uiw/[email protected]
- 📖 doc: Update README.md 85c3468 @jaywcjlove
- 🐞 fix: fix editable/readOnly props. (#488) 606a5a1 @jaywcjlove
v4.19.15
Documentation v4.19.15: https://raw.githack.com/uiwjs/react-codemirror/904a7d8/index.html
Comparing Changes: v4.19.14...v4.19.15
npm i @uiw/[email protected]
- 🌟 feat(CodeMirrorMerge): add
orientation
,revertControls
,highlightChanges
,gutter
props. 3198a3c @jaywcjlove
v4.19.14
Documentation v4.19.14: https://raw.githack.com/uiwjs/react-codemirror/996d43e/index.html
Comparing Changes: v4.19.13...v4.19.14
npm i @uiw/[email protected]
- 🐞 fix(react-codemirror-merge): fix
ref
issue. (#455) 9f90348 @jaywcjlove - 🐞 fix: fix bundle file name. 60fba4f @jaywcjlove