Skip to content

Releases: adobe/reactor-extension-core

v3.4.1

29 Mar 19:51
789dba1
Compare
Choose a tag to compare

v3.3.0

05 Jan 16:55
Compare
Choose a tag to compare
  • Alters the Trigger Direct Call action so that you can supply custom event information to send to direct call rules.
  • Resolve #38
  • Closes #47

v3.2.2

08 Oct 19:53
Compare
Choose a tag to compare
  • Fix the conditional value data element JSON schema for all the available operators.
  • Fix #64.

v3.2.1

23 Sep 04:05
Compare
Choose a tag to compare
  • Fixed an error where the conditional value data element view initialization was not working properly when the field values were 0.

v3.2.0

21 Sep 18:18
Compare
Choose a tag to compare

The following changes were introduced in the Conditional Value data element:

  • Add a checkbox for the conditional and fallback values that allows the user to choose if they want undefined to be the returned value.
  • Number values are exposed as numbers in the settings object.
  • Conditional value is no longer required so that it can behave in the same way like the fallback value.

v3.1.1

17 Sep 18:10
Compare
Choose a tag to compare
  • Fix a JS error that was preventing the date range condition view to be loaded.

v3.1.0

15 Sep 20:44
Compare
Choose a tag to compare

New data elements were added:

  • Merged Object - Select multiple data elements that will each provide an object. These objects will be deeply (recursively) merged together to produce a new object.
  • Conditional Value - Return one of two values (conditionalValue or fallbackValue) based on the result of the comparison.
  • Runtime Environment - Return one of the following Launch environment variables: environment stage, library build date, property name, property ID, rule name, rule id, event type, event detail payload, direct call identifier.
  • JavaScript Tools - Wrapper for common JavaScript operations: basic string manipulation (replace, substring, regex match, first and last index, split, slice), basic array operations (slice, join, pop, shift) and basic universal operations (slice, length).
  • Device Attributes - Return device attributes like window size or screen size.

v3.0.0

06 Aug 20:27
Compare
Choose a tag to compare

PDCL-6153

  • Adds support to reliably pull the fully qualified URL for cached custom code actions.

v3.0.0 of the Core Extension is coupled with changes in v27.2.0 of the Turbine web runtime, which allows users to load their library amongst many Adobe managed hosting regions if the user's company supports Premium CDN.

This upgrade is optional and backwards compatible for users without Premium CDN, and mandatory for customers that have Premium CDN enabled on their company.

v2.0.7

20 May 16:46
Compare
Choose a tag to compare

https://jira.corp.adobe.com/browse/PDCL-6004
https://jira.corp.adobe.com/browse/PDCL-5930

Resolves #52

  1. Fixes an issue where mouse interactions on Text Inputs were no longer working correctly.
  2. Deprecates the usage of the Browser and Operating System conditions.

v2.0.6

20 May 16:44
Compare
Choose a tag to compare

Minor update to fix icons that become distorted when the screen size changes.