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
Copy file name to clipboardExpand all lines: docs/spfx/release-1.18.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -183,10 +183,6 @@ The default outline icon for Microsoft Teams hosted web parts is now transparent
183
183
184
184
SPFx solutions now support TypeScript v4.7.
185
185
186
-
> [!NOTE]
187
-
> 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.
188
-
> This can be done using `export NODE_OPTIONS=--openssl-legacy-provider` on Mac/Linux or `set NODE_OPTIONS=--openssl-legacy-provider` on Windows.
189
-
190
186
## Deprecations
191
187
192
188
-`BaseAdaptiveCardView` - use `BaseAdaptiveCardQuickView` instead
0 commit comments