Releases: uiwjs/react-md-editor
v3.25.1
Documentation v3.25.1: https://raw.githack.com/uiwjs/react-md-editor/bff9798/index.html
Comparing Changes: v3.25.0...v3.25.1
npm i @uiw/[email protected]
- 🆎 type: add nohighlight to file fields in package.json (#586) a90f03e @jaywcjlove
v3.25.0
Documentation v3.25.0: https://raw.githack.com/uiwjs/react-md-editor/7b6ad20/index.html
Comparing Changes: v3.24.1...v3.25.0
npm i @uiw/[email protected]
- 📖 doc: Update README.md a3f09f3 @jaywcjlove
- 🌍 website: fix coverage status badges url error. bc4be08 @jaywcjlove
- 🌟 feat: add no highlight component. (#586) f471fb3 @jaywcjlove
- 💄 chore(deps): update dependency @uiw/react-markdown-preview to ^4.2.1 7d5e249 @jaywcjlove
Remove Code Highlight
The following example can help you exclude code highlighting code from being included in the bundle. @uiw/react-md-editor/nohighlight
component does not contain the code highlighting package, rehype-prism-plus
, highlightEnable
and showLineNumbers
functions will no longer work. (#586)highlight line
import React from "react";
import MDEditor from '@uiw/react-md-editor/nohighlight';
const code = `**Hello world!!!**
\`\`\`js
function demo() {}
\`\`\`
`
export default function App() {
const [value, setValue] = React.useState(code);
return (
<div className="container">
<MDEditor
value={value}
onChange={setValue}
/>
<MDEditor.Markdown source={value} style={{ whiteSpace: 'pre-wrap' }} />
</div>
);
}
v3.24.1
Documentation v3.24.1: https://raw.githack.com/uiwjs/react-md-editor/5251082/index.html
Comparing Changes: v3.24.0...v3.24.1
npm i @uiw/[email protected]
- 🐞 fix: added issue, table, help to commands, task list more like in github (#582) a82c76b @RARgames
- 📖 doc: update core/README.md. e84ce8c @github-actions-bot
v3.24.0
Documentation v3.24.0: https://raw.githack.com/uiwjs/react-md-editor/3956855/index.html
Comparing Changes: v3.23.6...v3.24.0
npm i @uiw/[email protected]
- 🌍 website: update example. (#423) abd67c6 @jaywcjlove
- 🌍 website: fix example error. (#576) bcced73 @jaywcjlove
- 🌟 feat: Improved/Added commands to match Github, Added line/lines duplication/movement (#580) 8989e9d @RARgames
- 🐞 fix:
issue
command removed from default toolbar. (#580) 4005db4 @jaywcjlove - 💄 chore(deps): update dependency lint-staged to v14 (#564) 9e19ea6 @renovate-bot
- 💄 chore(deps): update dependency compile-less-cli to ~1.9.0 (#563) 966bbca @renovate-bot
- 📖 doc: update core/README.md. a03e244 @github-actions-bot
v3.23.6
Documentation v3.23.6: https://raw.githack.com/uiwjs/react-md-editor/81f2a6a/index.html
Comparing Changes: v3.23.5...v3.23.6
npm i @uiw/[email protected]
- ⛑ test: move test case folder. 8b54ef7 @jaywcjlove
- 📖 doc: Update README.md (#562) 76264dc @jaywcjlove
- 📖 doc: Update README.md 5ae626f @jaywcjlove
- 💄 chore: update workflows config. b8b59ea @jaywcjlove
- 📖 doc: Update README.md 275a66d @jaywcjlove
- 💢 ci: update workflows config. (#570) d5eeea6 @jaywcjlove
- 📖 doc: update core/README.md. 7f9f237 @github-actions-bot
- 💢 ci: update workflows config. (#570) 110d16b @jaywcjlove
- 💢 ci: update workflows config. (#570) f4f52fb @jaywcjlove
- 💢 ci: update workflows config. (#570) 1e73a97 @jaywcjlove
- 💄 chore: update jest config. 11c73a4 @jaywcjlove
- 💢 ci: update workflows config. f4cb945 @jaywcjlove
v3.23.5
Documentation v3.23.5: https://raw.githack.com/uiwjs/react-md-editor/192746e/index.html
Comparing Changes: v3.23.4...v3.23.5
npm i @uiw/[email protected]
- 💄 chore(deps): update denpendency @uiw/react-markdown-preview to ^4.1.14 (#362) 4b89381 @jaywcjlove
v3.23.4
Documentation v3.23.4: https://raw.githack.com/uiwjs/react-md-editor/8635453/index.html
Comparing Changes: v3.23.3...v3.23.4
npm i @uiw/[email protected]
- 💄 chore: add nextjs example. #541 1092180 @jaywcjlove
- 💄 chore(deps): update dependency lerna to v7 #537 7e90816 @jaywcjlove
- 💄 chore: update workflows config. 29532b1 @jaywcjlove
- 💄 chore(deps): update react monorepo to ~18.2.0 (#510) d2a7e92 @renovate-bot
- 🐞 fix(deps): update dependency react-code-preview-layout to v3 #486 354241c @jaywcjlove
- 💄 chore: update lerna config. d7ba73b @jaywcjlove
- 🐞 fix: add
rehype-prism-plus
dependency to dependency list. (#362) 394b395 @jaywcjlove - 📄 example: update nextjs example dependencies 34e3c34 @jaywcjlove
- 🌍 website(deps): update markdown preview. bb530bc @jaywcjlove
- 🌍 website: udpate example. 7d39de0 @jaywcjlove
v3.23.3
Documentation v3.23.3: https://raw.githack.com/uiwjs/react-md-editor/a70a6b0/index.html
Comparing Changes: v3.23.2...v3.23.3
npm i @uiw/[email protected]
- 🆎 type: fix ref props type error. (#534) 2fac446 @jaywcjlove
v3.23.2
Documentation v3.23.2: https://raw.githack.com/uiwjs/react-md-editor/41da995/index.html
Comparing Changes: v3.23.1...v3.23.2
npm i @uiw/[email protected]
- 📖 doc: update document example. (#530) 5db9de2 @jaywcjlove
- 📖 doc: update document example. (#530) 6509c9f @jaywcjlove
- 🎨 style: update list style. (#533) bbd5c27 @jaywcjlove
v3.23.1
Documentation v3.23.1: https://raw.githack.com/uiwjs/react-md-editor/f8c8d3a/index.html
Comparing Changes: v3.23.0...v3.23.1
npm i @uiw/[email protected]
- 💄 chore: remove debug console.log (#529) 1fc0eff @jaywcjlove