Skip to content

Releases: atom-minimap/minimap

v4.36.6

01 Jan 09:59
Compare
Choose a tag to compare

4.36.6 (2021-01-01)

Bug Fixes

  • add domStylesCache to DOMStylesReader's constructor (e4e9b1f)
  • add hasTokenizedOnce to DOMStylesReader's constructor (2641ae6)
  • add targetElement to retrieveStyleFromDom API (81f47ed)
  • comment unused invalidateIfFirstTokenization (346a9a3)
  • only index cachedData once (4e753ad)
  • use a Map as the domStylesCache (108918a)
  • use DOMStylesReader as a class in CanvasDrawer (a598938)
  • use DOMStylesReader as a class in MinimapElement (a1c99e5)

v4.36.5

01 Jan 07:34
Compare
Choose a tag to compare

4.36.5 (2021-01-01)

Bug Fixes

  • make computeIntactRanges a free function (22f541f)
  • make computeRangesDiffs a free function (115ae4f)
  • make getOriginatorPackageName a free function (3d67d03)
  • make getPackagesDirectory a free function (b592149)
  • make isStoredInDotAtom a free function (d1061a2)
  • make linkPackage and installPackage free functions (32987c7)
  • make rotateHue a free function (1261495)
  • make runCommand a free function (6ab825c)
  • make transparentize a free function (9eb52f1)
  • make truncateIntactRanges a free function (058c2d1)

v4.36.4

31 Dec 18:17
Compare
Choose a tag to compare

4.36.4 (2020-12-31)

Bug Fixes

  • mediaQuery deprecations (3b6a0e7)

v4.36.3

31 Dec 17:52
Compare
Choose a tag to compare

4.36.3 (2020-12-31)

Bug Fixes

  • use shorter version of object props (d7ba069)
  • use strings interpolation instead of + (012dd00)

v4.36.2

30 Dec 05:35
Compare
Choose a tag to compare

4.36.2 (2020-12-30)

Bug Fixes

  • map existence check: use undefined compare (ec8480a)
  • use Map for decorationDestroyedSubscriptions (661d190)
  • use Map for decorationMarkerChangedSubscriptionsValues (6a0d612)
  • use Map for decorationMarkerDestroyedSubscriptions (f2e6515)
  • use Map for decorationsById (1fc7bc8)
  • use Map for decorationsByMarkerId (d0a2cbe)
  • use Map for decorationUpdatedSubscriptions (9879ab5)

v4.36.1

29 Dec 18:22
Compare
Choose a tag to compare

4.36.1 (2020-12-29)

Bug Fixes

  • remove spec specific code in production build (15c15c5)

v4.36.0

29 Dec 13:41
Compare
Choose a tag to compare

4.36.0 (2020-12-29)

Bug Fixes

  • add higher optimizations to Terser (b3d00af)
  • don't use anonymous function when it is named (2f9392a)
  • inline dragOffset and offsetTop in initial (d44dd77)
  • make animate a free function (cfb681b)
  • make applyStyles a free function (7c5ab25)
  • make extractMouseEventData a free function (31ca2e4)
  • make extractTouchEventData a free function (5ae0dcc)
  • make getTime a free function (ebf816a)
  • make makeScale a free function (1d3ce49)
  • make makeTranslate a free function (9c5dbaf)
  • make swing a free function (4005109)
  • merge adding config observers (b500d4f)
  • merge adding subs in attachedCallback (474b4c1)
  • merge adding subs in initializeContent (d869d39)
  • merge adding subs in setModel (1b1f9af)
  • mouseEvent.which deprecation (de81494)
  • remove duplicate drag handlers (73d9ec4)
  • set hoits_vars to false (4722d21)

Features

  • Merge pull request #737 from atom-minimap/minimap-element-module (345f5d1)

v4.35.8

29 Dec 05:27
Compare
Choose a tag to compare

4.35.8 (2020-12-29)

Bug Fixes

  • add deprecation warning for LegacyAdapter (cea6197)
  • add Parcel to build and optimize Minimap (f0b001b)
  • config not being defined (12a3050)
  • do not export the private values and functions (067a6d6)
  • export directly from Main to remove race conditions (e354143)
  • export directly from PluginManagement to remove race conditions (4d9e234)
  • export plugins (used in quick-settings) (f276547)
  • import missing deactivateAllPlugins (a8c9b91)
  • lazy load Main because of race conditions (948f642)
  • lazy load MinimapPluginGeneratorElement (392f6d9)
  • make config a json file (e14d180)
  • MinimapServiceV1 (1a4f3fa), closes /github.com/parcel-bundler/parcel/issues/5531#issuecomment-751897276
  • move plugin-management file as it is not a mixin anymore (dac13bd)
  • move provideMinimapServiceV1 to the main file (126c62a)
  • only imoprt the needed functions from fs-plus (60bd9a8)
  • only import dasherize from underscore-plus (f98f211)
  • remove initializePlugins (af85b54)
  • remove lazy loading of Main (6ad19cc)
  • remove require cache removal hack (018ae7a)
  • remove synchronous lazy loading (927cc1e)
  • use export default instead of module.exports= (c1ab6a9)
  • use imports + use Array.isArray (a262bfb)

v4.35.7

09 Dec 16:11
Compare
Choose a tag to compare

4.35.7 (2020-12-09)

Bug Fixes

  • add more css containment (to all selectors) (d73aaee)

v4.35.6

01 Dec 23:35
Compare
Choose a tag to compare

4.35.6 (2020-12-01)

Bug Fixes