Skip to content

Commit 6bbed7c

Browse files
chore(release): 4.36.0 [skip ci]
1 parent 345f5d1 commit 6bbed7c

9 files changed

+44
-15
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [4.36.0](https://github.com/atom-minimap/minimap/compare/v4.35.8...v4.36.0) (2020-12-29)
2+
3+
4+
### Bug Fixes
5+
6+
* add higher optimizations to Terser ([b3d00af](https://github.com/atom-minimap/minimap/commit/b3d00af688fe31f4e229471fe4cb2853291b8024))
7+
* don't use anonymous function when it is named ([2f9392a](https://github.com/atom-minimap/minimap/commit/2f9392a7403ae9ee596ae90a966f6a57b7cfbfda))
8+
* inline dragOffset and offsetTop in initial ([d44dd77](https://github.com/atom-minimap/minimap/commit/d44dd7730646f56a6acc7b9e34cfcf960c1a6183))
9+
* make animate a free function ([cfb681b](https://github.com/atom-minimap/minimap/commit/cfb681b12aa2adf3ba76af015edc72aa932e9c8b))
10+
* make applyStyles a free function ([7c5ab25](https://github.com/atom-minimap/minimap/commit/7c5ab255ca7e3094c113b91a98e48aca33810f68))
11+
* make extractMouseEventData a free function ([31ca2e4](https://github.com/atom-minimap/minimap/commit/31ca2e48ce6bdb2d9d38c0128ee8f92d48997565))
12+
* make extractTouchEventData a free function ([5ae0dcc](https://github.com/atom-minimap/minimap/commit/5ae0dcc952633444d4b90370f8af0c98ea05a469))
13+
* make getTime a free function ([ebf816a](https://github.com/atom-minimap/minimap/commit/ebf816aa1f12c2d8ed7ef683745918a2416b7186))
14+
* make makeScale a free function ([1d3ce49](https://github.com/atom-minimap/minimap/commit/1d3ce494114aff9d302d4c556c18f39b66890e37))
15+
* make makeTranslate a free function ([9c5dbaf](https://github.com/atom-minimap/minimap/commit/9c5dbafa92d0241e9133a6f360b0d85b44e695f1))
16+
* make swing a free function ([4005109](https://github.com/atom-minimap/minimap/commit/4005109763ba851744e65dfee82fc42df407bcca))
17+
* merge adding config observers ([b500d4f](https://github.com/atom-minimap/minimap/commit/b500d4f83040879007eb26414724c7fbe55e4684))
18+
* merge adding subs in attachedCallback ([474b4c1](https://github.com/atom-minimap/minimap/commit/474b4c19f4121116c10bb83ea5521356369e89d5))
19+
* merge adding subs in initializeContent ([d869d39](https://github.com/atom-minimap/minimap/commit/d869d39494c23d8f514d1db9a6500d72d518fdde))
20+
* merge adding subs in setModel ([1b1f9af](https://github.com/atom-minimap/minimap/commit/1b1f9af3a93febc5bbfc57f616dae4998f31bc54))
21+
* mouseEvent.which deprecation ([de81494](https://github.com/atom-minimap/minimap/commit/de814940bb73372d607ce40ac33a6814a6a3a525))
22+
* remove duplicate drag handlers ([73d9ec4](https://github.com/atom-minimap/minimap/commit/73d9ec4b87e968790000c004cdaeaeec65096ad8))
23+
* set hoits_vars to false ([4722d21](https://github.com/atom-minimap/minimap/commit/4722d213a0a8c1a2ecf953ce8a41cc6293eaa930))
24+
25+
26+
### Features
27+
28+
* Merge pull request [#737](https://github.com/atom-minimap/minimap/issues/737) from atom-minimap/minimap-element-module ([345f5d1](https://github.com/atom-minimap/minimap/commit/345f5d1d687010bba5581daaa9ca201c6da45162))
29+
130
## [4.35.8](https://github.com/atom-minimap/minimap/compare/v4.35.7...v4.35.8) (2020-12-29)
231

332

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.

dist/minimap-plugin-generator-element.6724e1fd.js

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

dist/minimap-plugin-generator-element.6724e1fd.js.map

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

dist/minimap-plugin-generator-element.86f485e1.js

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

dist/minimap-plugin-generator-element.86f485e1.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.

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