- feat: add atom-ide-code-format
- feat: add call-hierarchy API to the types
- feat: add StyleReader to commons-ui
- feat: add intentions package to the list of IDE packages.
- feat(breaking): convert ViewContainer components from React to Solid. See
atom-ide-datatips
for an example of their usage. - fix: update dependencies
Added new utility functions:
- commons-ui:
- isItemVisible
- getItemElement
- isElementVisible
- commons-atom:
- editor largeness
- editor lineCountIfLarge
- editor lineLengthIfLong
- notifyError
Fixed bugs in ViewContainer, scrollIntoView.
- feat: add domPurifyConfig parameter to MarkdownSevice.render
- fix: add the required @types packages to the dependencies
- Add missing types from atom-languageclient (#57)
- Fix atom-package-deps issues (#60)
- Fix copying from overlays on MacOS (#58)
- fix: add ts-ignore to JSX declaration (#55)
- Add copy keymap only once for selectable-overlay
- 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
andcopyListener
. UsemakeOverlaySelectable
instead
- feat: add selectable-overlay utils (#49)
- Updated atom-package-deps #47
- Updated devDependencies #44
- Improved documentation #46 #45 #43
1.4.1 (2020-10-01)
- add files entry (be2f3aa)
1.4.0 (2020-10-01)
- remove legacy nuclde modules to decrease the space (e0beb4f)
1.3.0 (2020-09-26)
1.1.1 (2020-07-21)
- format (250e850)
1.1.0 (2020-07-21)
- 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)
- add npm release to allow using types (806b9a5)
- deps installation (7b7baa1)