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
## 🎯 Aim
The aim is to prepare a new minor release with the latest changes that
introduced improvements in the welcome experience, filter sample gallery
and create a project walkthrough step,
## 📷 Result

## ✅ What was done
- [X] Improves welcome experience
- [X] Fixes lags in sample gallery search
- [X] Improves sample gallery filter functionalities
- [X] Improves create project step in walkthrough
---------
Co-authored-by: Saurabh Tripathi <[email protected]>
Co-authored-by: Luccas Castro <[email protected]>
@@ -264,12 +263,7 @@ By default, the SharePoint Framework Toolkit will use the Node.js version that i
264
263
265
264
You can use the settings to change which Node.js version manager you want to use. You may choose between `nvm` and `nvs`. If you wish to avoid using a Node.js version manager, you can set the value to `none`
266
265
267
-
## 🧪 Preview features
268
-
269
-
> [!WARNING]
270
-
> Features described in this section are considered as an early beta feature. They may change or be removed in a future major or minor release.
@@ -286,13 +280,7 @@ Currently, we support the following commands:
286
280
-`/new` - that may be used to get guidance on how to create a new solution or find and reuse an existing sample from the PnP SPFx sample gallery
287
281
-`/code` - that is fine-tuned to provide help in coding your SharePoint Framework project and provides additional boosters like validating the correctness of your SPFx project, scaffolding a CI/CD workflow, or renaming your project, and many more.
288
282
289
-
> [!IMPORTANT]
290
-
> In order for this feature to work you need to meet the following requirements:
291
-
> - Use the [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/) release
292
-
> - Use the pre-release version of the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension
293
-
> - Use latest version of [SPFx Toolkit](https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit)
294
-
295
-
[Check out our docs for more details](https://github.com/pnp/vscode-viva/wiki/8.-Preview-features)
283
+
[Check out our docs for more details](https://github.com/pnp/vscode-viva/wiki/8.-SPFx-Toolkit-GitHub-Chat-Participant)
-**Web parts** are reusable elements that serve as the building blocks for SharePoint pages. They allow you to create customizable controls that can be used across multiple pages.
16
+
-**Extensions** enable you to extend the SharePoint user experience by adding scripts to pages, modifying views, adding new actions, and altering list form experiences.
17
+
-**Library components** are reusable code elements that can be shared across all the components in the tenant.
18
+
-**Adaptive Card Extensions (ACEs)** allow you to build rich, native extensions for Viva Connections Dashboards and SharePoint Pages.
19
+
15
20
Install additional dependencies with a single click straight from the scaffolding form. Currently we support installing [PnP reusable property pane controls](https://pnp.github.io/sp-dev-fx-property-controls/), [PnP reusable React controls](https://pnp.github.io/sp-dev-fx-controls-react/), and [PnPjs](https://pnp.github.io/pnpjs/).
Copy file name to clipboardexpand all lines: package.json
+4-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "viva-connections-toolkit",
3
3
"displayName": "SharePoint Framework Toolkit",
4
4
"description": "SharePoint Framework Toolkit aims to boost your productivity in developing and managing SharePoint Framework solutions helping at every stage of your development flow, from setting up your development workspace to deploying a solution straight to your tenant without the need to leave VS Code and now even create a CI/CD pipeline to introduce automate deployment of your app. This toolkit is provided by the community.",
5
-
"version": "3.3.0",
5
+
"version": "3.4.0",
6
6
"publisher": "m365pnp",
7
7
"preview": false,
8
8
"homepage": "https://github.com/pnp/vscode-viva",
@@ -260,7 +260,7 @@
260
260
"viewsWelcome": [
261
261
{
262
262
"view": "pnp-view-empty",
263
-
"contents": "Welcome to SharePoint Framework Toolkit\n\n\nTo start create a new SharePoint Framework project. \n[Create a new project](command:spfx-toolkit.createProject)\n\n\n\n\n\nUse a sample to kick off a new project and boost your development.\n[View samples](command:spfx-toolkit.samplesGallery)\n\n\n\n\n\nYou can also open an existing app.\n[Open folder](command:vscode.openFolder)\n\n\n\n\n\nValidate your local workspace and check if you have the required dependencies.\n[Check dependencies](command:spfx-toolkit.checkDependencies)\n\n\n\n\n\nInstall the required dependencies.\n[Install dependencies](command:spfx-toolkit.installDependencies)\n\n\n\nIf you need additional help or resources visit the [extension wiki](https://github.com/pnp/vscode-viva/wiki) for more information or go over the [walkthrough](command:spfx-toolkit.welcome)."
263
+
"contents": "Welcome to SharePoint Framework Toolkit\n\n\nTo start create a new SharePoint Framework project. \n[Create a new project](command:spfx-toolkit.createProject)\n\n\n\n\n\nUse a sample to kick off a new project and boost your development.\n[View samples](command:spfx-toolkit.samplesGallery)\n\n\n\n\n\nYou can also open an existing app.\n[Open folder](command:vscode.openFolder)\n\n\n\n\n\nValidate your local workspace and check if you have the required dependencies.\n[Check dependencies](command:spfx-toolkit.checkDependencies)\n\n\n\n\n\nInstall the required dependencies.\n[Install dependencies](command:spfx-toolkit.installDependencies)\n\n\n\nLearn more about SharePoint Framework and this toolkit.\n[Walkthrough](command:spfx-toolkit.welcome)\n\n\n\nFor additional help or resources visit the [extension wiki](https://github.com/pnp/vscode-viva/wiki)."
0 commit comments