You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'upstream/main' into feat-sendpulse
* upstream/main: (229 commits)
chore(placid): add eslintignore file
fix(eden-ai): remove redundant category from piece metadata
feat(eden-ai): improve piece metadata and bump version
fix: lint
chore: added required scope to download captions for yt
fix: plans limit
fix(lint): import order
fix: info route being called in CE
feat: comprehensive Eden AI integration enhancements
fix: allow total prop in UsageCardProps to be null
feat: eden-ai piece
feat: eden-ai piece
feat: eden-ai piece
fix: undefined limits arriving as 0 value from platform route
fix(ninox): fix table fields and trigger
chore(tsconfig): remove eden-ai piece from configuration
feat(short-io): comprehensive short.io piece implementation and enhancements
chore(dimo): upgrade dimo version to 0.0.2
chore(dimo): upgrade piece version
fix(clicksend): fix trigger and api function
...
Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
version: '3.0'
2
2
services:
3
3
activepieces:
4
-
image: ghcr.io/activepieces/activepieces:0.65.0
4
+
image: ghcr.io/activepieces/activepieces:0.66.2
5
5
container_name: activepieces
6
6
restart: unless-stopped
7
7
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOXED or old activepieces, checking the breaking change documentation for more info.
Copy file name to clipboardExpand all lines: docs/about/breaking-changes.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ description: "This list shows all versions that include breaking changes and how
4
4
icon: "hammer"
5
5
---
6
6
7
+
8
+
## 0.66.0
9
+
10
+
### What has changed?
11
+
12
+
- If you use embedding the embedding SDK, please upgrade to version 0.6.0, `embedding.dashboard.hideSidebar` used to hide the navbar above the flows table in the dashboard now it relies on `embedding.dashboard.hideFlowsPageNavbar`
Copy file name to clipboardExpand all lines: docs/embedding/embed-builder.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ Please check the [navigation](./navigation) section, as it's very important to u
73
73
| embedding.builder.homeButtonClickedHandler | ❌ | ()=>void | Callback that stops home button from navigating to dashboard and overrides it with this handler (added in [0.4.0](./sdk-changelog#20%2F05%2F2025-0-4-0))
74
74
| embedding.builder.homeButtonIcon | ❌ | 'logo' \| 'back' | if set to **'back'** the tooltip shown on hovering the home button is removed (added in [0.5.0](./sdk-changelog#03%2F07%2F2025-0-5-0))
75
75
| embedding.dashboard.hideSidebar | ❌ | boolean | Controls the visibility of the sidebar in the dashboard, by default it is false. |
76
+
| embedding.dashboard.hideFlowsPageNavbar | ❌ | boolean | Controls the visibility of the navbar showing flows,issues and runs above the flows table in the dashboard, by default it is false. (added in [0.6.0](./sdk-changelog#07%2F07%2F2025-0-6-0)) |
76
77
| embedding.hideFolders | ❌ | boolean | Hides all things related to folders in both the flows table and builder by default it is false. |
77
78
| embedding.styling.fontUrl | ❌ | string | The url of the font to be used in the embedding, by default it is `https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap`. |
78
79
| embedding.styling.fontFamily | ❌ | string | The font family to be used in the embedding, by default it is `Roboto`. |
- This version requires you to **upgrade Activepieces to [0.66.1](https://github.com/activepieces/activepieces/releases/tag/0.66.1)**
24
+
- Added `embedding.dashboard.hideFlowsPageNavbar` parameter to the [configure](./embed-builder#configure-parameters) method **(value: true | false)**.
25
+
-**(Breaking Change)**`embedding.dashboard.hideSidebar` used to hide the navbar above the flows table in the dashboard now it relies on `embedding.dashboard.hideFlowsPageNavbar`.
25
26
26
27
27
-
### 26/01/2025 (0.3.3)
28
28
29
-
- This version requires you to update Activepieces to 0.39.8
30
-
- activepieces.configure method was being resolved before the user was authenticated, this is fixed now, so you can use activepieces.navigate method to navigate to your desired initial route.
- This version requires you to **upgrade Activepieces to [0.64.2](https://github.com/activepieces/activepieces/releases/tag/0.64.2)**
34
+
- Added `embedding.hideDuplicateFlow` parameter to the [configure](./embed-builder#configure-parameters) method **(value: true | false)**.
35
+
- Added `embedding.builder.homeButtonIcon` parameter to the [configure](./embed-builder#configure-parameters) method **(value: 'logo' | 'back')**, if set to **'back'** the tooltip shown on hovering the home button is removed.
36
+
- Added `embedding.locale` parameter to the [configure](./embed-builder#configure-parameters) method, it takes [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) locale codes, here are the ones supported: **('en' | 'nl' | 'it' | 'de' | 'fr' | 'bg' | 'uk' | 'hu' | 'es' | 'ja' | 'id' | 'vi' | 'zh' | 'pt')**
-**(Breaking Change)** Removed `embedding.builder.hideLogo` parameter from the [configure](./embed-builder#configure-parameters) method.
39
+
-**(Breaking Change)** Removed MCP methods from sdk.
34
40
35
-
- This version requires you to update Activepieces to 0.41.0
36
-
- Adds the ability to pass font family name and font url to the embed sdk
37
41
38
42
39
-
### 24/2/2025 (0.3.5)
40
-
-Added a new parameter to the connect method to make the connection dialog a popup instead of an iframe taking the full page.
41
-
-Fixed a bug where the returned promise from the connect method was always resolved to \{connection: undefined\}
42
-
-Now when you use the connect method with the "connectionName" parameter, the user will reconnect to the connection with the matching externalId instead of creating a new one.
-This version requires you to **upgrade Activepieces to [0.64.0-rc.0](https://github.com/activepieces/activepieces/pkgs/container/activepieces/438888138?tag=0.64.0-rc.0)**
46
+
-Revert back the `prefix`parameter from the [configure](./embed-builder#configure-parameters) method.
43
47
44
48
45
-
### 16/04/2025 (0.3.6)
46
-
- Added the [request](./sdk-server-requests) method which allows you to call our backend API.
47
49
48
-
### 17/04/2025 (0.3.7)
49
-
- Added [MCP methods](./mcps) to update MCP configurations.
- This version requires you to **upgrade Activepieces to [0.64.0-rc.0](https://github.com/activepieces/activepieces/pkgs/container/activepieces/438888138?tag=0.64.0-rc.0)**
54
+
- Added `embedding.hideDuplicateFlow` parameter to the [configure](./embed-builder#configure-parameters) method **(value: true | false)**.
55
+
- Added `embedding.builder.homeButtonIcon` parameter to the [configure](./embed-builder#configure-parameters) method **(value: 'logo' | 'back')**, if set to **'back'** the tooltip shown on hovering the home button is removed.
56
+
- Added `embedding.locale` parameter to the [configure](./embed-builder#configure-parameters) method, it takes [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) locale codes, here are the ones supported: **('en' | 'nl' | 'it' | 'de' | 'fr' | 'bg' | 'uk' | 'hu' | 'es' | 'ja' | 'id' | 'vi' | 'zh' | 'pt')**
- Added new param to the configure method `embed.builder.homeButtonClickedHandler`, that overrides the navigation behaviour on clicking the home button.
59
75
60
76
61
-
### 26/05/2025 (0.4.1)
62
-
- Fixed an issue where sometimes the embed HTML file was getting cached.
- This version requires you to **upgrade Activepieces to [0.64.0-rc.0](https://github.com/activepieces/activepieces/pkgs/container/activepieces/438888138?tag=0.64.0-rc.0)**
68
-
- Added `embedding.hideDuplicateFlow` parameter to the [configure](./embed-builder#configure-parameters) method **(value: true | false)**.
69
-
- Added `embedding.builder.homeButtonIcon` parameter to the [configure](./embed-builder#configure-parameters) method **(value: 'logo' | 'back')**, if set to **'back'** the tooltip shown on hovering the home button is removed.
70
-
- Added `embedding.locale` parameter to the [configure](./embed-builder#configure-parameters) method, it takes [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) locale codes, here are the ones supported: **('en' | 'nl' | 'it' | 'de' | 'fr' | 'bg' | 'uk' | 'hu' | 'es' | 'ja' | 'id' | 'vi' | 'zh' | 'pt')**
- This version requires you to **upgrade Activepieces to [0.64.0-rc.0](https://github.com/activepieces/activepieces/pkgs/container/activepieces/438888138?tag=0.64.0-rc.0)**
78
-
- Revert back the `prefix` parameter from the [configure](./embed-builder#configure-parameters) method.
82
+
83
+
### 16/04/2025 (0.3.6)
84
+
- Added the [request](./sdk-server-requests) method which allows you to call our backend API.
85
+
86
+
87
+
### 24/2/2025 (0.3.5)
88
+
- Added a new parameter to the connect method to make the connection dialog a popup instead of an iframe taking the full page.
89
+
- Fixed a bug where the returned promise from the connect method was always resolved to \{connection: undefined\}
90
+
- Now when you use the connect method with the "connectionName" parameter, the user will reconnect to the connection with the matching externalId instead of creating a new one.
91
+
92
+
93
+
94
+
### 04/02/2025 (0.3.4)
95
+
96
+
- This version requires you to update Activepieces to 0.41.0
97
+
- Adds the ability to pass font family name and font url to the embed sdk
98
+
99
+
100
+
### 26/01/2025 (0.3.3)
101
+
102
+
- This version requires you to update Activepieces to 0.39.8
103
+
- activepieces.configure method was being resolved before the user was authenticated, this is fixed now, so you can use activepieces.navigate method to navigate to your desired initial route.
- This version requires you to **upgrade Activepieces to [0.64.2](https://github.com/activepieces/activepieces/releases/tag/0.64.2)**
84
-
- Added `embedding.hideDuplicateFlow` parameter to the [configure](./embed-builder#configure-parameters) method **(value: true | false)**.
85
-
- Added `embedding.builder.homeButtonIcon` parameter to the [configure](./embed-builder#configure-parameters) method **(value: 'logo' | 'back')**, if set to **'back'** the tooltip shown on hovering the home button is removed.
86
-
- Added `embedding.locale` parameter to the [configure](./embed-builder#configure-parameters) method, it takes [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) locale codes, here are the ones supported: **('en' | 'nl' | 'it' | 'de' | 'fr' | 'bg' | 'uk' | 'hu' | 'es' | 'ja' | 'id' | 'vi' | 'zh' | 'pt')**
0 commit comments