Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.3.0 #253

Merged
merged 9 commits into from
Jun 15, 2024
Merged

Release v3.3.0 #253

merged 9 commits into from
Jun 15, 2024

Conversation

Adam-it
Copy link
Contributor

@Adam-it Adam-it commented Jun 12, 2024

🎯 Aim

The aim is to prepare a new minor release with the latest changes that focus mainly on code refactoring and maintenance.

βœ… What was done

  • Refactored scaffolding form to smaller components
  • Updated GH release workflows
  • Added npm-shrinkwrap
  • Improved method docs
  • Added missing ACE template for line chart card for SPFx 1.19.0
  • Refactored chat participant - removed action command and fine-tuned the prompts

  • Review
  • Test as prerelease first
  • Updated version to match v3.3.0
  • Updated release notes

Adam-it and others added 9 commits May 25, 2024 20:15
## 🎯 Aim

The aim is to add a preview feature with SPFx chat participant

## πŸ“· Result


![chat-intro](https://github.com/pnp/vscode-viva/assets/58668583/e4166cfc-b200-4563-88c9-a53f09add7f1)


## βœ… What was done

- [X] Added chat participant

## πŸ”— Related issue

Related: #239
## 🎯 Aim

This PR refactors scaffolding form to smaller components

## πŸ“· Result

![image](https://github.com/pnp/vscode-viva/assets/18114579/fcbf9fcc-18b9-44c6-9b96-62eaf206a0f2)

## βœ… What was done

- [X] Moved the header section into a separate `FormHeader` component.
- [X] Moved the general information section into a separate
`GeneralInfoStep` component.
- [X] Moved the component details section into a separate
`ComponentDetailsStep` component.
- [X] Moved the additional steps section into a separate
`AdditionalStep` component.
- [X] Moved the form action buttons and the progress indicator into a
separate `FormActions` component.
- [X] Maintained the state management within the main component
`ScaffoldSpfxProjectView`.
- [X] Added a slight delay to fix terminal receiving `pm i` instead of
`npm i` when `npm install` checkbox is selected

## πŸ”— Related issue

Closes: #221
## 🎯 Aim

The aim is to do some house cleaning 

## βœ… What was done

- [X] added npm-shrinkwrap
- [X] removed no-unused-vars
- [X] added docs for commands
- [X] updated local build pipline to use `ci`

## πŸ”— Related issue

Closes: #248, #247
## 🎯 Aim

Refactors GH chat participant for minor release

## βœ… What was done

- [X] removed `action` command 
- [X] fine tuned prompts
- [X] added `prompt-tsx` package for further usage

## πŸ”— Related issue

Closes: #239
## 🎯 Aim

align ACE template scaffolding with SPFx 1.19

## βœ… What was done

- [X] removed references to node 16
- [X] added new ACE template for the line chart card

## πŸ”— Related issue

 Closes: #245
@Adam-it Adam-it merged commit 8708a8d into main Jun 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants