Skip to content

Releases: justcoded/web-starter-kit

v3.0.0 New version

16 Jan 08:49
Compare
Choose a tag to compare

Screenshot at Jan 09 17-36-19

  • We dropped off IE support so now we use CSS3 vars instead of some SCSS but still use SCSS maps

  • REM units only. All variables now are in REMs. For more accessibility we decided to use only relative units.

  • Alll hover effect under @media hover CSS rule to prevent hover effect on touch devices

  • Update browserlist + editorsconfig file

  • Update all dependencies in package.json

  • Update project folder architecture

  • Add dart-sass compiler. Now we use directly SASS lib instead of gulp-sass which is not update

  • Update Documentation

  • Add PostCSS support

  • Replace gulp-gcmq with postcss-sort-media-queries

  • Replace gulp es lint with ES Lint plugin

For more close look #118 #119 #120 #121

v2.5.1 Fixes for Babel

23 Dec 11:20
Compare
Choose a tag to compare

V2.5.0

23 Dec 11:16
Compare
Choose a tag to compare

Screenshot at Dec 04 17-53-46

  • Update Modules ES-lint
  • #112 Add build custom SCSS task
  • #110 Fixed sources for WP Build
  • #108 Update Documentation

v2.4.0 Update WSK Modules

08 Nov 13:32
Compare
Choose a tag to compare

image

Hi, guys!

We have just updated our build.

What have been done:

  • Updated all modules of the build

  • Remove deprecated modules. Were around 4 deprecated modules ;(

  • Remove unused variables

  • Re-build some tasks due to the BP

For more detail look #100

v2.3.3 Update Babel version

23 Aug 14:55
Compare
Choose a tag to compare

image

Update Babel Version #94 now it is getting browser list form file and set configuration of pluigns according to the list.

v2.3.2 Update WSK ESLint

20 Aug 07:42
Compare
Choose a tag to compare

изображение

  • Provide fixes for ES Lint #93
  • Updated Documentation #91

v2.3.1 Update WSK

05 Aug 12:19
Compare
Choose a tag to compare

image

  • Update Documentation #91 #92
  • Remove unused tasks #88
  • Remove all other branches except Basic and for WP

v2.3.0 Update WSK

02 Aug 15:30
Compare
Choose a tag to compare

image

  • Updated Browsers List for Autoprefixer
  • Removed sourcemap in production tasks
  • Updated Animate mixin
  • Replaced packages into devDependencies

v2.2.0 Add gulp file include

03 Jul 15:48
Compare
Choose a tag to compare

image

Gulp File Include Finally Added!

We just added https://www.npmjs.com/package/gulp-file-include into our WebStarter Kit

v2.1.1

10 Jan 11:10
Compare
Choose a tag to compare

esLint Finally Added!

1 ejf1mifrpioud_rns8yqiw

JavaScript code linting is done using esLint - a linter tool for identifying and reporting on patterns in JavaScript (used airbnb-base rules https://www.npmjs.com/package/eslint-config-airbnb-base).