All Versions
29
Latest Version
Avg Release Cycle
36 days
Latest Release
-

Changelog History
Page 1

  • v6.0.14 Changes

    • ๐Ÿ—„ BabelConfig.fetchBabelRc / static BabelConfig.default / static BabelConfig.generate have all been deprecated. They are no longer used by Mix itself but remain for backwards compatability.
    • ๐Ÿ— MixDefinitionsPlugin.getDefinitions and static MixDefinitionsPlugin.build have been deprecated. They are no longer used by Mix itself but remain for backwards compatability.
    • ๐Ÿš€ static Chunks._instance / static Chunks.instance() / static Chunks.reset() are now deprecated and will be removed in a future release.
    • ๐Ÿ—„ The static methods on HotReloading are now deprecated. They have been replaced with instance methods.
    • ๐Ÿ—„ The use of the globals Mix, Config, and webpackConfig are now deprecated and will warn on use in Mix v7.

    We are working toward an API for access to Mix for extensions that does not assume that it is a global or that it is the same instance in all cases.

    In the mean time:

    • Uses of Chunks.instance() may be replaced with Mix.chunks
    • Uses of Config may be replaced with Mix.config
    • Uses of webpackConfig may be replaced with Mix.webpackConfig
    • Uses of HotReloading.* methods Mix.hot.*
  • v6.0 Changes

    โฌ†๏ธ View upgrade guide.

    โž• Added

    • ๐Ÿ‘ Support for webpack 5
    • ๐Ÿ— New npx mix executable for triggering your build
    • ๐Ÿ‘ Support for Vue 3 applications
    • ๐Ÿ‘ Support for PostCSS 8
    • New mix.vue() and mix.react() commands
    • ๐Ÿ“„ New mix.alias() command (Learn More)
    • ๐Ÿ“„ Support for changing the webpack manifest output path (Learn More)
    • ๐Ÿ“„ New mix.before() hook (Learn More)
    • ๐Ÿ‘ Improved mix.combine() wildcard support
    • Improved mix.extract() priority and tree-shaking logic

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed "empty CSS file" extraction bug when using dynamic imports
    • ๐Ÿ›  Fixed mix.ts() TypeScript bug that skipped Babel transformation in certain cases
    • ๐Ÿ”€ Fixed and improved PostCSS plugin autoloading and merging
    • ๐Ÿ›  Fixed an issue related to hot module reloading when versioning is enabled
    • Added TypeScript types for API
  • v6.0.0-beta.9

    October 11, 2020
  • v6.0.0-beta.8

    October 11, 2020
  • v6.0.0-beta.7

    October 10, 2020
  • v6.0.0-beta.4

    October 05, 2020
  • v6.0.0-beta.3

    October 05, 2020
  • v6.0.0-beta.2

    September 28, 2020
  • v6.0.0-beta.15

    December 04, 2020
  • v6.0.0-beta.14

    November 06, 2020