Skip to content

Version 3.3

Compare
Choose a tag to compare
@Ronef Ronef released this 24 May 22:19
· 107 commits to master since this release
  • + Parameters → outerTpl, rowTpl, colTpl: Added the ability to use inline templates in snippet call, using '@CODE:' prefix.
  • + Parameters → rowTpl, colTpl: Additional data from the placeholders parameter are now also will be passed into row and column templates
  • * Parameters → placeholders: Additional data has to be passed through the parameter must be a Query string (the old format is still supported but deprecated).
  • * The following parameters were renamed (the snippet works with the old names but they are deprecated):
    • * stringinputString.
    • * docFieldinputString_docField.
    • * docIdinputString_docId.
  • * Refactoring: The snippet result will be returned in anyway (empty string for empty result).