Skip to content

v4.35.8

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 05:27
· 347 commits to master since this release

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)