Releases: atom-community/atom-ide-outline
Releases · atom-community/atom-ide-outline
v2.1.0
2.1.0 (2021-03-15)
Bug Fixes
- define padding-side (360249b)
- increase indent level for first children (15c04ca)
- make the fold button smaller (23abe67)
- make the outline condensed by using less indentation (19be944)
- use a larger default icon (87db24d)
- use padding-side instead of overall margin-left (019f508)
Features
- add editor root scope data attribute to outline root elem (a376740)
v2.0.2
2.0.2 (2021-03-15)
Bug Fixes
- add margin after the fold button (e83fbfa)
- disable line wrapping on
- (91d2fef)
- make icons work with arbitrary editor font sizes (789ca44)
- make the icon width 6ch (cd18f93)
- rename classes to prevent conflict with file-icons (0ec4e39)
- use ch instead of ex for width (ac37e17)
Reverts
- fix: add margin after the fold button (ef12969)
v2.0.1
v2.0.0
v1.17.0
1.17.0 (2021-02-05)
Bug Fixes
- ad OutlineView.isVisible (1d13b73)
- add back debounce to selectAtCursorLine (4735a89)
- check for visibility before selecting the line (5c54116)
- create subscriptions in the global scope (68136da)
- delay the creation of OutlineView (98bfa18)
- make pointToElementsMap a class prop (0a87965)
- make selectAtCursorLine a method so it can use the struct props (a2b961b)