You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShowdownComponent: rename compile to render, Removes registerOnChange method, status and type props.
The assignment of values to the component instance properties no longer trigger render, to render after assignment invokes the render method.
BaseConverter:trimEachLine is deprecated, use smartIndentationFix instead.
ShowdownDirective: rename ShowdownDirective to ShowdownComponent