Releases: atom-community/atom-ide-base
Releases · atom-community/atom-ide-base
v2.3.5
- Fix atom-package-deps issues (#60)
v2.3.4
- Fix copying from overlays on MacOS (#58)
v2.3.3
fix: add ts-ignore to JSX declaration (#55)
v2.3.1
- Add copy keymap only once for selectable-overlay
- Include docstrings in the built files
v2.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 the selectable overlay (#53)
- Deprecate
makeOverLayCopyable
and copyListener
. Use makeOverlaySelectable
instead (#53)
v2.2.0
- feat: add selectable-overlay utils (#49)
v2.1.6
Fixed the built-files were not included
v2.1.4
Bug fixes:
- Updated atom-package-deps #47
- Updated devDependencies #44
- Improved documentation #46 #45 #43
v2.1.0
2.1.0 (2020-10-12)
Features
- atom-ide-markdown-service 1.6.0 (fc72696)
- use markdown for snippets (a194dde)