Releases: uiwjs/react-md-editor
v3.15.0
Documentation v3.15.0: https://raw.githack.com/uiwjs/react-md-editor/6aea049/index.html
Comparing Changes: v3.14.5...v3.15.0
npm i @uiw/react-md-editor@3.15.0- 🌟 feat: support
height=100%auto height (#220). c84a9ea @jaywcjlove
- onHeightChange?: (value?: number, oldValue?: number, state?: ContextStore) => void;
+ onHeightChange?: (value?: CSSProperties['height'], oldValue?: CSSProperties['height'], state?: ContextStore) => void;- height?: number;
+ height?: CSSProperties['height'];Dragbar is invalid when height parameter percentage.
<MDEditor
height="100%"
/>v3.14.5
Documentation v3.14.5: https://raw.githack.com/uiwjs/react-md-editor/81cd1e5/index.html
Comparing Changes: v3.14.4...v3.14.5
npm i @uiw/react-md-editor@3.14.5- 🐞 fix(deps): update react monorepo to ~18.2.0 (#412) 7c3883e @renovate-bot
- 💄 chore: update www/package.json f7047fa @jaywcjlove
- 📖 doc: add example. (#415) bd8d17a @jaywcjlove
- 💄 chore(deps): update dependency @uiw/react-markdown-preview to ^4.0.22 4dae31e @jaywcjlove
- 💄 chore: update workflows config. bcbe4cb @jaywcjlove
- 💄 chore: update kkt monorepo to ^7.2.0 738e000 @jaywcjlove
v3.14.4
Documentation v3.14.4: https://raw.githack.com/uiwjs/react-md-editor/04cca87/index.html
Comparing Changes: v3.14.3...v3.14.4
npm i @uiw/react-md-editor@3.14.4- 🐞 fix: fix the problem of converting markdown param. b0cd43a @jaywcjlove
v3.14.3
Documentation v3.14.3: https://raw.githack.com/uiwjs/react-md-editor/e77e677/index.html
Comparing Changes: v3.14.2...v3.14.3
npm i @uiw/react-md-editor@3.14.3- 📈 perf: optimize highlightEnable props. 9923108 @jaywcjlove
v3.14.2
Documentation v3.14.2: https://raw.githack.com/uiwjs/react-md-editor/fc22bcd/index.html
Comparing Changes: v3.14.1...v3.14.2
npm i @uiw/react-md-editor@3.14.2- 💄 chore: use workspace & update sample preview. 5c43acf @jaywcjlove
- 📖 doc: add README.md 5142c0d @jaywcjlove
- 🐞 fix(deps): update dependency mermaid to v9 (#369) d379860 @renovate-bot
- 🐞 fix(deps): update dependency katex to ~0.16.0 (#402) 033710a @renovate-bot
- 💄 chore(deps): update dependency lint-staged to v13 (#401) 33d305f @renovate-bot
- 🌍 website: fix sample code issue & fix document display issue. 696d257 @jaywcjlove
- 🐞 fix: Fix highlightEnable props issue. ae6c9ff @jaywcjlove
- 🐞 fix: Fix code language causing breaks (#406). 71a4312 @jaywcjlove
v3.14.1
Documentation v3.14.1: https://raw.githack.com/uiwjs/react-md-editor/6f8995b/index.html
Comparing Changes: v3.14.0...v3.14.1
npm i @uiw/react-md-editor@3.14.1- 🐞 fix: Mark visiableDragbar as deprecated props (#396). 9b75811 @jaywcjlove
v3.14.0
Documentation v3.14.0: https://raw.githack.com/uiwjs/react-md-editor/d36a925/index.html
Comparing Changes: v3.13.0...v3.14.0
npm i @uiw/react-md-editor@3.14.0- 📖 doc: Update KaTeX example(#390). 5c9ff55 @jaywcjlove
- 📖 doc: Update KaTeX example(#390). d4e69df @jaywcjlove
- 💄 chore(deps): update dependency @uiw/react-markdown-preview to v4.0.10 (#391) 954e017 @jaywcjlove
- 🐞 fix: Fix typos (visiable and Exmaple) (#396) 6fc83ce @peterj
-> visiableDragbarvisibleDragbar
<MDEditor
- visiableDragbar
+ visibleDragbar
value={value}
onChange={setValue}
/>v3.13.0
Documentation v3.13.0: https://raw.githack.com/uiwjs/react-md-editor/a75ae58/index.html
Comparing Changes: v3.12.3...v3.13.0
npm i @uiw/react-md-editor@3.13.0- 🌟 feat: add ability to pin toolbar to bottom of editor (#386) 7398219 @jnishiyama
v3.12.3
Documentation v3.12.3: https://raw.githack.com/uiwjs/react-md-editor/7e80821/index.html
Comparing Changes: v3.12.2...v3.12.3
npm i @uiw/react-md-editor@3.12.3- 💄 chore(deps): update react monorepo to v18 (major) #363 858ae94 @jaywcjlove
- 💄 chore(deps): update dependency husky to v8 (#382) 988e132 @renovate-bot
- ⛑ test: fix test case e885cef @jaywcjlove
- 💄 chore(deps): update dependency lint-staged to ~12.4.0 (#377) a28af78 @renovate-bot
- 🎨 style: resolve style conflicts. aba69a3 @jaywcjlove
v3.12.2
Documentation v3.12.2: https://raw.githack.com/uiwjs/react-md-editor/5c235f8/index.html
Comparing Changes: v3.12.1...v3.12.2
npm i @uiw/react-md-editor@3.12.2- 🐞 fix: add code icon 'title' (#384). 715fd5a @jaywcjlove