Skip to content

Releases: terryupton/boilerplate-craft

Version 2.2.0

29 Mar 12:07
Compare
Choose a tag to compare

[2.2.0] - 2020-03-29

Added

IE Notice to update browsers for IE10/11

Version 2.1.4

28 Mar 15:31
Compare
Choose a tag to compare

[2.1.3] - 2020-03-28

Added

Added package.json.default file

Changed

  • Updated Project.Yaml
    • Added User Photos Storage
    • Updated Terms Copy Field
  • Added setup and install instructions

Version 2.1.3

27 Mar 15:08
Compare
Choose a tag to compare

[2.1.3] - 2020-03-27

Added

Added package.json.default file

Changed

  • Updated Composer Scripts
  • Updated npm Scripts

Version 2.1.2

22 Mar 17:50
Compare
Choose a tag to compare

[2.1.2] - 2020-03-22

Changed

  • Updated README file

Version 2.1.1

22 Mar 17:21
Compare
Choose a tag to compare

[2.1.1] - 2020-03-22

Changed

  • Fixed composer.json file

Version 2.1.0

22 Mar 17:16
Compare
Choose a tag to compare

[2.1.0] - 2020-03-22

Added

Added some composer post create project scripts

  • remove readme
  • remove licence
  • copy .env.example to .env
  • copy /scripts/.env.example.sh to /scripts/.env.sh
  • copy README.md.default to README.md

Added craft scripts based on https://github.com/nystudio107/craft-scripts

  • Image Component
    • Added Picture Classes var
    • Renamed Image Classes var
    • Added svgConvert var

Added Readme Default

  • Still in development

Changed

  • tweaks to .gitignore
  • Comment out Craft scripts until installed

Removed

  • amasci-setup script
  • NY107 Craft Scripts from composer

Version 2.0.2

22 Mar 11:24
Compare
Choose a tag to compare

[2.0.2] - 2020-03-22

Added

  • src Folder
    • SVG's for standard social icons and social sharing
    • PHPstorm extension for providing auto-complete for Craft CMS API and Plugins
    • Sass Files, Defaults and Examples
    • JS Files, Defaults and Examples
    • Img and touch directories and gitkeep files.

Changed

  • Social Colours added to tailwind.config

Version 2.0.1

21 Mar 19:04
Compare
Choose a tag to compare

[2.0.1] - 2020-03-21

Added

  • Added TailwindUI
    -@tailwindcss/ui npm Package
    -purgeCSS defaultExtractor update
    -tailwind.config update

Changed

  • readme
    • to markdown.
      -added and updated todo's.

Version 2.0.0

21 Mar 12:26
Compare
Choose a tag to compare

[2.0.0] - 2020-03-21

Added

  • .browserlistrc to configure browser support for autoprefixer and babel
  • .stylelint for linting css and sass
  • webpack.mix.js
    • Added js extraction
    • Added clean hashed versions of js and css before production builds
    • Added PostCSS postcss-color-function
    • Added PostCSS postcss-pxtorem
  • LICENSE.md
  • Video Component Template (_components/video.twig)
  • _components/download.twig
    • Added Instructions and Params for better clarity
    • Added Show FileSize Option
    • Added Better checks
  • Added TwigPack Plugin and Config file
  • Added Relabel Plugin
  • Added Retcon Plugin
  • Added Link Field Plugin
  • Error templates (404, 410, 503, 504)

Changed

  • webpack.mix.js
    • Improved config for purgeCSS.
    • Changed pkg to settings.
  • package.json
    • Update title and description and version to reflect correctly.
    • Updated Keywords.
    • Updated License.
    • Updated Dev Dependencies versions.
    • Updated Dependencies versions.
    • Comment out Vue dependencies in case this isn't required initially.
  • _components/image.twig
    • Added fallback.
    • Added better SVG output
  • _components/social-follow.twig
    • Fixed some breakages.
    • Added TailwindCSS Purge CSS Classes.
  • _components/social-share.twig
    • Fixed some breakages.
    • Added TailwindCSS Purge CSS Classes.
  • _components/download.twig
    • Moved location to components folder.
    • Added Instructions and Params for better clarity.
    • Added improved checks.
  • _components/pagination.twig
    - Removed querystring check as now built into Craft 3.
    - Added documentation and options/defaults.
  • Replaced {% spaceless %} tags as deprecated. used {% apply spaceless %} instead.
  • Better documentation and consistency over all modules.
  • Updated TODO in readme.
  • Updated Craft & plugins to latest versions.
  • Updated Imager Settings
    • Set resizeFilter to use lanczos - the craft default.
    • Set local to use Imagick Webp as this is quicker.
    • Disabled fillTransforms as this is not my preferred approach now.
    • Set the filenme default to hashed version to match production locally.
  • Updated general config to use Flat Multi-Environment Config, as per this article https://nystudio107.com/blog/multi-environment-configuration-for-craft-cms-3
  • Updated .env.example to reflect the settings above.
  • Updated composer.json
    • Update to post install and post update commands to clear caches required.
    • Added Sort Package setting.
  • Updated simple and standard json redactor settings.
  • Updated contact.twig page to include block and extend layout.
  • Updated contact.twig to include address with icon (commented out).
  • Renamed index.twig to home.twig
  • Updated home.twig page to include block and extend layout.
  • Updated _includes/_layouts/site.twig
    • fixed include paths.
    • Moved into the file so code isn't split over includes.
    • Added #app wrapper to the body.
  • Updated _includes/_globals/footer.twig
    • Added legals include.
    • Updated copyright year to 2020.
    • Added cache tags.
    • Changed url() to siteUrl().
  • Updated _includes/_globals/head.twig
    • Removed redundant SEOmatic hook.
    • Added DNS pre-fetch and preconnect for the site.
    • Added DNS pre-fetch and preconnect for the google fonts.
    • Comment out Google Fonts code initially.
    • Update to Twigpack css file.
    • Cleanup and reorder of Basic Page Needs META tags.
    • Comment our favicons and added todo note to set them up.
  • Updated _includes/_globals/header.twig
    • Added better comments.
    • Clean up some old code.
    • Added some Vue code for nav
    • Updated _includes/_globals/scripts.twig
      • Twigpack for scripts.
      • Clean up scripts block as now moved to the _includes/_globals/footer.twig file.

Removed

  • package.json
    • Removed JQuery.
    • Removed Picturefill.

Version 1.8

30 Oct 10:10
Compare
Choose a tag to compare

[1.8.0] - 2019-10-30

Changed

  • Added rebrand foldwer to git ignore
  • Updated image component twig template for better flexability to pass in options