Skip to content

Releases: atom-community/atom-ide-base

v3.4.0

15 Jul 05:49
Compare
Choose a tag to compare

3.4.0

  • feat: add atom-ide-code-format

v3.3.0

12 Jul 01:45
Compare
Choose a tag to compare
  • feat: add call-hierarchy API to the types

v3.2.0

26 Jun 18:18
Compare
Choose a tag to compare
  • feat: add StyleReader to commons-ui

v3.1.1

17 Jun 23:01
Compare
Choose a tag to compare

fix: include the types and source-maps for commons-ui

v3.1.0

15 Jun 05:58
Compare
Choose a tag to compare
  • feat: add intentions package to the list of IDE packages.

v3.0.0

09 Jun 06:31
Compare
Choose a tag to compare
  • 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

08 Jun 17:53
Compare
Choose a tag to compare
  • update dependencies
  • ide-types: signature.documentation can be null

v2.6.0

03 Apr 22:21
Compare
Choose a tag to compare

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

18 Mar 12:38
Compare
Choose a tag to compare
  • feat: add domPurifyConfig parameter to MarkdownSevice.render
  • fix: add the required @types packages to the dependencies

v2.4.0

19 Feb 09:36
Compare
Choose a tag to compare
  • Add missing types from atom-languageclient (#57)