Skip to content

Releases: atom-minimap/minimap

v4.39.6

30 Jan 19:54
Compare
Choose a tag to compare

4.39.6 (2021-01-30)

Bug fixes

  • fix: do not null set the values in destroy (#779): solves some of the null bugs.

v4.39.5

19 Jan 00:46
Compare
Choose a tag to compare

4.39.5 (2021-01-18)

Bug Fixes

  • fix strange null-bugs (#771)
  • fix getDecorations should return an array (commit)

v4.39.4

18 Jan 11:07
Compare
Choose a tag to compare

4.39.4 (2021-01-18)

Bug Fixes

  • revert "fix: skip rendering empty token text" (86767a0)

v4.39.3

18 Jan 07:34
Compare
Choose a tag to compare

4.39.3 (2021-01-18)

Bug Fixes

  • skip rendering empty token text (6bd1921)

v4.39.2

18 Jan 03:00
Compare
Choose a tag to compare

4.39.2 (2021-01-18)

Bug Fixes

  • add minimap.destroy to minimapForEditor just in case (40a4676)
  • dispose the editorSubscription if minimap is deactivated before destroying the editor (7b359b3)

v4.39.1

17 Jan 09:07
Compare
Choose a tag to compare

4.39.1 (2021-01-17)

Bug Fixes

  • add DecorationManagement.destroy (09e64b9)
  • attach to text editor explicitly (f2c36b7)
  • clear editorsMinimaps in one take (aa48eba)
  • compare minimap with undefined (ad83bf6)
  • create a new Minimap if it is destroyed (503c482)
  • delete the editor from editorsMinimaps if destroyed (defc58c)
  • destroy quickSettingsElement (0eace20)
  • do not define additional subs variable (2b665ec)
  • hack for forcing scroller movement (a5ac5ec)
  • merge subs.add in Minimap (5a9ff08)
  • merge subs.add in quick settings (4e81b4c)
  • only delete if editorsMinimaps is not null (464a8cf)
  • remove excess copy (4fca672)
  • removeChild before appending (1d07ed1)
  • reuse minimapElement if already exists (1043a29)
  • set minimap to null if it is truthy (3f683d9)
  • use minimapViewProvider instead of atom.views (6fb75af)

v4.39.0

16 Jan 09:28
Compare
Choose a tag to compare

4.39.0 (2021-01-16)

Bug Fixes

  • add destroyed prop to DecorationManagement (784732d)
  • call initializeDecorations inside setModel (006300c)
  • destructure data in drawGutterDecoration (c055f0e)
  • destructure data in drawLineDecoration (7579528)
  • destructure renderData in drawHighlightDecoration (8033509)
  • destructure renderData in drawHighlightOutlineDecoration (be58182)
  • duplicate functions for backward compatibility (67d9d58)
  • empty minimapElement once minimapElement is destroyed (c5ac30c)
  • fix onDidChangeDecorationRange (b331f08)
  • make DecorationManagement a normal class (a303916)
  • memoize this.DecorationManagement (5d4c1dc)
  • memoize this.emitter (6235c2e)
  • set this.DecorationManagement to undefined (b9e351c)
  • use this.minimap.destroyed (38a0e3f)
  • use this.minimap.editorDestroyed (9385892)
  • use this.minimap.emitter (f34cd85)
  • use this.minimap.get visibleRow (ea3fc7b)

Features

  • add getDecorationManagement as the recommended way of using decoration API (46080b3)
  • set minimapElement property for Minimap (03726ed)

v4.38.3

12 Jan 23:06
Compare
Choose a tag to compare

4.38.3 (2021-01-12)

Bug Fixes

  • make underscore-plus a devDep (07512f3)
  • no need escape / (2687541)
  • replace underscore-plus by custom implementation (2ee74b9)
  • store the regexp in a const (2a64ecb)
  • turn-off toplevel optimizations (0099863)
  • use string inerpolation (92be9d8)

v4.38.2

12 Jan 05:32
Compare
Choose a tag to compare

4.38.2 (2021-01-12)

Bug Fixes

  • make drawBackDecorationsForLines a free function (b2e238a)
  • make drawDecorations a free function (94f2a1e)
  • make drawFrontDecorationsForLines a free function (6b97b7a)
  • make getDecorationColor free function (e704de9)
  • make updateBackDecorationsLayer a free function (8ae5fa4)
  • make updateFrontDecorationsLayer a free function (a614182)

v4.38.1

12 Jan 03:38
Compare
Choose a tag to compare

4.38.1 (2021-01-12)

Bug Fixes