Introduction
Embedded learning building blocks allow you to start single widgets presenting the content of your Docebo platform as part of the layout composition of any external web page, as long as you have access to its HTML and JavaScript code.
Building blocks has the advantage of modular training by using widgets that can be seamlessly injected into your HTML code using a low-code approach to guide behavior. This is coupled with the provisioning of the content, either using simple JavaScript commands or a small set of HTML tag attributes, by following the generic visibility policy rules set on the platform. The integrator building the web page will be able to create the best on-the-fly learning experience for the user based on vertical training needs by customizing the widget behavior without passing through the embedded learning configurator page of the Docebo platform.
As with the embedded learning launcher, the user who accesses the external web page must be authenticated by the Docebo platform before seeing any content on the page. Once the connection is established by granting the proper working session on the browser, the final user can be automatically provisioned with the training so that their learning flow is not interrupted, even by the need to log in.
For information about integrating and using building blocks, please see Embedded learning building blocks.
The purpose of this article is to provide you with a release and version history of Building Blocks, allowing you to make sure that you are using the most appropriate kernel for integrating into your web page.
Activating embedded learning
To activate embedded learning, reach out to Docebo via the Help Center, or by contacting your Account Manager (if your plan includes this option).
Version history
In this section you will find the features found in each released version of the building blocks kernel, ordered from most recent release to oldest.
Please note that the most current version of the building blocks kernel will always be available by following the hereby stated process. If you use the returned link from the steps in the Retrieving the latest kernel chapter to embed the kernel in your site, you will always be operating at the most recent version.
Retrieving the latest kernel
To get the latest SDK Kernel URL you need to perform an API call to GET
/setup/v1/flow/settings
. For information on obtaining a bearer token, please see the article on APIs Authentication.
Here is an example of how to call it using cURL via the command line:
curl -X GET https://<yoursubdomain.docebosaas.com>/setup/v1/flow/settings \
-H 'Authorization: Bearer <your bearer token obtained previously>'
This is an example of a JSON response from that API call. The Building Blocks kernel URL can be found in the value of sdk_kernel_url
.
{
"data":{
"kernel_url":"https://cdn1.dcbstatic.com/flow/kernels/Kernel-latest.bundle.min.js",
"sdk_kernel_url":"https://cdn1.dcbstatic.com/flow/kernels/SDKKernel-v1-latest.bundle.js"
},
"version":"1.1.0",
"_links":[]
}
For more information about API calls, please see Introduction to Docebo APIs.
Current version (Version 1.1)
Version Number: | 1.1 |
---|---|
Release Date: | December 4, 2024 |
Update Announcement: |
Embedded learning building blocks new version Starting with this release and the addition of support for VILT, the embedded learning building blocks kernel moves to version 1.1. For more information, please see Embedded learning building blocks version and release history. |
New Features: | Initial Release |
Kernel Link: | Follow the instructions in the Retrieving the latest kernel chapter. |
Previous versions
Version Number: | 1.0 |
---|---|
Release Date: | December 21, 2021 |
Update Announcement: |
Docebo Flow Building Blocks are here! Starting from this monthly release, Docebo Flow users can use Building Blocks, allowing widgets presenting the content of the Docebo platform to be embedded directly into any web page. Check out Docebo Flow for more information. |
New Features: | Initial Release |
Kernel Link: | Follow the instructions in the Retrieving the latest kernel chapter. |
Support status by version
Listed here, you will find the currently supported and unsupported versions of embedded learning building blocks, along with the most recent version, release date and future end of life date, if available.
Supported versions
Version 1.1.x
Version release date | End-of-life date | Most recent version | Most recent release date |
---|---|---|---|
December 4, 2024 | Not set | 1.1 |
December 4, 2024 |
Version 1.0.x
Version release date | End-of-life date | Most recent version | Most recent release date |
---|---|---|---|
December 21, 2021 | Not set | 1.0.84 |
November 6, 2024 |
Unsupported versions
There are no unsupported versions at this time.
Detailed release history
In this section you will find a detailed list of releases, along with features added or changed, if available.
Supported
2024 November
November 6, 2024
Version number | 1.0.84 |
---|---|
Comments |
|
November 5, 2024
Version number | 1.0.83 |
---|---|
Comments |
|
2024 October
October 18, 2024
Version number | 1.0.82 |
---|---|
Comments |
|
October 14, 2024
Version number | 1.0.81 |
---|---|
Comments |
|
2024 September
September 30, 2024
Version number | 1.0.80 |
---|---|
Comments |
|
September 18, 2024
Version number | 1.0.79 |
---|---|
Comments |
|
September 17, 2024
Version number | 1.0.78 |
---|---|
Comments |
|
September 16, 2024
Version number | 1.0.76 |
---|---|
Comments |
|
September 5, 2024
Version number | 1.0.74 |
---|---|
Comments |
|
2024 August
August 30, 2024
Version number | 1.0.73 |
---|---|
Comments |
|
August 2, 2024
Version number | 1.0.71 |
---|---|
Comments |
|
2024 July
July 25, 2024
Version number | 1.0.70 |
---|---|
Comments |
|
2024 June
June 11, 2024
Version number | 1.0.70 |
---|---|
Comments |
|
2024 May
May 21, 2024
Version number | 1.0.67 |
---|---|
Comments |
|
2024 March
March 19, 2024
Version number | 1.0.64 |
---|---|
Comments |
|
March 12, 2024
Version number | 1.0.63 |
---|---|
Comments |
|
March 5, 2024
Version number | 1.0.62 |
---|---|
Comments |
|
2024 February
February 27, 2024
Version number | 1.0.60 |
---|---|
Comments |
|
February 22, 2024
Version number | 1.0.59 |
---|---|
Comments |
|
2024 January
January 25, 2024
Version number | 1.0.57 |
---|---|
Comments |
|
January 15, 2024
Version number | 1.0.56 |
---|---|
Comments |
|
2023 December
December 29, 2023
Version number | 1.0.55 |
---|---|
Comments |
|
December 12, 2023
Version number | 1.0.54 |
---|---|
Comments |
|
2023 November
November 13, 2023
Version number | 1.0.51 |
---|---|
Comments |
|
2023 October
October 12, 2023
Version number | 1.0.47 |
---|---|
Comments |
|
October 4, 2023
Version number | 1.0.45 |
---|---|
Comments |
|
2023 September
September 29, 2023
Version number | 1.0.43 |
---|---|
Comments |
|
September 18, 2023
Version number | 1.0.42 |
---|---|
Comments |
|
2023 August
August 28, 2023
Version number | 1.0.41 |
---|---|
Comments |
|
August 14, 2023
Version number | 1.0.40 |
---|---|
Comments |
|
2023 July
July 31, 2023
Version number | 1.0.39 |
---|---|
Comments |
|
July 17, 2023
Version number | 1.0.38 |
---|---|
Comments |
|
July 3, 2023
Version number | 1.0.37 |
---|---|
Comments |
|
2023 June
June 16, 2023
Version number | 1.0.36 |
---|---|
Comments |
|
June 5, 2023
Version number | 1.0.35 |
---|---|
Comments |
|
2023 May
May 22, 2023
Version number | 1.0.34 |
---|---|
Comments |
|
May 10, 2023
Version number | 1.0.33 |
---|---|
Comments |
|
2023 April
April 24, 2023
Version number | 1.0.31 |
---|---|
Comments |
|
April 3, 2023
Version number | 1.0.30 |
---|---|
Comments |
|
2023 March
March 28, 2023
Version number | 1.0.29 |
---|---|
Comments |
|
March 21, 2023
Version number | 1.0.28 |
---|---|
Comments |
|
March 6, 2023
Version number | 1.0.25 |
---|---|
Comments |
|
2023 January
January 19, 2023
Version number | 1.0.24 |
---|---|
Comments |
|
January 13, 2023
Version number | 1.0.23 |
---|---|
Comments |
|
January 4, 2023
Version number | 1.0.22 |
---|---|
Comments |
|
2022 December
December 21, 2022
Version number | 1.0.21 |
---|---|
Comments |
|
December 13, 2022
Version number | 1.0.20 |
---|---|
Comments |
|
2022 November
November 28, 2022
Version number | 1.0.19 |
---|---|
Comments |
|
November 2, 2022
Version number | 1.0.18 |
---|---|
Comments |
|
2022 October
October 18, 2022
Version number | 1.0.17 |
---|---|
Comments |
|
October 4, 2022
Version number | 1.0.16 |
---|---|
Comments |
|
2022 September
September 20, 2022
Version number | 1.0.15 |
---|---|
Comments |
|
2022 August
August 16, 2022
Version number | 1.0.14 |
---|---|
Comments |
|
2022 July
July 22, 2022
Version number | 1.0.13 |
---|---|
Comments |
|
July 5, 2022
Version number | 1.0.12 |
---|---|
Comments |
|
2022 June
June 21, 2022
Version number | 1.0.11 |
---|---|
Comments |
|
June 3, 2022
Version number | 1.0.10 |
---|---|
Comments |
|
2022 May
May 17, 2022
Version number | 1.0.9 |
---|---|
Comments |
|
2022 April
April 12, 2022
Version number | 1.0.7 |
---|---|
Comments |
|
2022 March
March 21, 2022
Version number | 1.0.6 |
---|---|
Comments |
|
2021 December
December 28, 2021
Version number | 1.0 |
---|---|
Comments |
|