Atom Ide Base Versions Save

Atom IDE packages for Atom

v3.4.0

2 years ago

3.4.0

  • feat: add atom-ide-code-format

v3.3.0

2 years ago
  • feat: add call-hierarchy API to the types

v3.2.0

2 years ago
  • feat: add StyleReader to commons-ui

v3.1.1

2 years ago

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

v3.1.0

2 years ago
  • feat: add intentions package to the list of IDE packages.

v3.0.0

2 years ago
  • 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

2 years ago
  • update dependencies
  • ide-types: signature.documentation can be null

v2.6.0

3 years ago

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

3 years ago
  • feat: add domPurifyConfig parameter to MarkdownSevice.render
  • fix: add the required @types packages to the dependencies

v2.4.0

3 years ago
  • Add missing types from atom-languageclient (#57)