github uiwjs/react-md-editor v3.15.0

latest releases: v3.19.8, v3.19.7, v3.19.6...
2 years ago

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

Don't miss a new react-md-editor release

NewReleases is sending notifications on new releases.