Skip to content

Commit 0262386

Browse files
Adam-itnicodecleyreSaurabh7019ervingayleNishkalankBezawada
authored
Release v4.4.0 (#405)
## 🎯 Aim The aim is to create a new minor release with the latest enhancements. ## 📷 Result ![image](https://github.com/user-attachments/assets/e85c35d6-95bf-4a02-9a9b-0602127472e1) ![image](https://github.com/user-attachments/assets/51fca868-2dbe-4e6f-93fa-9bdea0144f02) ![image](https://github.com/user-attachments/assets/272ed119-91d6-43d7-bcf1-fa711f55fb79) ![image](https://github.com/user-attachments/assets/c16adfdf-6674-45a6-95ba-7bfe50f1a602) ## ✅ What was done - [X] Unfied the gulp bundle local and production to a single task with an additional prompt - [X] Unfied the gulp package-solution local and production to a single task with an additional prompt - [X] Fixed warning message regarding installed Node.js version in validate dependency action - [X] Added conditional logic to scaffolding form additional dependencies to show them based on project type - [X] Added install react additional dependency to the scaffolding form visible for Application customizer - [X] Added Install, and Uninstall apps to a specified site action to app view - [X] Enhanced progress notifications with output window links for better user guidance to every CLI action - [X] Added action which allows to set form customizer - [X] Enhanced error handling in GitHub Copilot Chat participant - [X] Updated welcome view - [X] Updated VS Code typings and engine to latest --------- Co-authored-by: Nico De Cleyre <[email protected]> Co-authored-by: Saurabh Tripathi <[email protected]> Co-authored-by: ErvinGayle <[email protected]> Co-authored-by: Nishkalank Bezawada <[email protected]>
1 parent fa5c5f3 commit 0262386

29 files changed

+453
-34
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [4.4.0] - 2025-02-04
4+
5+
- Updated the gulp bundle local and production to a single task with an additional prompt
6+
- Updated the gulp package-solution local and production to a single task with an additional prompt
7+
- Fixed warning message regarding installed Node.js version in validate dependency action
8+
- Added conditional logic to scaffolding form additional dependencies to show them based on project type
9+
- Added install react additional dependency to the scaffolding form visible for Application customizer
10+
- Added Install, and Uninstall apps to a specified site action to app view
11+
- Enhanced progress notifications with output window links for better user guidance to every CLI action
12+
- Added action which allows to set form customizer
13+
- Enhanced error handling in GitHub Copilot Chat participant
14+
- Updated welcome view
15+
- Updated VS Code typings and engine to latest
16+
317
## [4.3.0] - 2024-12-11
418

519
- Added remove confirmation prompt when removing SPFx solution from app catalog

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ After successful sign in, an additional view is presented that shows a list of l
153153
- **Remove**: Removes the app from the app catalog.
154154
- **Enable**: Allows end users to add the solution to their SharePoint sites.
155155
- **Disable**: Hides the solution from end users, preventing them from adding it to sites.
156+
- **Install**: Install the solution from tenant or site collection app catalog to a site.
157+
- **Uninstall**: Uninstall the solution from a site.
156158
- **Upgrade**: Upgrades the solution to the latest version available in the app catalog for the specified site.
157159

158160
Additionally, it will show you all tenant-wide extensions installed on your tenant.
@@ -237,6 +239,12 @@ And the code tour guidance will provide you upgrade tips directly in your code!
237239

238240
[Check out our docs for more details](https://github.com/pnp/vscode-viva/wiki/5.5-Actions#add-new-component)
239241

242+
- **Set Form Customizer** - Allows to update the New, Edit or View from of any SharePoint List to a given SPFx Form Customizer based on provided GUID.
243+
244+
![Set Form Customizer](./assets/images/set-form-customizer-action.png)
245+
246+
[Check out our docs for more details](https://github.com/pnp/vscode-viva/wiki/5.5-Actions#set-form-customizer)
247+
240248
- **Open sample/scenario galleries of the SPFx web part, extensions, or ACEs projects** - SharePoint Framework Toolkit supports a couple of sample galleries that may be used to scaffold a new SPFx project.
241249

242250
[Check out our docs for more details](https://github.com/pnp/vscode-viva/wiki/5.5-Actions#open-samplescenario-galleries-of-the-spfx-web-part-extensions-or-aces-projects)

assets/images/actions.png

1.78 KB
Loading

assets/images/app-catalog-list.png

-3.43 KB
Loading

assets/images/scaffolding.png

107 KB
Loading
358 KB
Loading

assets/images/tasks.png

-1.67 KB
Loading
151 KB
Loading

assets/images/walkthrough.png

-216 KB
Loading
86.6 KB
Loading

0 commit comments

Comments
 (0)