Releases: atom-minimap/minimap
Releases · atom-minimap/minimap
v4.38.1
v4.38.0
4.38.0 (2021-01-11)
Bug Fixes
- check if dummyNode is on the targetNode (3071ef3)
- do not store empty cachedData (e181e07)
- do not use cache if no scopes are added yet (86ae2c4)
- remove non-existing token.scopeDescriptor (70219c6), closes /github.com/atom/atom/blob/976cb9ef3a611163052f9d31c6c3685dc1e6c5b4/src/text-editor.js#L1432
Features
v4.37.1
v4.37.0
v4.36.13
v4.36.12
4.36.12 (2021-01-03)
Bug Fixes
v4.36.11
4.36.11 (2021-01-03)
Bug Fixes
v4.36.10
v4.36.9
4.36.9 (2021-01-02)
Bug Fixes
- comment out unused functions (1396a49)
- factor out renderData from updateBackDecorationsLayer (3b3dec1)
- factor out renderData from updateFrontDecorationsLayer (5e94c91)
- inline redrawRangesOnLayer in updateTokensLayer (5059ea3)
- inline updateBackDecorationsLayer (a05bca0)
- inline updateFrontDecorationsLayer (dacf546)
- inline variables used once in updateCanvas (173454b)
- move the consts out of updateTokensLayer (bffd277)
- refactor the parameters of drawLines out of loop (436f4b7)
- take the const decorations out of loop (c3c1e5e)
v4.36.8
4.36.8 (2021-01-02)
Bug Fixes
- cache the decoration drawer dispatchers (8835572)
- calculate decorationColor outside the decoration drawers (90f0e65)
- calculate editorElement only once outside of the drawDecorations (2c768cb)
- call getTextEditorElement only once (ad4fa0e)
- call getTextEditorElement only once in drawDecorations (94a3064)
- call getTextEditorElement() outside of getDecorationColor (739a561)
- make drawCustomDecoration a free function (4848aef)
- make drawGutterDecoration a free function (30e9017)
- make drawHighlightDecoration a free function (404393d)
- make drawHighlightOutlineDecoration a free function (cd4af73)
- make drawLineDecoration a free function (d2b3782)