Skip to content

v1.2.4

Compare
Choose a tag to compare
@pixelwatt pixelwatt released this 08 May 09:00
· 29 commits to master since this release
v1.2.4
ab4bf79

This release contains optimizations for gulpfile.js, includes several upgrades for bundled libraries, and switches to a new Bootstrap navwalker.

Changes:

  • Updated bundled Bootstrap to v5.0.0 (from v5.0.0-beta3)
  • Updated bundled Boostrap Icons to v1.4.1 (from v1.4.0)
  • Updated Jarallax to v1.2.5 (from v1.2.4)
  • The theme now uses AlexWebLab's Bootstrap 5 navwalker (https://github.com/AlexWebLab/bootstrap-5-wordpress-navbar-walker)
  • ( package.json ) Removed unneeded dependencies.
  • ( package.json ) Updated minimum versions for several dependencies: browser-sync 2.26.3 => 2.26.14, gulp 4.0.0 => 4.0.2, gulp-autoprefixer 4.0.0 => 7.0.1, gulp-dart-sass 0.9.1 => 1.0.2, gulp-notify 3.0.0 => 4.0.0, gulp-rename 1.2.2 => 2.0.0, gulp-uglify 3.0.0 => 3.0.2
  • ( gulpfile.js ) Removed unneeded dependencies.
  • ( gulpfile.js ) The serve task no longer reloads on css/scss changes, as they are streamed to the browser via the compile-styles task.