Skip to content

Commit 3a05b8e

Browse files
committed
1.19 release note adjustments
1 parent 45d1735 commit 3a05b8e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/spfx/release-1.19.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ The tooling was upgraded from Webpack 4 to Webpack 5.
7070

7171
### Build time packages release is decoupled from the SPFx release
7272

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.
73+
From this release forward, 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.
74+
75+
This includes packages like `@microsoft/eslint-plugin-spfx`, `@microsoft/sp-module-interfaces`, and other similar build time packages.
7476

7577
### Optional footer for the Search Adaptive Card Extension
7678

@@ -94,7 +96,7 @@ You can now specify `imageAlt` property for the Property Pane's choice group opt
9496

9597
### `inlineLabel` property for the Property Pane's Toggle control
9698

97-
`PropertyPaneToggle` now supports `inlineLabel` property that specifies whether the label (not the onText/offText) should be positioned inline with the toggle control. Left (right in RTL) side when on/off text provided VS right (left in RTL) side when no on/off text.
99+
`PropertyPaneToggle` now supports `inlineLabel` property that specifies whether the label (not the onText/offText) should be positioned inline with the toggle control. Left (right in RTL) side when on/off text provided vs. right (left in RTL) side when no on/off text.
98100

99101
> [!NOTE]
100102
> When not providing on/off text user may get confused in differentiating the on/off states of the toggle.

0 commit comments

Comments
 (0)