Releases: atom-minimap/minimap
Releases · atom-minimap/minimap
v4.39.7
v4.39.6
v4.39.5
v4.39.4
v4.39.3
v4.39.2
v4.39.1
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
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
v4.38.3
v4.38.2
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)