Releases: yext/jambo
Releases · yext/jambo
Version 1.12.6
Version 1.12.5
v1.12.4
Version 1.12.1
Version 1.12.0
Changes
- Do not run the babel helper in Development Mode. (#224) (#225)
- Use npmlog for logging with colors (#228)
- Add Jambo build validation hook (#229)
- Added acceptance testing framework + tests
- add --globs param to
jambo extract-translations
(#233) - Pass partials to templatedatavalidator (#237)
jambo upgrade
no longer deletes the themes folder if there is an error when git checkout-ing the new branch (#235)- Update canonicalizeLocale to handle 中文(chinese) (#239)
Version 1.11.0
Changes
- The "addAsSubmodule" param for the init and import commands was renamed to "useSubmodules". It now defaults to false instead of true.
- When upgrading a theme checked in as regular files, Jambo now automatically removes the .git folder.
- The init and import commands now support a "themeUrl" param, which lets you specify a git URL to use for the theme.
- Jambo now supports multiline {{ translate }} helpers.
v1.10.4
v1.10.3
v1.10.2
Version 1.10.2
Bug Fixes
v1.10.1
Version 1.10.1
Bug Fixes
- The
describe
command no longer reports the availablebranch
options for anupgrade
. The logic for fetching the branches was buggy. Additionally, this functionality is outside Jambo's scope of responsibility. Now, the--branch
flag is described as a simple string, instead of asingleoption
. (#190)