SDK Changelog
A log of all notable changes to Activepieces SDK
Breaking Change:
If your Activepieces image version is < 0.45.0 and (you are using the connect method from the embed SDk, and need the connection externalId to be returned after the user creates it OR if you want to reconnect a specific connection with an externalId), you must upgrade your instance to >= 0.45.0
Between Acitvepieces image version 0.32.1 and 0.46.4 the navigation handler was including the project id in the path, this might have broken implementation logic for people using the navigation handler, this has been fixed from 0.46.5 and onwards, the handler won’t show the project id prepended to routes.
02/24/2025 (3.0.5)
- Added a new parameter to the connect method to make the connection dialog a popup instead of an iframe taking the full page.
- Fixed a bug where the returned promise from the connect method was always resolved to {connection: undefined}
- 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.
02/04/2025 (3.0.4)
- This version requires you to update Activepieces to 0.41.0
- Adds the ability to pass font family name and font url to the embed sdk
01/26/2025 (3.0.3)
- This version requires you to update Activepieces to 0.39.8
- 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.
12/04/2024 (3.0)
Breaking Change: Automatic URL sync has been removed. Instead, Activepieces now provides a callback handler method. Please read Embedding Navigation for more information.