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
> The `onChange` event for TextInput and SearchBox is fully supported in the browser and in Teams desktop. Full support for Viva Connections mobile will be enabled later.
153
156
154
157
### Ability to detect host's theme for Viva Connections Mobile
158
+
155
159
Starting with this version developers have access to `hostContext` in the `AdaptiveCardExtensionContext` object. This property allows to detect host's theme.
Starting this version React templates use Fluent UI React v8 instead of v7.
174
178
175
179
### Transparent outline icon for Teams-hosted web parts
180
+
176
181
The default outline icon for Teams-hosted web parts is now transparent. This allows to meet the Teams design guidelines for application.
177
182
183
+
### TypeScript v4.7 Support
184
+
185
+
SPFx solutions now support TypeScript v4.7.
186
+
187
+
### NodeJS v18 support
188
+
189
+
SPFx solutions now support NodeJS v18.
190
+
191
+
> [!NOTE]
192
+
> A developer needs to manually set NODE_OPTIONS environment variable to `--openssl-legacy-provider` to use NodeJS v18 after the NodeJS 18 has been installed. This requirement is intended to be removed with the General Availability version of the 1.18. This setting is required to adjust the toolchain to work properly with Webpack 4 which the SPFx tooling is using for now.
193
+
> This can be done using `export NODE_OPTIONS=--openssl-legacy-provider` on Mac/Linux or `set NODE_OPTIONS=--openssl-legacy-provider` on Windows.
194
+
195
+
178
196
## Deprecations
179
197
180
198
-`BaseAdaptiveCardView` - use `BaseAdaptiveCardQuickView` instead
0 commit comments