Releases: atom-community/atom-ide-base
Releases · atom-community/atom-ide-base
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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
v1.11.1
v1.11.0
1.11.0 (2020-10-08)
Bug Fixes
- remove unused methods (2ffeb8c)
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
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)