Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .current-ai-plugin-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.16
0.2.17
2 changes: 2 additions & 0 deletions CHANGELOG-AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.2.17] - 2026-01-26

### Fixed

- [image-generation] **Runware NanoBanana2Pro Dimensions**: Fixed API errors when using non-square aspect ratios (16:9, 9:16, 4:3, 3:4) with Nano Banana 2 Pro provider. The model requires specific dimension combinations (e.g., 1376×768 for 16:9) that differ from the generic aspect ratio map.
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-ai-apps-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.2.17] - 2026-01-26

### Fixed

- [image-generation] **Runware NanoBanana2Pro Dimensions**: Fixed API errors when using non-square aspect ratios (16:9, 9:16, 4:3, 3:4) with Nano Banana 2 Pro provider. The model requires specific dimension combinations (e.g., 1376×768 for 16:9) that differ from the generic aspect ratio map.
- [image-generation] **Runware Seedream 4.0 Dimensions**: Fixed API errors when using non-square aspect ratios with Seedream 4.0 provider. At 1K resolution, only 1:1 is supported; now using 2K dimensions for all aspect ratios to ensure compatibility.

### Improvements

- [image-generation] **Runware Async Delivery**: Switched from synchronous requests to async delivery with polling to avoid timeouts on slower image generation models.
- [image-generation] **Runware NanoBanana2Pro I2I**: Added `resolution: '2k'` parameter to image-to-image generation for automatic aspect ratio detection from reference images.

## [0.2.16] - 2026-01-16

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ai-apps-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/plugin-ai-apps-web",
"version": "0.2.16",
"version": "0.2.17",
"description": "AI apps orchestration plugin for the CE.SDK editor",
"keywords": ["CE.SDK", "plugin", "AI", "ai apps"],
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-ai-audio-generation-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.2.17] - 2026-01-26

### Fixed

- [image-generation] **Runware NanoBanana2Pro Dimensions**: Fixed API errors when using non-square aspect ratios (16:9, 9:16, 4:3, 3:4) with Nano Banana 2 Pro provider. The model requires specific dimension combinations (e.g., 1376×768 for 16:9) that differ from the generic aspect ratio map.
- [image-generation] **Runware Seedream 4.0 Dimensions**: Fixed API errors when using non-square aspect ratios with Seedream 4.0 provider. At 1K resolution, only 1:1 is supported; now using 2K dimensions for all aspect ratios to ensure compatibility.

### Improvements

- [image-generation] **Runware Async Delivery**: Switched from synchronous requests to async delivery with polling to avoid timeouts on slower image generation models.
- [image-generation] **Runware NanoBanana2Pro I2I**: Added `resolution: '2k'` parameter to image-to-image generation for automatic aspect ratio detection from reference images.

## [0.2.16] - 2026-01-16

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ai-audio-generation-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/plugin-ai-audio-generation-web",
"version": "0.2.16",
"version": "0.2.17",
"description": "AI audio generation plugin for the CE.SDK editor",
"keywords": ["CE.SDK", "plugin", "AI", "audio-generation"],
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-ai-generation-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.2.17] - 2026-01-26

### Fixed

- [image-generation] **Runware NanoBanana2Pro Dimensions**: Fixed API errors when using non-square aspect ratios (16:9, 9:16, 4:3, 3:4) with Nano Banana 2 Pro provider. The model requires specific dimension combinations (e.g., 1376×768 for 16:9) that differ from the generic aspect ratio map.
- [image-generation] **Runware Seedream 4.0 Dimensions**: Fixed API errors when using non-square aspect ratios with Seedream 4.0 provider. At 1K resolution, only 1:1 is supported; now using 2K dimensions for all aspect ratios to ensure compatibility.

### Improvements

- [image-generation] **Runware Async Delivery**: Switched from synchronous requests to async delivery with polling to avoid timeouts on slower image generation models.
- [image-generation] **Runware NanoBanana2Pro I2I**: Added `resolution: '2k'` parameter to image-to-image generation for automatic aspect ratio detection from reference images.

## [0.2.16] - 2026-01-16

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ai-generation-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/plugin-ai-generation-web",
"version": "0.2.16",
"version": "0.2.17",
"description": "AI generation plugin for the CE.SDK editor",
"keywords": [
"CE.SDK",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-ai-image-generation-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.2.17] - 2026-01-26

### Fixed

- [image-generation] **Runware NanoBanana2Pro Dimensions**: Fixed API errors when using non-square aspect ratios (16:9, 9:16, 4:3, 3:4) with Nano Banana 2 Pro provider. The model requires specific dimension combinations (e.g., 1376×768 for 16:9) that differ from the generic aspect ratio map.
- [image-generation] **Runware Seedream 4.0 Dimensions**: Fixed API errors when using non-square aspect ratios with Seedream 4.0 provider. At 1K resolution, only 1:1 is supported; now using 2K dimensions for all aspect ratios to ensure compatibility.

