@imgly/plugin-ai-sticker-generation-web 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/fal-ai/index.mjs +4 -4
- package/dist/fal-ai/index.mjs.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.2.3] - 2025-07-23
|
|
6
|
+
|
|
7
|
+
- [all] **Automatic History Asset Library Entries**: Composite history asset sources now automatically have corresponding asset library entries created with the same IDs (e.g., `ly.img.ai.image-generation.history`)
|
|
8
|
+
- [all] **Provider Selection in Expanded Quick Actions**: When a quick action is expanded, users can now switch between all providers that support that specific quick action, enhancing flexibility in provider selection
|
|
9
|
+
- [all] **Quick Action Can Disable Lock**: Some quick actions can now decide to not lock the block when operating on a block. Examples are `CreateVariant` and `CombineImages`.
|
|
10
|
+
|
|
11
|
+
## [0.2.2] - 2025-07-16
|
|
12
|
+
|
|
13
|
+
- [ai-apps] Fix issue with undefined `cesdk` instance
|
|
14
|
+
|
|
5
15
|
## [0.2.1] - 2025-07-15
|
|
6
16
|
|
|
7
17
|
- [ai-apps] Fix issue where AI apps panel displayed empty content when no provider app was available
|