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
@@ -68,16 +68,9 @@ The tooling was upgraded from Webpack 4 to Webpack 5.
68
68
> [!NOTE]
69
69
> If you have webpack configuration customizations in your project - reference the [official Webpack documentation](https://webpack.js.org/migrate/5/) for the migration details.
70
70
71
-
### Buildtime packages release is decoupled from the SPFx release
71
+
### Build time packages release is decoupled from the SPFx release
72
72
73
-
Starting from this release, the buildtime packages are decoupled from the SPFx release. This means that the buildtime packages are released independently from the SPFx release. This change allows us to release new features and fixes to the buildtime packages without waiting for the next SPFx release.
74
-
75
-
### GA of Bot-driven Adaptive Card Extensions support in Teams app catalog
76
-
77
-
We are excited to announce the general availability of Bot-driven Adaptive Card Extensions in the Teams app catalog. This feature allows you to build and deploy Adaptive Card Extensions that are driven by a bot to the Teams app catalog.
78
-
79
-
> [!NOTE]
80
-
> When developing a Teams app with Bot-driven Adaptive Card Extensions, you need to use `devPreview` schema version for the Teams app definition. The public version will be available soon with no changes to the format.
73
+
Starting from this release, the build time packages are decoupled from the SPFx release. This means that the build time packages are released independently from the SPFx release. This change allows us to release new features and fixes to the build time packages without waiting for the next SPFx release.
81
74
82
75
### Optional footer for the Search Adaptive Card Extension
83
76
@@ -108,7 +101,7 @@ You can now specify `imageAlt` property for the Property Pane's choice group opt
0 commit comments