All Versions
29
Latest Version
Avg Release Cycle
36 days
Latest Release
-
Changelog History
Page 1
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
andstatic 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
, andwebpackConfig
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 withMix.chunks
- Uses of
Config
may be replaced withMix.config
- Uses of
webpackConfig
may be replaced withMix.webpackConfig
- Uses of
HotReloading.*
methodsMix.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()
andmix.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