Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 05:52
· 394 commits to master since this release
2f46ac0

2.0.0 (2020-10-09)

BREAKING CHANGE: In common-ui, HTMLView is renamed to MarkdownView. The given property is now called markdown instead of html.

Bug Fixes

  • data can be an array of string (6c28c8e)

Features

  • call getDocumentationHtml from the HTMLView component itself (3fe3388)
  • call getSnippetHtml from SnippetView (dd5361d)
  • do not double sanitize (16e7a66)
  • getDocumentationHtml: support string as input (c1b94a6)
  • make grammarName optional (23ac337)
  • make ViewContainer props optional (cf17ccc)
  • move glowClass to clients (a4e2ba4)
  • move update children to render method, initialize properties instead of constructor (2ac705b)