### Improvements

- [image-generation] **Runware Async Delivery**: Switched from synchronous requests to async delivery with polling to avoid timeouts on slower image generation models.
- [image-generation] **Runware NanoBanana2Pro I2I**: Added `resolution: '2k'` parameter to image-to-image generation for automatic aspect ratio detection from reference images.

## [0.2.16] - 2026-01-16

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ai-image-generation-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/plugin-ai-image-generation-web",
"version": "0.2.16",
"version": "0.2.17",
"description": "AI image generation plugin for the CE.SDK editor",
"keywords": [
"CE.SDK",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-ai-sticker-generation-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.2.17] - 2026-01-26

### Fixed

- [image-generation] **Runware NanoBanana2Pro Dimensions**: Fixed API errors when using non-square aspect ratios (16:9, 9:16, 4:3, 3:4) with Nano Banana 2 Pro provider. The model requires specific dimension combinations (e.g., 1376×768 for 16:9) that differ from the generic aspect ratio map.
- [image-generation] **Runware Seedream 4.0 Dimensions**: Fixed API errors when using non-square aspect ratios with Seedream 4.0 provider. At 1K resolution, only 1:1 is supported; now using 2K dimensions for all aspect ratios to ensure compatibility.

### Improvements

- [image-generation] **Runware Async Delivery**: Switched from synchronous requests to async delivery with polling to avoid timeouts on slower image generation models.
- [image-generation] **Runware NanoBanana2Pro I2I**: Added `resolution: '2k'` parameter to image-to-image generation for automatic aspect ratio detection from reference images.

## [0.2.16] - 2026-01-16

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ai-sticker-generation-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/plugin-ai-sticker-generation-web",
"version": "0.2.16",
"version": "0.2.17",
"description": "AI sticker generation plugin for the CE.SDK editor",
"keywords": [
"CE.SDK",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-ai-text-generation-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.2.17] - 2026-01-26

### Fixed

- [image-generation] **Runware NanoBanana2Pro Dimensions**: Fixed API errors when using non-square aspect ratios (16:9, 9:16, 4:3, 3:4) with Nano Banana 2 Pro provider. The model requires specific dimension combinations (e.g., 1376×768 for 16:9) that differ from the generic aspect ratio map.
- [image-generation] **Runware Seedream 4.0 Dimensions**: Fixed API errors when using non-square aspect ratios with Seedream 4.0 provider. At 1K resolution, only 1:1 is supported; now using 2K dimensions for all aspect ratios to ensure compatibility.

### Improvements

- [image-generation] **Runware Async Delivery**: Switched from synchronous requests to async delivery with polling to avoid timeouts on slower image generation models.
- [image-generation] **Runware NanoBanana2Pro I2I**: Added `resolution: '2k'` parameter to image-to-image generation for automatic aspect ratio detection from reference images.

## [0.2.16] - 2026-01-16

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ai-text-generation-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/plugin-ai-text-generation-web",
"version": "0.2.16",
"version": "0.2.17",
"description": "AI text generation plugin for the CE.SDK editor",
"keywords": [
"CE.SDK",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-ai-video-generation-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.2.17] - 2026-01-26

### Fixed

- [image-generation] **Runware NanoBanana2Pro Dimensions**: Fixed API errors when using non-square aspect ratios (16:9, 9:16, 4:3, 3:4) with Nano Banana 2 Pro provider. The model requires specific dimension combinations (e.g., 1376×768 for 16:9) that differ from the generic aspect ratio map.
- [image-generation] **Runware Seedream 4.0 Dimensions**: Fixed API errors when using non-square aspect ratios with Seedream 4.0 provider. At 1K resolution, only 1:1 is supported; now using 2K dimensions for all aspect ratios to ensure compatibility.

### Improvements

- [image-generation] **Runware Async Delivery**: Switched from synchronous requests to async delivery with polling to avoid timeouts on slower image generation models.
- [image-generation] **Runware NanoBanana2Pro I2I**: Added `resolution: '2k'` parameter to image-to-image generation for automatic aspect ratio detection from reference images.

## [0.2.16] - 2026-01-16

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ai-video-generation-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/plugin-ai-video-generation-web",
"version": "0.2.16",
"version": "0.2.17",
"description": "AI video generation plugin for the CE.SDK editor",
"keywords": ["CE.SDK", "plugin", "AI", "video-generation"],
"repository": {
Expand Down