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
prettier has been moved from prod dependency to peer
dependency, so you'll have to add it to your own package.json, if
if you didn't have it already.
If the plugin is being extended, the utility methods renderTagsInlines and tryToRenderTagsInColums have been fixed
and they are now renderTagsInLines and tryToRenderTagsInColumns.
If the plugin is being extended, the utility function
for TS types getFormater has been fixed and it's now getFormatter.
If the plugin is being extended, the tag property descriptionParagrah has been fixed and it's now descriptionParagraph.