Skip to content

Latest commit

 

History

History
122 lines (98 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

122 lines (98 loc) · 3.4 KB

nystudio107/craft Change Log

2.0.3 - 2018.08.29

Added

  • Added a default config/project.yaml for base setup

Changed

  • Updated .gitignore and .env.example
  • Ignore CP and .php for Service Worker runtime caching
  • Remove siteUrl, since it is now set via Project Config

2.0.2 - 2018.08.17

Changed

  • Added maxUploadFileSize to general.php
  • Added /web/dist/* to .gitignore
  • Refactored the error pages out to a single channel
  • Added generic login image background

2.0.1 - 2018.08.15

Changed

  • Numerous template changes to get the base build working

2.0.0 - 2018.08.14

Changed

  • Updated to use modern webpack config
  • Updated to use Craft 3.2 as the baseline

1.0.16 - 2018.05.24

Changed

  • Removed references to the Craft RC in the composer.json
  • Added SEOmatic to the list of base plugins
  • Change the Critical CSS loader to onload="this.onload=null;this.rel='stylesheet'" for IE 11 compatibility

1.0.15 - 2018.02.19

Changed

  • Updated composer.json to reflect the updated dependencies
  • Fixed the site module's controller namespacing
  • Added sort-packages to the composer.json
  • Added async-queue plugin

1.0.14 - 2018.02.01

Changed

  • Fixed composer dependencies to reflect the nystudio107/craft- renaming

1.0.13 - 2018.01.26

Changed

  • Tell Composer to install PHP 7.0-compatible dependencies
  • Fixed sitemodule namespacing

1.0.12 - 2018.01.25

Changed

  • Switched from craft.app.config.general.custom.baseUrl to alias('@baseUrl')

1.0.11 - 2018.01.23

Added

  • Added post-install-cmd to composer.json

1.0.10 - 2018.01.18

Changed

  • Synced the modules/site with site-module and pluginfactory.io generated modules

1.0.9 - 2018.01.06

Added

  • Added a static asset filename-based cache busting LocalValetDriver.php for Laravel Valet

1.0.8 - 2018.01.01

Added

  • Added a better PurgeCSS pipeline
  • Added a purgecssWhitelist to package.json
  • Execute JavaScript when doing Critical CSS
  • Added a criticalWhitelist to package.json
  • Added SiteModule framework to nystudio107/craft
  • Added a post-update-cmd to composer.json to recreate any symlinks that may have been removed after a composer update or composer install

1.0.7 - 2017.12.16

Added

  • Added purgecss to production builds
  • Added automatic incrementing of staticAssetsVersion for production builds

1.0.6 - 2017.12.16

Changed

  • Updated to use the latest critical package, adjusted gulpfile.js base path

1.0.5 - 2017.12.13

Changed

  • Slurp whitespace with the minify tags
  • Fix favicon URLs/meta
  • Fix manifest

1.0.4 - 2017.12.06

Changed

  • Fixed asset versioning in sw.js
  • Run all inline JavaScript through js-babel for ES6 goodness

Added

  • Added base VueJS and Axios support

1.0.3 - 2017.12.05

Changed

  • Updated for Craft CMS 3 RC1 release

1.0.2 - 2017.12.04

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

1.0.1 - 2017.12.01

Added

  • Added accessible tabhandler.js
  • Added Tailwind CSS
  • Added support for Redis via app.php
  • Fixed package.json paths for web/
  • Cleaned up the default templates
  • Added src/conf/ for Nginx or other configuration files

1.0.0 - 2017.11.26

Added

  • Initial release

Brought to you by nystudio107