Skip to content

Releases: adobe/create-ccweb-add-on

release-20250430

30 Apr 09:37
3531bfd
Compare
Choose a tag to compare

Description

Release the following packages to npmjs:

"@adobe/ccweb-add-on-sdk-types": "1.16.0"

Changes

  • Improved doc comments for TextNode APIs
  • Renamed TextType enum to TextLayout
  • Renamed ColorPickerEvent enum to ColorPickerEvents
  • ColorPickerOptions.initialColor now accepts both string and number as input.
  • Stabilized ColorPicker APIs showColorPicker() and hideColorPicker()
  • Exported all event payload types for better usage.

release-20250408

08 Apr 09:15
86a7645
Compare
Choose a tag to compare

Description

Release the following packages to npmjs:

"@adobe/ccweb-add-on-sdk-types": "1.15.0"

Changes

  • Added new Document Link iFrame API.
  • Exposed hasUnavailableFonts method.
  • Added an interface named TextRange for ParagraphStyles and CharacterStyles.

Release 20250321

21 Mar 17:00
057a466
Compare
Choose a tag to compare

Description

Release the following packages to npmjs:

@adobe/ccweb-add-on-manifest: 3.0.0
@adobe/create-ccweb-add-on: 3.0.0
@adobe/ccweb-add-on-scaffolder: 3.0.0
@adobe/ccweb-add-on-analytics: 3.0.0
@adobe/ccweb-add-on-core: 3.0.0
@adobe/ccweb-add-on-scripts: 3.0.0
@adobe/ccweb-add-on-ssl: 3.0.0
@adobe/ccweb-add-on-sdk-types: 1.14.0

With this release the minimum tool requirements are as follows:

  • Minimum node version: 18
  • Minimum npm version: 10

SSL for hosting add-ons from now on will be managed from the following location:

  • Mac: /Users/[user]/Library/Application Support/Adobe/CCWebAddOn/devcert
  • Windows: C:\Users\Administrator\AppData\Local\Adobe\CCWebAddOn\devcert

Working with the new SSL updates:

  • After updating @adobe/ccweb-add-on-scripts to 3.0.0, developers will be asked to re-create their SSL certificate.
  • For a new add-on created using npx @adobe/[email protected], a new SSL will be set up one-time.
  • For removing expired SSL certificate or certificate authority, developers can now run: npx @adobe/ccweb-add-on-ssl purge, and re-create them using npx @adobe/ccweb-add-on-ssl setup --hostname localhost

Notice the change in SWC theme usage in the templates courtesy the version update:

  • SWC: <sp-theme system="express" color="light" scale="medium">
  • React: <Theme system="express" scale="medium" color="light">

Changes

  • Node type version update: 18.18.2
  • TypeScript version update: 5.7.3
  • OCLIF version update: 4.17.34
  • Spectrum Web Components version update: 1.0.3
  • Updated Spectrum Web Components usage in the templates
  • Other vulnerable package updates
  • Support purge and re-create of all SSL artifacts in a user's system
  • Windows related bug fixes

Release 20250320

20 Mar 11:18
cadea12
Compare
Choose a tag to compare

Description

Release the following packages to npmjs:

@adobe/ccweb-add-on-manifest: 2.5.0
@adobe/create-ccweb-add-on: 2.5.0
@adobe/ccweb-add-on-scaffolder: 2.5.0
@adobe/ccweb-add-on-analytics: 2.5.0
@adobe/ccweb-add-on-core: 2.5.0
@adobe/ccweb-add-on-scripts: 2.5.0
@adobe/ccweb-add-on-ssl: 2.5.0

Changes

  • Support new manifest entrypoints.

Release 20250224

24 Feb 16:49
b1183c0
Compare
Choose a tag to compare

Release @adobe/ccweb-add-on-scripts with the following changes:

  • Update to the following dependency versions:
    1. "express": "4.21.2"
    2. "ws": "8.18.1"
  • Improve tests and source map.

Release 20250117

20 Jan 10:17
ead98ad
Compare
Choose a tag to compare

Description

Release the following packages to npmjs:

"@adobe/ccweb-add-on-sdk-types": "1.11.0"

Changes

  1. New iframe API type definitions

    • importPdf
    • importPresentation
    • authorizeInsideIframe
  2. New document sandbox API type definitions

    • viewport
  3. Documentation improvements

Release 20241003

03 Oct 11:48
970d09c
Compare
Choose a tag to compare

Release the following packages to npmjs:

"@adobe/ccweb-add-on-sdk-types": "1.10.0"

Changes

Experimental Document Sandbox SDK

  • Text and Font APIs
  • Selection Change Notification APIs
  • Per-element metadata APIs

Iframe SDK

  • Make getCurrentPlatform() API stable
  • Add addAnimatedImage() API

Release 20240923

23 Sep 17:06
9693b49
Compare
Choose a tag to compare

Release the following packages to npmjs:

"@adobe/ccweb-add-on-manifest": "2.4.1"
"@adobe/create-ccweb-add-on": "2.4.1"
"@adobe/ccweb-add-on-scaffolder": "2.4.1"
"@adobe/ccweb-add-on-analytics": "2.4.1"
"@adobe/ccweb-add-on-core": "2.4.1"
"@adobe/ccweb-add-on-scripts": "2.4.1"
"@adobe/ccweb-add-on-ssl": "2.4.1"

Changes

Release 20240913

16 Sep 15:01
44539f6
Compare
Choose a tag to compare

Release the following packages to npmjs:

"@adobe/ccweb-add-on-sdk-types": "1.9.1"

Changes

Document Sandbox SDK

  • Export StrokeType as a Constant

Iframe SDK

  • Fix PlatformType typo.

Release 20240909

09 Sep 10:10
0c31ea9
Compare
Choose a tag to compare

Release the following packages to npmjs:

"@adobe/ccweb-add-on-sdk-types": "1.9.0"

Changes

Document Sandbox SDK APIs release:

  • Add MediaContainerNode.replaceMedia() API
  • Refactor Stroke API