Releases: felixSchober/VSCode-PowerAppsPortal-Extension
v0.6.0
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
update Readme
v0.2.3
Merge pull request #116 from felixSchober/develop V.0.3.2 - Hotfix
v0.2.2
Merge pull request #113 from felixSchober/features/msal Change vscode engine
v0.2.1
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.
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.
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
Merge pull request #82 from felixSchober/develop Include ds_store file hotfix
v0.1.7
Merge pull request #48 from felixSchober/develop Develop
v0.1.4
Merge pull request #14 from felixSchober/develop Develop
v0.1.2
use secrets in publish
v0.1.0
use webpack