Skip to content

Commit 46974fe

Browse files
chore(release): 4.38.0 [skip ci]
1 parent 1af0158 commit 46974fe

10 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [4.38.0](https://github.com/atom-minimap/minimap/compare/v4.37.1...v4.38.0) (2021-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* check if dummyNode is on the targetNode ([3071ef3](https://github.com/atom-minimap/minimap/commit/3071ef36a86384d6c3f6fc547adcc993ef370311))
7+
* do not store empty cachedData ([e181e07](https://github.com/atom-minimap/minimap/commit/e181e07fee15c0ef834b2ae28e5926ac08b61c52))
8+
* do not use cache if no scopes are added yet ([86ae2c4](https://github.com/atom-minimap/minimap/commit/86ae2c468a2541f95ac20510f9a36b50a533ed62))
9+
* remove non-existing token.scopeDescriptor ([70219c6](https://github.com/atom-minimap/minimap/commit/70219c68899ce2f6e50950c8b620745532bcc955)), closes [/github.com/atom/atom/blob/976cb9ef3a611163052f9d31c6c3685dc1e6c5b4/src/text-editor.js#L1432](https://github.com//github.com/atom/atom/blob/976cb9ef3a611163052f9d31c6c3685dc1e6c5b4/src/text-editor.js/issues/L1432)
10+
11+
12+
### Features
13+
14+
* empty color cache if the theme changes ([5b12790](https://github.com/atom-minimap/minimap/commit/5b127908a2855ab84438f1f2fd52bad8450bc7c7))
15+
* reuse domStylesReader between editors ([a605d57](https://github.com/atom-minimap/minimap/commit/a605d579ba145095ea29f253d6d8474b0eab2c13))
16+
117
## [4.37.1](https://github.com/atom-minimap/minimap/compare/v4.37.0...v4.37.1) (2021-01-07)
218

319

dist/main-ec96187d.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/main-ec96187d.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/main-efb3b243.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main-efb3b243.js.map

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

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/minimap-plugin-generator-element-af6c1025.js renamed to dist/minimap-plugin-generator-element-f62fa24d.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minimap-plugin-generator-element-af6c1025.js.map renamed to dist/minimap-plugin-generator-element-f62fa24d.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.37.1",
4+
"version": "4.38.0",
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)