Skip to content

Releases: microsoft/WebTemplateStudio

Release 0.7.2117301

23 Jun 08:29
3c3ffe6
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

  • Includes some small improvements on the Wizard (#1048 and #1800)
  • Small review and improve on the React Native Master Detail style, so it´s better aligned on big screens (#1809).

You can see a complete list of the issues addressed on the release on the following link:
0.7 June

Release 0.6.2113301

17 May 09:01
b197e17
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

Welcome to the May release of Web Template Studio.
We're excited to release React Native support, this is still in Preview. But you can start creating your apps for Windows, Android and iOS using the new templates.

Thanks for the feedback provided!

You can see a complete list of the issues addressed on the release on the following link:
0.6 May

Included in this version:

1. Add React Native in Preview
  • Create native apps for Windows, Android and iOS using React with the new command Create React Native App.
    • Provides an easy way for users to create a RN app through the wizard.
    • Add a separate entry point into the wizard for RN apps.
    • Identify RN dependencies from the extension and know how to install missing dependencies easily.
    • Tabbed is the selected navigation pattern included in this Release.
    • Three pages as templating options: Blank, Master/Detail, Settings.
2. Improvements in generated Web projects:
  • Major update for React (React 17.* and react-scripts 4.*)
  • Applied feedback on Python applications.
3. Improvements in Wizard:
  • Change the previous commands from Launch to Create React Native App and Deploy App to Deploy Web App.
  • Reviewed the styling and making it more consistent with vscode. We reduced and unified the font sizes a lot. We hope you have a better experience with these changes.
4. Reviewed and updated documentation

Release 0.5.2104801

18 Feb 13:01
884abda
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

Includes fixes for:

  • Failure when writing to Cosmos MongoDB Service (#1717)

0.5.2032301

23 Nov 16:09
0ed54e2
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

Welcome to the November release of Web Template Studio
We´d like to thank the community for all the feedback provided.

You can see a complete list of the issues addressed on the release on the following link:
0.5 November

Included in this version:

  1. Improvements in generated projects:
    • Modified generated project structure to separate frontend and backend in different folders.
    • Added VS Code Tasks to install dependencies and start the generated app.
    • Applied feedback for generated React code.
  2. Release ASP.NET Core backend (out of preview).
  3. Improvements in Wizard:
    • Easier Azure Login on the Azure Cloud Services Step.
    • Right-side bar enhancements to be able to edit more info there.
    • Allow multiple versions of Web Template Studio to be installed and used side by side (local, nightly, marketplace,..).
    • Infrastructure improvements in order to add the possibility to create React Native Apps in the near future.
  4. Bug fixes:
    • Unified settings keys across the extension and Azure Services.
    • Fixed apiVersion for the Microsoft.Web/serverfarms resource.
    • Improved validation of the project name and path.
    • Fixed "Delete list item in Flask".
    • Fixed minor issues and style bugs.
  5. Reviewed and updated documentation

0.4.2020202

21 Jul 08:18
13db8e3
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

0.4 July

Included in this version:

  1. Add in ASP.NET Core backend (in preview).
  2. Optimized WebTS extension with webpack compression.
  3. Review and update all docs.
  4. Improvements in generated projects:
    • Accessibility improvements.
    • Update libraries in generated code.
    • Update _id to id property in SampleData model.
    • Update Readme.md
  5. Other improvements:
    • Remove Quickstart button, always show generate button and allow to navigate on all steps on top menu.
    • Update libraries in wizard and extension.
    • Use Node 12 as minimum required version.
  6. Bug fixes in wizard:
    • Dynamically show azure services based on selected framework and project type.
    • Fix scrollbar when right sidebar is collapsed.
    • Fix disable generate button when project name is invalid.
    • Show licenses from composition templates.
    • Fix deploy command when open a generated project without having launched the wizard.
    • Fix preview flag configuration.

Release 0.3.2012502

05 May 10:17
3b191a9
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

0.3 May

Included in this version:

  1. Added "Advanced Configuration Mode" to Azure App Service and Cosmos DB,
    to allow configuration of Location and Resource Group.
  2. Optimized WebTS startup and execution.
  3. Improvements in generated projects:
    • Replace component names in templates
    • Updated packages to last version in all frameworks
    • Removed shebang from node templates
  4. Updated contribution and services docs.
  5. Bug fixes in wizard:
    • WebTS is not working correctly in Visual Studio Online
    • App Service Name should not be re-calculated when changing the subscription
    • Cursor moves to the last position when editing page name

Release 0.2.2007701

17 Mar 11:48
24ef5ff
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

Includes fixes for:

  • Validation Errors not shown in after updating to VS Code 1.43 (#1384)

Release 0.2.2005803

27 Feb 12:46
bd2ca72
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

0.2 February

Included in this version:

  1. Show "Latest" label when framework is up to date with latest version available

  2. Changed page addition and removal behavior

  3. Improvements in generated projects:

    • Updated packages to last version in all frameworks
    • Added hooks to React projects
    • Fix lint and test scripts in all frontend frameworks
  4. Other improvements:

    • Add close button on the "Creating Your Project" modal
    • Remove message in right panel when no Azure Services were added
  5. Bug fixes in wizard:

    • Restart after failed generation does not allow generation
    • Error when cancel project path selection
    • Framework and Page Cards should be selectable with keyboard
    • Pages should be ordered by wts.displayOrder in Wizard
    • Prevent unmount viewmodel with disabled prop in next button
    • Page naming validation alter overlap with other pages
    • Pages should revalidate for duplicate names on adding a new page
    • Adding and removing pages does not reset the page name counter

Release 0.1.1934601

12 Dec 09:35
0cafb99
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

0.1 December 2019

Included in this version:

  1. Applied feedback on generated code
    • React:
      • Add home page
      • Refactor MasterDetail, Grid and List page to receive model in child components
      • Code style improvements
    • Angular:
      • Add home page
      • Refactor MasterDetail, Grid and List page to receive model in child components
      • Fix e2e tests
      • Code style improvements
      • Use async pipes
      • Add Http Interceptor
    • Vue:
      • Add home page
      • Refactor MasterDetail, Grid and List page to receive model in child components
  2. Bug fixes in generated code
    • Errors on app restart in generated Flask apps
    • Include Cosmos Node SDK when Cosmos is added
  3. Support for AppService creation from Microsoft Learn module
  4. Add logs and error handling for "Deploy App" command
  5. Bug fixes in wizard:
    • Pages are draggable way beyond where they should be
    • Dragging pages on the right side bar makes the item being dragged go under the right side bar
    • Change project name in package.json to lowercase
    • Change open/close behaviour of right summary bar

Release 0.0.1929801

28 Oct 11:08
a5f26c5
Compare
Choose a tag to compare

Please head https://aka.ms/webtsinstall to install the VSIX.

Included in this version:

  1. Added Moleculer framework
  2. Improved feedback on sync templates errors:
    • Show error message when generation engine cannot be started
    • Add "Show Log" button to error dialog
  3. Fix redirect to home page in React templates
  4. Bug fixes:
    • Cropped "Read More" link in project type cards
    • Duplicated Azure subscriptions