Releases: atom-minimap/minimap
Releases · atom-minimap/minimap
v4.40.2
What's Changed
- fix(lib.minimap): scroll by drag if scrollPastEnd by @vlad0337187 in #812
- Fix blank lines being ignored by @mzivic7 in #813
Note
Minimap is in the maintenance mode. In case of issues, report the problems to the above contributors.
New Contributors
- @vlad0337187 made their first contribution in #812
- @mzivic7 made their first contribution in #813
Full Changelog: v4.40.1...v4.40.2
v4.40.1
v4.40.0
4.40.0 (2021-07-13)
Bug fixes and Improvements
- getDevicePixelRatio will return 0 on Linux resulting in no minimap (#799 and #795)
- Require Electron 6 or above - Drop support for Atom versions older than 1.52. (#798)
- remove the deprecated LegacyAdapter (#798)
- use StyleReader from atom-ide-base (#798)
- improve debounce function (#798)
- update dependencies
v4.39.14
4.39.14 (2021-05-10)
Bug Fixes
- don't destory the dummty decoration (fd61554)
- don't emit if the decoration is already destroyed (30ad2d6)
- make the old decorations API type-safe (a94020a)
- remove excess return null (930ba15)
- return a real destroyed decoration (473d82c)
- return destoryed decoration and disposable on fallback (bd4eb25)