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%"
/>