Releases: nystudio107/craft
Releases · nystudio107/craft
Version 1.0.10
Changed
- Synced the
modules/site
withsite-module
and pluginfactory.io generated modules
Version 1.0.9
Added
- Added a static asset filename-based cache busting
LocalValetDriver.php
for Laravel Valet
Version 1.0.8
Added
- Added a better PurgeCSS pipeline
- Added a
purgecssWhitelist
topackage.json
- Execute JavaScript when doing Critical CSS
- Added a
criticalWhitelist
topackage.json
- Added SiteModule framework to nystudio107/craft
- Added a
post-update-cmd
tocomposer.json
to recreate any symlinks that may have been removed after acomposer update
orcomposer install
Version 1.0.7
Added
- Added
purgecss
to production builds - Added automatic incrementing of
staticAssetsVersion
for production builds
Version 1.0.6
Changed
- Updated to use the latest
critical
package, adjustedgulpfile.js
base path
Version 1.0.5
Changed
- Slurp whitespace with the minify tags
- Fix favicon URLs/meta
- Fix manifest
Version 1.0.4
Changed
- Fixed asset versioning in
sw.js
- Run all inline JavaScript through
js-babel
for ES6 goodness
Added
- Added base VueJS and Axios support
Version 1.0.3
Changed
- Updated for Craft CMS 3 RC1 release
Version 1.0.2
Changed
- Fixed deprecation errors
- Cleaned up the default ServiceWorker in
sw.js
- Added Fontello CSS to the
package.json
- Added PhpStorm Craft app API type hinting
Version 1.0.1
Added
- Added accessible tabhandler.js
- Added Tailwind CSS
- Added support for Redis via
app.php
- Fixed
package.json
paths forweb/
- Cleaned up the default templates
- Added
src/conf/
for Nginx or other configuration files