Skip to content

Releases: clay/claycli

v4.0.0

Choose a tag to compare

@mattoberle mattoberle released this 17 Mar 21:31

v3.13.0...v4.0.0

#174 - Upgrades to clayhandlebars@5.0.1.

This release is part of a broader set of releases across the Clay suite that reduce the number of places the handlebars version is managed.

⚠️

This release should be used with amphora@8+ and kiln@10+.

v3.13.0

Choose a tag to compare

@mattoberle mattoberle released this 06 Jan 15:56
2c61e99

v3.12.2...v3.13.0

#179 - Allows any number of leading _ characters in component field names (clay lint).
#180 - Upgrades node-sass to 4.14.0 to support builds on node 12.x and 14.x.

v3.12.2

Choose a tag to compare

@james-owen james-owen released this 22 Sep 17:25

v3.12.1...v3.12.2

#175 - Only import the command that is being used.

v3.12.1

Choose a tag to compare

@mattoberle mattoberle released this 28 May 17:19
14190ec

v3.12.0...v3.12.1

#172 - bugfix: enables css and font minification via CLAYCLI_COMPILE_MINIFIED

Prior to this release setting CLAYCLI_COMPILE_MINIFIED failed to minify css and fonts due to a quirk in the way the environment was interpreted in a boolean context.

v3.12.0

Choose a tag to compare

@mattoberle mattoberle released this 28 May 17:13

v3.11.0...v3.12.0

#164 - transpiles client-init

Feature: Subsite Support

Choose a tag to compare

@jpope19 jpope19 released this 19 Aug 19:03
  • If a subsite exists, copies parent's media files into subsite dir (parent_dir/subsite_name)
  • If subsite has its own media assets, overrides what was copied from parent.

Bugfix: Scripts and Templates Watch

Choose a tag to compare

@yuliyv yuliyv released this 15 Jan 15:20
  • Temporarily remove a couple optimizations to make the scripts and templates watch commands work without overwriting entire dependency files

Bugfix: Compile Watcher

Choose a tag to compare

@jonwinton jonwinton released this 13 Dec 15:24

Fixes:

  • The watch flag for the compile command is working again (#113 🎉 @yuliyv)

Bugfix: security fix event-stream

Choose a tag to compare

@jonwinton jonwinton released this 26 Nov 18:01

Freezes event-stream to 3.3.4

configurator

Choose a tag to compare

@jonwinton jonwinton released this 05 Nov 20:59
  • FEATURE: Supports config file specific to a project. Add claycli.config.js at the root of your Clay instance to begin using. Read more here for supported arguments.