Skip to content

Commit b3fc577

Browse files
chore(release): 4.36.6 [skip ci]
1 parent 9334b75 commit b3fc577

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [4.36.6](https://github.com/atom-minimap/minimap/compare/v4.36.5...v4.36.6) (2021-01-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add domStylesCache to DOMStylesReader's constructor ([e4e9b1f](https://github.com/atom-minimap/minimap/commit/e4e9b1fa04d1d06f8042a2ba93ace0c10e006e8a))
7+
* add hasTokenizedOnce to DOMStylesReader's constructor ([2641ae6](https://github.com/atom-minimap/minimap/commit/2641ae6bfedf01feeaebac536140d3d5cdf69879))
8+
* add targetElement to retrieveStyleFromDom API ([81f47ed](https://github.com/atom-minimap/minimap/commit/81f47edf075432be5a1ac01174fc39eca62f0858))
9+
* comment unused invalidateIfFirstTokenization ([346a9a3](https://github.com/atom-minimap/minimap/commit/346a9a368dc8d7c82640813082d9dbee45c94601))
10+
* only index cachedData once ([4e753ad](https://github.com/atom-minimap/minimap/commit/4e753adf40a798764c1290f894fbae46e1ec1f6e))
11+
* use a Map as the domStylesCache ([108918a](https://github.com/atom-minimap/minimap/commit/108918adeea2f303162f838ed17729c39dab1dcf))
12+
* use DOMStylesReader as a class in CanvasDrawer ([a598938](https://github.com/atom-minimap/minimap/commit/a5989381734dc50883a89a7a970976af01b34b75))
13+
* use DOMStylesReader as a class in MinimapElement ([a1c99e5](https://github.com/atom-minimap/minimap/commit/a1c99e57fd9922a3a2c0eac352e32b68f65b678b))
14+
115
## [4.36.5](https://github.com/atom-minimap/minimap/compare/v4.36.4...v4.36.5) (2021-01-01)
216

317

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.5",
4+
"version": "4.36.6",
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)