Releases: bigcommerce/stencil-cli
Releases · bigcommerce/stencil-cli
5.2.2
Release 5.2.1
- fix: STRF-9832 custom template frontmatter is prioritized over default one
- fix: update package-lock.json having outdated package versions
Release 5.2.0
Release 5.1.0
- fix: STRF-9883 Interm fix to grab 1st variation (951)
- feat(storefront): bctheme-1063 modify stencil to start locally with components ui library (895)
- feat(storefront): bctheme-1064 Modify Stencil bundle for using Components UI Library (904)
- feat: paypal-1514 add sort type to schema (960)
- feat(storefront): strf-9923 CLI should not ask users for which API hostname to use (955)
- fix(storefront): bctheme-1138 fix error on import components with @ symbol in the path (953)
- fix(storefront): bctheme-1145 Enable using of external lib nested into organization for templates (954)
- feat(config): add ability to specify the secret file name (957)
Release 5.0.0
Release 4.1.1
Release 4.1.0
-
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.
Release 4.0.0
Support Node 14
BREAKING CHANGE
Node 10 drop support.
To have ability to run on node 10, you can use 3.x version and branch. This branch will be kept for transition period.
Release 3.13.0
- feat: strf-9718 Add OAuth token to headers (903)