Skip to content

Releases: adobe/reactor-extension-core

v2.0.5

11 Mar 17:44
Compare
Choose a tag to compare

DTM-13847: Updates the code in the runtime evaluation for the elements that now support data elements in the v2.0.4 release properly coerce the strings to numbers.

v2.0.4

09 Mar 21:00
Compare
Choose a tag to compare

Fixes issues where the new supported data elements weren't being properly translated into settings from the form values entered by the user.

Drop official IE 10 support. Deprecate Link Delay in Click event.

01 Mar 20:40
Compare
Choose a tag to compare
  1. The views for the core extension are built on React Spectrum V3, which does not compile down and target IE 10 & IE 11. Therefore, the core extension is also making the tough decision to drop support for these browsers given their current global market share.
  2. Please see the motivations for deprecating Link Delay here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/explainer-link-delay/ba-p/398403

Add data element support. Support default ctrl/cmd + click behavior when using Link Delay.

01 Mar 16:47
Compare
Choose a tag to compare
  1. Adds data element support to many fields
    a. Media Time Played
    b. Time on Site
    c. Click
    d. Enters Viewport
    e. Hover
  2. Adds support for default behavior for ctrl/cmd + click, and middle mouse click when using Link Delay

Use fresh CSP Nonce value at custom code invocation

28 Jul 15:42
Compare
Choose a tag to compare

Addresses a bug where the CSP nonce was read only once upon extension startup instead of being pulled fresh during custom code action invocation.