Skip to content

Releases: atom-community/atom-ide-base

v2.0.3

11 Oct 23:53
Compare
Choose a tag to compare

2.0.3 (2020-10-11)

Bug Fixes

  • await rendering in SnippetView (699b454)
  • don't set ViewContainer className by default (6eb973f)

v2.0.2

10 Oct 04:48
Compare
Choose a tag to compare

2.0.2 (2020-10-10)

Bug Fixes

  • add onMouseWheel for SnippetView (733abf5)
  • don't create regex object everytime (f6bd11e)

v2.0.1

09 Oct 06:39
Compare
Choose a tag to compare

2.0.1 (2020-10-09)

Bug Fixes

  • atom-ide-markdown-service 1.5.0 (f4485dd)

v2.0.0

09 Oct 05:52
2f46ac0
Compare
Choose a tag to compare

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)

v1.11.2

08 Oct 22:15
Compare
Choose a tag to compare

1.11.2 (2020-10-08)

Bug Fixes

v1.11.1

08 Oct 12:03
Compare
Choose a tag to compare

1.11.1 (2020-10-08)

Bug Fixes

v1.11.0

08 Oct 11:48
Compare
Choose a tag to compare

1.11.0 (2020-10-08)

Bug Fixes

Features

  • ActionButton types (e013055)
  • add built-in markdown renderer (9cb913e)
  • define Props and State as interface (1be9d29)
  • fix types of ReactView (51f7a3b)
  • install atom-ide-markdown-service (fed94c7)
  • make ReactView a react component (1af137d)
  • typescript: use React.createElement jsxFactory (30a4aa8)
  • use React for HTMLView (9492bec)
  • use React for SnippetView (85cab5b)
  • use React for ViewContainer (06a23f6)
  • use ReactDOM.render in get element (244a35f)

v1.10.0

06 Oct 04:24
e4ffad7
Compare
Choose a tag to compare

1.10.0 (2020-10-06)

Features

  • add getDocumentationHtml function to HTMLView (bfa597f)
  • add getSnippetHtml function to SnippetView (dd7903e)
  • add HTMLView (f4d628b)
  • add ReactView (8b948ad)
  • add SnippetView (ba18cb3)
  • add ViewContainer (12588ff)
  • datatip types: MarkdownMarkedString, SnippetMarkedString, MarkedStringDatatip, ReactComponentDatatip (a7b25c8)
  • install react, etch, dompurify (468f335)
  • make class names configurable (ea27913)

v1.9.0

05 Oct 04:42
fc6c52c
Compare
Choose a tag to compare

1.9.0 (2020-10-05)

Features

  • add markdown service types (132114d)

v1.8.0

04 Oct 23:48
2976ba7
Compare
Choose a tag to compare

1.8.0 (2020-10-04)

Bug Fixes

  • parent maybe null (ec8280f)
  • add fallback for scrollIntoViewIfNeeded (a29fe20)
  • use HTMLElement, SVGElement + optional chaining to get overflow style (6ad0f35)

Features