Releases: atom-minimap/minimap
Releases · atom-minimap/minimap
v4.35.5
4.35.5 (2020-12-01)
Bug Fixes
- disable desynchronized canvas on Linux (7b3e51e)
v4.35.4
4.35.4 (2020-11-27)
Bug Fixes
- Rename "Auto Toggle" to "Show Minimap on Atom Start" (#728) (c35ab7a)
v4.35.3
4.35.3 (2020-11-26)
Bug Fixes
- decrease the width of scroll indicator (06db644)
- make scroll indicator more visible (9384703)
v4.35.2
4.35.2 (2020-11-22)
Bug Fixes
- add more passive:true to event listeners (7df85b3)
- Mark atom-utils event listeners as passive (9850bec)
v4.35.0
4.35.0 (2020-11-21)
Bug Fixes
- requests flush changes if not already requested (79d6e41)
Features
- use requestAnimationFrame for scheduleChanges (2ca5006)
v4.34.0
4.34.0 (2020-11-21)
Bug Fixes
- less containment for minimap-quick-settings (2747b7f)
Features
- add css containment to minimap elements (f2be7d9)
v4.32.0
4.32.0 (2020-11-21)
Features
- limit the number of tokens that are rendered for one line This will prevent the very long lines to break minimap when softwrap is not enabled. (85a56e3)