Skip to content

Commit 620f68b

Browse files
authored
Update roadmap, changelog & docs (windmill-labs#868)
1 parent 2f55993 commit 620f68b

File tree

21 files changed

+176
-84
lines changed

21 files changed

+176
-84
lines changed

changelog/2025-02-13-teams-workspace-scripts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: teams-workspace-integration
33
version: v1.462.0
4-
title: Microsoft Teams Workspace Scripts
4+
title: Microsoft Teams workspace scripts
55
tags: ['Microsoft Teams', 'Error handling']
66
description: Windmill now supports Microsoft Teams integration, allowing you to trigger scripts and flows directly from Teams commands and receive error notifications.
77
features:
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
slug: global-recompute-helper-function
3+
version: v1.474.0
4+
title: Global recompute helper function
5+
tags: ['App editor', 'Frontend script']
6+
description: A new globalRecompute helper function allows triggering all component runnables from frontend scripts.
7+
features:
8+
[
9+
'Use globalRecompute() to recompute all components and trigger their runnables.',
10+
'Simplifies creating custom recompute triggers in your app.',
11+
]
12+
image: ./global_recompute.png
13+
docs: /docs/apps/app-runnable-panel#globalrecompute
14+
---
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: pick-image-from-workspace-storage-bucket
3+
version: v1.475.0
4+
title: Pick image from workspace storage bucket
5+
tags: ['App editor', 'Workspace storage']
6+
description: From the app editor, the image component now support picking an image from the workspace storage bucket.
7+
features:
8+
[
9+
'Pick an image from the workspace storage bucket.',
10+
]
11+
image: ./pick_from_workspace_storage.png
12+
docs: /docs/apps/app_configuration_settings/image
13+
---
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: deploy-triggers
3+
version: v1.478.0
4+
title: Deploy triggers
5+
tags: ['Deployments', 'Triggers']
6+
description: Triggers are now supported in the Deploy to Staging/Prod feature.
7+
features:
8+
[
9+
'Deploy triggers to Staging/Prod.',
10+
]
11+
image: ./deploy_triggers.png
12+
docs: /docs/core_concepts/staging_prod
13+
---
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: filter-by-worker
3+
version: v1.478.0
4+
title: Filter by worker
5+
tags: ['Job runs', 'Worker']
6+
description: Windmill now supports filtering jobs by worker name.
7+
features:
8+
[
9+
'Filter jobs by worker name from the runs menu.',
10+
]
11+
image: ./filter_by_worker.png
12+
docs: /docs/core_concepts/monitor_past_and_future_runs#filters
13+
---

docs/apps/4_app_configuration_settings/image.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import DocCard from '@site/src/components/DocCard';
44

55
The Image component allows you to upload and display an image. There are two options for the image upload: upload as base64 embedded image recommended for small images and upload to s3, which is recommended for larger images or if you have multiple images.
66

7-
![HTML](../../assets/apps/4_app_component_library/image_api.png.webp)
7+
![Image component](../../assets/apps/4_app_component_library/image_api.png.webp "Image component")
88

99
The following section details Image component's specific settings. For more details on the App editor, check the [dedicated documentation](../0_app_editor/index.mdx) or the App editor [Quickstart](../../getting_started/7_apps_quickstart/index.mdx):
1010

@@ -32,6 +32,10 @@ The following section details Image component's specific settings. For more deta
3232
| Image Fit | string: contain, cover, fill | false | false | contain | How the image will fit the component box. |
3333
| Alt text | string | false | false | / | This text will appear if the image can't be loaded for any reason. |
3434

35+
![Pick image from workspace storage](../../assets/apps/4_app_component_library/pick_from_workspace_storage.png "Pick image from workspace storage")
36+
37+
> Example of picking an image from the [workspace storage](../../core_concepts/38_object_storage_in_windmill/index.mdx#workspace-object-storage) bucket.
38+
3539
## Outputs
3640

3741
| Name | Type | Description |

0 commit comments

Comments
 (0)