Skip to content

Release 4.1.0

Choose a tag to compare

@jairo-bc jairo-bc released this 28 Apr 17:33
· 207 commits to master since this release
e278877
  • feat: strf-9749 Update Stencil Cli to use node-sass latest by default (923)
    New option:--use-old-node-sass-fork (--oldn) to bypass error warning (in case it exist) using latest node-sass version.
    Soon, it node sass fork will be deprecated and it won't be possible to compile with it.

  • feat: STRF-9757 Introduced "stencil debug" (918)

Available options: --output [filename] (-o)
If not provided, will be logged to std

  • feat: STRF-9741 Verbose network requests logging in Stencil CLI by default (914)
    Introduced --no-verbose option on all commands to supress verbose network requests logging.