Skip to content

Commit 0608cc2

Browse files
Update SPFx release notes v1.11 (SharePoint#6050)
1 parent 0d87771 commit 0608cc2

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs/spfx/release-1.11.0.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ New in this release, support for additional attributes in the solution for enabl
1111

1212
**Released:** July 16, 2020
1313

14-
## Upgrading projects from v1.9.1 to v1.10
14+
## Upgrading projects from v1.10 to v1.11
1515

16-
1. In the project's **package.json** file, identify all SPFx v1.9.1 packages. For each SPFx package:
17-
1. Uninstall the existing v1.10 package:
16+
1. In the project's **package.json** file, identify all SPFx v1.10 packages. For each SPFx package:
17+
1. Uninstall the existing v1.11 package:
1818

1919
```console
20-
npm uninstall @microsoft/{spfx-package-name}@1.10
20+
npm uninstall @microsoft/{spfx-package-name}@1.11
2121
```
2222

23-
1. Install the refreshed v1.10 package:
23+
1. Install the refreshed v1.11 package:
2424

2525
```console
2626
npm install @microsoft/{spfx-package-name}@1.11 --save --save-exact
@@ -50,9 +50,9 @@ New in this release, support for additional attributes in the solution for enabl
5050

5151
## Changes and deprecations in this release
5252

53-
- Knockout option for the SharePoint Framework web parts scaffolding has been removed. You can still use knockout if you prefer to do so, but there's no default scaffolding for it.
54-
- We have removed Node version 8 support in this release - use version 10 for now. Node v12 is not yet supported with SharePoint Framework development.
55-
- We have removed support for system.js in the local workbench
53+
- **REMOVED**: Knockout web framework option when creating SharePoint Framework web parts. You can still use Knockout, but there's no default scaffolding for it.
54+
- **REMOVED**: Node.js v8 support. For more information on the most current recommended versions, see [Set up your SharePoint Framework development environment](set-up-your-development-environment.md).
55+
- **REMOVED**: Support for system.js in the local workbench.
5656

5757
> [!IMPORTANT]
5858
> We are planning to remove support of the local workbench within the upcoming releases of SharePoint Framework.

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@
424424
items:
425425
- name: Overview
426426
href: spfx/roadmap.md
427+
- name: SPFx v1.11.0 - July 16, 2020
428+
href: spfx/release-1.11.0.md
427429
- name: SPFx v1.10.0 - January 7, 2020
428430
href: spfx/release-1.10.0.md
429431
- name: SPFx v1.9.1 - August 14, 2019

0 commit comments

Comments
 (0)