Skip to content

Releases: atom-community/atom-ide-outline

v2.1.0

15 Mar 14:43
Compare
Choose a tag to compare

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

15 Mar 04:07
Compare
Choose a tag to compare

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

13 Mar 23:51
Compare
Choose a tag to compare

2.0.1 (2021-03-13)

Bug Fixes

  • initialize outline on initial show (c4eba08), closes #94
  • make toggleOutlineView async (e670161)

v2.0.0

28 Feb 01:01
Compare
Choose a tag to compare

2.0.0 (2021-02-28)

Performance Improvements

  • replace automatic cursor following with a reveal-in-outline command (78a8bd1)

BREAKING CHANGES

  • No longer cursor is followed automatically

This is done for performance reasons

v1.17.0

05 Feb 05:29
Compare
Choose a tag to compare

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)

Features

  • isItemVisible (d373ef8)
  • skip outline calculation if the item is not visible (71a5216)

v1.16.3

04 Feb 22:50
Compare
Choose a tag to compare

1.16.3 (2021-02-04)

Bug Fixes

  • add onlyForFile to busySignal (876a768)
  • disable busy signal temporarily (c5d036c)
  • use filePath in busySignalID (bbe2bda)

v1.16.2

04 Feb 09:11
Compare
Choose a tag to compare

1.16.2 (2021-02-04)

Bug Fixes

  • cleaner check editor === undefined (e9af331)
  • direct debouncedSelectAtCursorLine (9c7a9bc)
  • direct doubouncedGetOutline (3a7353a)
  • redundant toggleOutlineView callback (1f8b080)

v1.16.1

04 Feb 08:17
Compare
Choose a tag to compare

1.16.1 (2021-02-04)

Bug Fixes

  • make config a json file (20737f6)
  • only import debounce from lodash (fad64a2)
  • update deps (9805350)
  • use busySignalProvider.remove (24826e2)

v1.16.0

08 Jan 03:40
Compare
Choose a tag to compare

1.16.0 (2021-01-08)

Features

  • go into large file mode if the file is minified (a1ec8ad)

v1.15.5

21 Dec 06:46
Compare
Choose a tag to compare

1.15.5 (2020-12-21)

Bug Fixes