Skip to content

Latest commit

 

History

History
124 lines (72 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

124 lines (72 loc) · 3.87 KB

3.4.0

  • feat: add atom-ide-code-format

3.3.0

  • feat: add call-hierarchy API to the types

3.2.0

  • feat: add StyleReader to commons-ui

3.1.0

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

3.0.0

  • feat(breaking): convert ViewContainer components from React to Solid. See atom-ide-datatips for an example of their usage.
  • fix: update dependencies

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.

2.5.0

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

2.4.0

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

2.3.5

  • Fix atom-package-deps issues (#60)

2.3.4

  • Fix copying from overlays on MacOS (#58)

2.3.3

  • fix: add ts-ignore to JSX declaration (#55)

2.3.1

  • Add copy keymap only once for selectable-overlay

2.3.0

  • feat: add getCwd: Add function that gets the current working directory given a file or uses the active text editor path. (#51)
  • fix: use native copy handling in selectable overlay (#53)
  • Deprecate makeOverLayCopyable and copyListener. Use makeOverlaySelectable instead

2.2.0

  • feat: add selectable-overlay utils (#49)

Bug fixes:

  • Updated atom-package-deps #47
  • Updated devDependencies #44
  • Improved documentation #46 #45 #43

1.4.1 (2020-10-01)

Bug Fixes

1.4.0 (2020-10-01)

Features

  • remove legacy nuclde modules to decrease the space (e0beb4f)

1.3.0 (2020-09-26)

Features

  • add types entry to package.json (73e62b8)
  • move types to types folder (3705c75)

1.1.1 (2020-07-21)

Bug Fixes

1.1.0 (2020-07-21)

Bug Fixes

  • add description to package.json (e94505a)
  • add readme about the types (18eb027)
  • add types scripts (b99f92b)
  • rename index.d.ts (7d2e5ed)
  • use normal typescript syntax (fe40ec2)

Features

  • add npm release to allow using types (806b9a5)

1.0.0 (2020-07-21)

Bug Fixes