Skip to content

Commit

Permalink
3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosOrozco88 committed Feb 16, 2024
1 parent ea0c42f commit 83d582f
Show file tree
Hide file tree
Showing 7 changed files with 645 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workbench.iconTheme": "material-icon-theme",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[xml]": {
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.1.0 (16/02/2023)

- Projects of type `sap.app.type="component"` and `sap.flp.type:"plugin"` now loads like a plugin in local launchpad automatically.
- Username configured in `.env` file is forced in launchpad (actually is DEFAULT_USER).
- Updated default `ui5-tools.ui5Version` from 1.71.69 to 1.71.62
- Updated sandbox.js files
- Dependencies upgrade

## 3.0.6 (16/11/2023)

- Sorted projects in homescreen
Expand Down
Loading

0 comments on commit 83d582f

Please sign in to comment.