Skip to content

Releases: yext/jambo

v1.12.7

Choose a tag to compare

@k-gerner k-gerner released this 11 Apr 19:54
11341eb

Changes

  • Upgrade @babel/core and @babel/preset-env packages to address potential vulnerabilities (#338)
  • Removed support for node 12 and 14

Version 1.12.6

Choose a tag to compare

@nmanu1 nmanu1 released this 24 May 19:12
fbfb68a

Fixes

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

Version 1.12.5

Choose a tag to compare

@nmanu1 nmanu1 released this 05 Mar 21:41
ab560e0

Fixes

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

v1.12.4

Choose a tag to compare

@tmeyer2115 tmeyer2115 released this 24 Apr 16:22
12a4b60

Version 1.12.4

Fixes

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

Version 1.12.1

Choose a tag to compare

@yen-tt yen-tt released this 22 Sep 19:35
2942350

Version 1.12.1

Bug Fixes

  • Allow custom translation for default locale (#257)

Version 1.12.0

Choose a tag to compare

@oshi97 oshi97 released this 24 Aug 16:43

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

Choose a tag to compare

@oshi97 oshi97 released this 11 May 16:48
08570c2

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

Choose a tag to compare

@tmeyer2115 tmeyer2115 released this 10 May 15:49
c7924b0

Version 1.10.4

Bug Fixes

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

v1.10.3

Choose a tag to compare

@tmeyer2115 tmeyer2115 released this 12 Apr 16:32
6902768

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

Choose a tag to compare

@tmeyer2115 tmeyer2115 released this 01 Mar 14:50
4a86d9d

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)