Skip to content

Releases: felixSchober/VSCode-PowerAppsPortal-Extension

v0.6.0

02 Aug 12:30
Compare
Choose a tag to compare
Bump terser from 5.5.1 to 5.14.2

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

v0.5.0

01 Aug 21:04
Compare
Choose a tag to compare
update Readme

v0.2.3

16 Feb 21:15
54e32f2
Compare
Choose a tag to compare
Merge pull request #116 from felixSchober/develop

V.0.3.2 - Hotfix

v0.2.2

14 Feb 13:58
23f6b8a
Compare
Choose a tag to compare
Merge pull request #113 from felixSchober/features/msal

Change vscode engine

v0.2.1

10 Feb 21:10
110a207
Compare
Choose a tag to compare

Folder Mode for Web Files:
Web Files are now represented according to the path within the Portal. E.g. if the parent page of an image is called assets, the image will now be placed in Web Files/assets/. Creating new folder structure also creates the corresponding web page hierarchy in Dynamics.

Folder Mode for Web Files

Migration for Folder Mode:
There is a migration assistant that asks the user if he wants to migrate from the previous mode to the new folder mode. This assistant is triggered once the source control pane is clear (no changes) and the extension starts.

It is also possible to manually switch by changing a setting "powerappsPortals.useFoldersForFiles": true. Then, restart vscode and click on "Discard local changes" once everything is loaded.

Periodic Refresh:
Now, the extension loads data from Dynamics every two minutes to make sure that the data is always at the most recent state. However, for use cases with multiple developers it's still a good idea to use a repository in combination with this extension.

Incremental Refresh:
When the application reloads, only the most recent changes are loaded. Users can still click on "Refresh" in the source control pane or in the status bar to get a full refresh.

Hide Commit Warning::
The warning that committing data will override the data in Dynamics can now be overridden so that it doesn't show each time a user commits something.

Hide commit warning

Inactive Record filtering:
Inactive records are now filtered out by default.

Bug Fixes
I fixed some of the old bugs but there will be new bugs. Sorry for that ;)

v0.1.8

18 Jan 10:25
87ce27a
Compare
Choose a tag to compare
Merge pull request #82 from felixSchober/develop

Include ds_store file hotfix

v0.1.7

30 Nov 18:33
e6c41c9
Compare
Choose a tag to compare
Merge pull request #48 from felixSchober/develop

Develop

v0.1.4

10 Nov 14:45
02d1ffc
Compare
Choose a tag to compare
Merge pull request #14 from felixSchober/develop

Develop

v0.1.2

09 Nov 19:38
Compare
Choose a tag to compare
use secrets in publish

v0.1.0

09 Nov 17:25
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
use webpack