Skip to content

Releases: noreading/bootstrap4-webpack-boilerplate

v1.2.6

18 Feb 07:20
Compare
Choose a tag to compare

Updates

  • Updated npm packages to fix security vulnerabilities
  • Updated webpack configuration
  • Removed node-sass and installed sass instead

v.1.2.5 - Fixed a typo

26 Aug 05:53
4853424
Compare
Choose a tag to compare

Updates

  • Fixed a typo in images.js

v.1.2.4 - Updated packages and removed unnecessary dependency

26 Aug 05:50
Compare
Choose a tag to compare

Updates

  • Updated npm packages to fix security vulnerabilities
  • Removed the unnecessary uglify-js package
  • Added a default .env file for testing

v.1.2.3 - Updated packages and fixed image resizing

08 May 14:58
Compare
Choose a tag to compare

Updates

  • Updated npm packages to fix security vulnerabilities
  • Changed the glob library, to fix image resizing issues.

v1.2.2 - Updated Packages

08 Apr 10:12
Compare
Choose a tag to compare

Updates

  • Updated all npm packages to fix security vulnerabilities

v1.2.1 - Updated Packages

23 Feb 16:57
347a192
Compare
Choose a tag to compare

Updates

  • Updated all npm packages to fix security vulnerabilities

v1.2.0 - Environment Variables

18 Nov 14:42
b13f7f3
Compare
Choose a tag to compare

v1.2.0 - Environment Variables

New Features

  • Added .env file support using the dotenv-webpack plugin for Webpack, which allows to store sensitive information (like API keys) in a file outside of the code repository.

    Use process.env.YOUR_VARIABLE_NAME in your JavaScript code to reference the variables defined in the .env file, that is located in the root directory of your project.

Updates

  • Added a dev console message to the index.js, to test the new .env file feature.

v1.1.0 - Responsive Image Generation

18 Nov 11:37
97f38ee
Compare
Choose a tag to compare

New Features

  • Added a command to resize images based on a images.config.js configuration file, to get rid of the hassle to care about the responsive image sizes manually. The sharp package is used to resize images very fast.

    One of the benefits of this process is that it works on all major operating systems, without the need to do any manual installations.

  • Added a Prettier configuration file

Updates

  • Restructured and extended the Readme
  • Replaced all image placeholders with free stock photos, that are included in the repository now
  • Removed _variables.scss that was reported as not being needed by many users

v1.0.0 - First Release

18 Nov 09:34
Compare
Choose a tag to compare

The ist the very first stable release.