Releases: atom-community/atom-ide-base
Releases · atom-community/atom-ide-base
v3.4.0
3.4.0
- feat: add atom-ide-code-format
v3.3.0
- feat: add call-hierarchy API to the types
v3.2.0
- feat: add StyleReader to commons-ui
v3.1.1
fix: include the types and source-maps for commons-ui
v3.1.0
- feat: add intentions package to the list of IDE packages.
v3.0.0
- feat(breaking): convert ViewContainer components from React to Solid. See
atom-ide-datatips
for an example of their usage.
- fix: update dependencies
v2.6.1
- update dependencies
- ide-types: signature.documentation can be null
v2.6.0
2.6.0
Added new utility functions:
- commons-ui:
- isItemVisible
- getItemElement
- isElementVisible
- commons-atom:
- editor largeness
- editor lineCountIfLarge
- editor lineLengthIfLong
- notifyError
Fixed bugs in ViewContainer, scrollIntoView.
v2.5.0
- feat: add domPurifyConfig parameter to MarkdownSevice.render
- fix: add the required @types packages to the dependencies
v2.4.0
- Add missing types from atom-languageclient (#57)