Skip to content

Commit 1d83830

Browse files
chore(release): 4.36.7 [skip ci]
1 parent 60ef1a6 commit 1d83830

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.36.7](https://github.com/atom-minimap/minimap/compare/v4.36.6...v4.36.7) (2021-01-02)
2+
3+
4+
### Bug Fixes
5+
6+
* make drawToken a free function ([ec363ea](https://github.com/atom-minimap/minimap/commit/ec363ea6fd2de23411299feae8f993c692e9a3f2))
7+
* make eachTokenForScreenRows a free function ([a296f48](https://github.com/atom-minimap/minimap/commit/a296f4880b54dc65abc0ece57a249ec078d1a7ee))
8+
* make getInvisibleRegExp a free function ([5e23805](https://github.com/atom-minimap/minimap/commit/5e23805005c3754565e51761f255a150ad99c48d))
9+
* move DOMStylesReader to CanvasDrawer ([6999bc5](https://github.com/atom-minimap/minimap/commit/6999bc54dfa474192273c7993a54cc8968b1e6bf))
10+
* move getTextEditorElement to Minimap class ([5c72224](https://github.com/atom-minimap/minimap/commit/5c72224a1ccfb3a71aa14e1f11ca8b1967f06384))
11+
* this.minimap.getTextEditor only once in eachTokenForScreenRows ([d3d5d6e](https://github.com/atom-minimap/minimap/commit/d3d5d6eb42cbe54842ae09eb8cf88c933ab300b3))
12+
113
## [4.36.6](https://github.com/atom-minimap/minimap/compare/v4.36.5...v4.36.6) (2021-01-01)
214

315

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimap",
33
"main": "./dist/main.js",
4-
"version": "4.36.6",
4+
"version": "4.36.7",
55
"description": "A preview of the full source code.",
66
"author": "Fangdun Cai <[email protected]>, Amin Yahyaabadi <[email protected]>",
77
"keywords": [

0 commit comments

Comments
 (0)