Skip to content

Releases: yext/jambo

Version 1.12.6

24 May 19:12
fbfb68a
Compare
Choose a tag to compare

Fixes

  • Fixed an error where upgrading to the latest version of Jambo was incompatible with Node 12 (#335)

Version 1.12.5

05 Mar 21:41
ab560e0
Compare
Choose a tag to compare

Fixes

  • Addressed various vulnerabilities from our dependencies (#330, #332)

v1.12.4

24 Apr 16:22
12a4b60
Compare
Choose a tag to compare

Version 1.12.4

Fixes

  • Updated the versions of Simple Git and NPM Log according to Snyk's recommendation. (#326)

Version 1.12.1

22 Sep 19:35
2942350
Compare
Choose a tag to compare

Version 1.12.1

Bug Fixes

  • Allow custom translation for default locale (#257)

Version 1.12.0

24 Aug 16:43
Compare
Choose a tag to compare

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

11 May 16:48
08570c2
Compare
Choose a tag to compare

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

10 May 15:49
c7924b0
Compare
Choose a tag to compare

Version 1.10.4

Bug Fixes

  • Specify the Node versions that v1.10 of Jambo is compatible with. (#209)

v1.10.3

12 Apr 16:32
6902768
Compare
Choose a tag to compare

Version 1.10.3

Bug Fixes

  • Ensure that a file is Javascript before trying to import it as a custom command. (#198)

v1.10.2

01 Mar 14:50
4a86d9d
Compare
Choose a tag to compare

Version 1.10.2

Bug Fixes

  • The HTTPS protocol is now used when cloning the Hitchhiker Theme. The Theme was recenty open sourced, so there will be no credential issues. (#195)
  • The describe command no longer lists incorrect path options for the override command. Previously, the options had an incorrect root prefix. (#196)

v1.10.1

03 Feb 17:19
8b26019
Compare
Choose a tag to compare

Version 1.10.1

Bug Fixes

  • The describe command no longer reports the available branch options for an upgrade. 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 a singleoption. (#190)