This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Releases: stefanobartoletti/bricks
Releases · stefanobartoletti/bricks
v0.22.0
Changed
- Refactored
functions/integrations/acf.php
for cleaner code. - Refactored
functions/cleanup.php
for cleaner code; separated functions in smaller scopes. - Bump bootstrap.native from 3.0.14 to 4.0.1
- Added version strings to static resources.
- Replaced
gulp-sass
with@mr-hope/gulp-sass
, which usesdart-sass
instead of the deprecatednode-sass
- Updated Dev Dependencies
v0.21.3
Fixed
- Revert bootstrap.native to version 3.0.14
v0.21.2
Changed
- Bump gulp-autoprefixer from 7.0.1 to 8.0.0
- Bump rollup from 2.50.0 to 2.50.5
- Bump @babel/preset-env from 7.14.2 to 7.14.4
Fixed
- Security update ws from 7.4.2 to 7.4.6
v0.21.1
Changed
- Bump rollup from 2.48.0 to 2.50.0
Fixed
- Security update browserslist from 4.16.1 to 4.16.6
v0.21.0
Changed
- Replaced outdated
gulp-uglify
withgulp-terser
as JavaScript minifier - Bump rollup from 2.46.0 to 2.48.0
- Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0
- Bump @rollup/plugin-commonjs from 18.0.0 to 19.1.0
- Bump @babel/preset-env from 7.14.0 to 7.14.2
- Bump @babel/core from 7.14.0 to 7.14.3
- Bump bootstrap.native from 3.0.14 to 3.0.15
- Minor updates to
README.md
Removed
- Removed unneeded
setup
task from Gulp - Removed
fs-extra
dependency
Fixed
- Add a condition that checks ACF existence before using its functions
- Minor fixes to
release-it
config
Release 0.20.2
Security
- Security update of some dependencies in yarn.lock (
ua-parser-js
,hosted-git-info
,lodash
)
v0.20.1
Added
- Added release-it config file
Changed
- bump @babel/core from 7.13.16 to 7.14.0
- bump @babel/preset-env from 7.13.15 to 7.14.0
- bump rollup from 2.45.2 to 2.46.0
v0.20.0
Added
- First public and documented version
- Adoption of a changelog under Keep a Changelog standard