All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Better source mapping for styles, while it still does not point to the correct scss file, you can now see where it appears in
theme.css
- npm dependencies
- eslint rule for comma dangle now is silenced 🤫
- JS sourcemaps
- Travis node build
- browser-sync
- gulp-cssnano
- yards
- All node_modules to their current versions
- Syntax error in Sass Gulp task
- npm version command to
gulp version
to auto update npm package versioning
- Font Awesome 5 CDN to enqueues file
- Font Awesome 5 config file per the Font Awesome documentation
- Changed social menu syntax to use Font Awesome 5 inline svgs
- ESLint rules to be more in line with prelude settings/vision
- Travis file being included in copy script.
- Fixes file move node script to ignore
util/
folder and all.md
files.
- Update bowser documentation to reflect correct comparison operator.
- Fixes typo in bowser function, adjust operator for browser version check.
- Updates
.eslintrc
with custom rules
- "standard" an npm package for ESLint rules
- Clean up of global scss from #104
- Remove vistited link style from #105
- Remove extra css from social menu - close #106
- Update nav menu registration - close #112
- Add browser detection via Bowser - closes #107
- Add ESlint - close #110
- Add Merge Media Queries - closes #108
- Add prelude-init npm script to autopopulate
style.css
and parts ofgulpfile.js
- closes #99
- Remove JSHint - close #110
- Removes
featuredBG
php function frominc/thumbnails.php
- Missing git commit in gulp version tasks
- Adds new version feature, that allows theme version to be updated by
gulp version --minor
- Removes jQuery enqueue from google CDN from issue #100. Thanks for the heads up @jeremyescott
- Removes opinionated structures from template files.
- Removes WP tweaks that were causing deprecation issues.
- Adds sugar mixins for rems and aspect ratio
- Adds Yelp CSS for social menu
- Updates npm dependencies
- Updates default gulp task to run
styles
instead ofsass
- Moves all theme files out of
/src/
and into the root folder
- Removes hiding of post author div
- Fixes missing dependency
imagemin-pngquant
- Fixes missing default argument for
featuredURL()
- Adds
THEME_VERSION
constant to better enqueue JS and CSS files (avoiding cache issues)
- Adds function to expand WordPress toolkit/kitchen sink for all users by default.
- Removes the
postinstall
script all together to avoid changes to user themes and also greatly increase compatibility across platforms. Also updates readme with this change.
- Changes the WordPress jQuery handle from
prelude_wp
tojquery
for better plugin compatibility.
- Adds SVG as a supported file time for image compression.
- Updates package gulp task to compile correctly and ignore
node_modules
&bower_components
/ Issue #77
- Updates cssnano optimizations in
gulpfile.js
- Updates autoprefixer browser support / Issue #75
- Hides empty paragraphs with p:empty style from @bebaps / Issue #74
- Change log
- Touch detection based on Gist from @billerickson