Skip to content

Releases: adobe/reactor-sandbox

v13.2.0

04 Feb 20:13
Compare
Choose a tag to compare
  • FIx an issue where library modules containing ES6 code couldn't be parsed by the sandbox. That cause an error when trying to load the Tags library file inside the Library sandbox section.
  • Update some dependencies.

v13.1.0

12 Nov 21:14
Compare
Choose a tag to compare
  • Removed noisy console.warns
  • Upgraded react-spectrum
  • Fixed buggy button and icon styles

v13.0.0

29 Oct 18:01
Compare
Choose a tag to compare
  • A tenantId parameter is exposed on the company object during the init call to extension views within the company object. NOTE: users who ran the sandbox previously will have to clear localStorage settings to get a new default information block which includes the tenantId.
  • Node engine requirement >= v20.17.0
  • Dependency Updates

v12.5.1

22 Oct 20:03
Compare
Choose a tag to compare
  • Adds the allow-downloads option to sandboxed iframes

v12.5.0

09 Mar 22:03
Compare
Choose a tag to compare
  • Updates usage of reactor-validator to v2.3.0
  • Small dependency updates
  • recommend node >= v14.21.2

v12.4.0

25 Apr 16:54
53c6535
Compare
Choose a tag to compare

PDCL-5291

Updates to use the new [email protected]

Upgrade AJV

Update dependencies in package-lock

v12.3.2

21 Apr 16:22
Compare
Choose a tag to compare
  • Fix a Library Editor error where the views were not saved on a newly created extension.

v12.3.1

30 Mar 18:39
Compare
Choose a tag to compare

Addresses an issue that prevented the successful execution of the sanbox in run and init mode.

v12.3.0

09 Mar 23:07
Compare
Choose a tag to compare

v12.2.1

29 Oct 01:47
Compare
Choose a tag to compare
  • New CodeMirror component was not calling the onChange handler correctly.