Skip to content

Releases: XRM-OSS/Xrm-Templating-Language

Release v3.8.2

11 Jan 06:59
Compare
Choose a tag to compare

New Feature: Snippets can include HTML inside the XTL expression field. If set to "Contains plain text" = Yes and "Is HTML" = Yes, then the default Rich Text editor is shown.
You can also upload images in there, very useful for email templating.

Release v3.8.1

25 Nov 08:32
Compare
Choose a tag to compare

✨ New Feature: RetrieveAudit function for retrieving the last value of a field from Audit. Useful for "Your record changed status from X to Y" messages
🐛 Bugfix: Label retrieval works for statuscode and statecode option sets as well (In Value function with optionSetLcid parameter)

Release v3.8.0

20 Oct 11:44
50d487b
Compare
Choose a tag to compare

This release features the implementation of arrow functions 🎉 🎉 🎉
You can use it with the new Map function or inside the RecordTable function by passing a renderFunction config parameter for manipulating values before they are inserted into the table.

Release v3.7.4

20 Aug 06:27
Compare
Choose a tag to compare

Add missing class to NuGet package.

Release v3.7.3

20 Aug 05:59
Compare
Choose a tag to compare

Release v3.7.2

13 Aug 15:15
Compare
Choose a tag to compare

This release fixes a bug in the XTL editor, where saving of sdk steps was not possible if the editor had to create a secure configuration automatically.

Release v3.7.1

13 Aug 14:34
feb5e45
Compare
Choose a tag to compare

This release fixes a bug regarding the fetch function.
If you had fetch parameters which evaluated to null, the parser would throw an exception while parsing (which is before executing, so even an if expression would not have entirely taken care of it).

Release v3.7.0

07 Aug 06:49
eace0a2
Compare
Choose a tag to compare

This release features the addition of snippets in XTL.
This is a great addition for being able to store global expressions that can be accessed from anywhere in your XTL expressions and also from your HTML templates when using this solution in combination with the Xrm-Html-Templating solution.

In addition to that, strings can now also be defined using single quotes, so that you don't have to escape all XML double quotes inside the Snippet functions "filter" config parameter.

Check the new "Snippet" Readme section for finding out how to use it.

Release v3.6.3

08 May 09:09
4ce15e5
Compare
Choose a tag to compare

OrganizationUrl now supports suffix and displayText / asHtml parameters.

Release v3.6.2

07 May 08:57
Compare
Choose a tag to compare

This release adds the IndexOf and OrganizationUrl functions