Releases: noreading/bootstrap4-webpack-boilerplate
v1.2.6
v.1.2.5 - Fixed a typo
Updates
- Fixed a typo in images.js
v.1.2.4 - Updated packages and removed unnecessary dependency
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
Updates
- Updated npm packages to fix security vulnerabilities
- Changed the
glob
library, to fix image resizing issues.
v1.2.2 - Updated Packages
Updates
- Updated all npm packages to fix security vulnerabilities
v1.2.1 - Updated Packages
Updates
- Updated all npm packages to fix security vulnerabilities
v1.2.0 - Environment Variables
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
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
The ist the very first stable release.