Releases: MyThemeWay/Dark-Particle
Releases · MyThemeWay/Dark-Particle
With Exchangeable WebGL Header
New Features:
Notes:
- Canvas-Particle-Network replaced by Exchangeable WebGL Header
- main.js of Dark-Particle refactored
- _short-header.scss included in _header.scss
- unused google-webfont rubik-italic removed
- ...
With Squoosh & imagemin
New Features:
Notes:
- image-minimizer-webpack-plugin replaced by pure Squoosh & imagemin
- Gulp replaced by pure chokidar
- ShellJS replaced by pure Node.js
- images are now automatically included when you put them in the
./src/img
directory; no moreimport './src/img/test.jpg';
cmd necessary in index.js - webpack, Squoosh, imagemin, copyfiles & jekyllBuild are all running asynchronously now
- automated port number of the webpack-dev-server now logged
- Gemfile removed; to add Jekyll plugins look here
- ...
With Webpack 5 & Bootstrap 5
New Features:
Notes:
- webpack 4 replaced by webpack 5
- Bootstrap 4 replaced by Bootstrap 5
- Node Sass replaced by Dart Sass
- image-webpack-loader replaced by image-minimizer-webpack-plugin
- optimize-css-assets-webpack-plugin replaced by css-minimizer-webpack-plugin
- file-loader replaced by asset module
- ...