v4.39.0
·
137 commits
to master
since this release
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)