Skip to content

Releases: clay/claycli

v4.0.0

17 Mar 21:31
Compare
Choose a tag to compare

v3.13.0...v4.0.0

#174 - Upgrades to [email protected].

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

06 Jan 15:56
2c61e99
Compare
Choose a tag to compare

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

22 Sep 17:25
Compare
Choose a tag to compare

v3.12.1...v3.12.2

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

v3.12.1

28 May 17:19
14190ec
Compare
Choose a tag to compare

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

28 May 17:13
Compare
Choose a tag to compare

v3.11.0...v3.12.0

#164 - transpiles client-init

Feature: Subsite Support

19 Aug 19:03
Compare
Choose a tag to compare
  • 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

15 Jan 15:20
Compare
Choose a tag to compare
  • Temporarily remove a couple optimizations to make the scripts and templates watch commands work without overwriting entire dependency files

Bugfix: Compile Watcher

13 Dec 15:24
Compare
Choose a tag to compare

Fixes:

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

Bugfix: security fix event-stream

26 Nov 18:01
Compare
Choose a tag to compare

Freezes event-stream to 3.3.4

configurator

05 Nov 20:59
Compare
Choose a tag to compare
  • 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.