Skip to content

Releases: megel/powerapps-helper

v1.10.1

29 May 19:19
Compare
Choose a tag to compare

1.10.1

  • Fixed an issue, when "Generate template for VSCode REST Client" was called without an environment
  • Fixed an issue, when "Query Entity" was called without an environment

1.10.0

  • New tree item "Entities" added for environments.
  • New command "Generate template for VSCode REST Client" added, which generate HTTP Calls for Dataverse entities in a new Document. This HTTP calls can be executed with VSCode REST Client extension.
  • New command "Query Entity" added, which execute a REST call and provide the result as JSON content in a new document.
  • Fixed an issue in column query for entities.
  • Fixed an issue in dependency calculation for diagram.

v1.9.2

03 Apr 08:05
7958293
Compare
Choose a tag to compare
  • Diagram creation and drawing refactored.
  • Support for unmanaged solutions (dependencies will be queried from components)
  • Diagram (Graphviz syntax) export to a new document added.
  • Some dependency calculation problems solved.
  • Additional settings added to modify the graph appearance.

v1.9.1

27 Mar 19:06
Compare
Choose a tag to compare

Fixed: Some component dependencies were not shown correctly in the diagram.

v1.9.0

27 Mar 05:28
Compare
Choose a tag to compare
  • Added: Visualization of solution dependencies added as a new view based on Graphviz. (Note: you need to download and install Graphviz for this feature).
  • Fixed: Custom connectors connection parameters caused an error, when empty during loading the tree.

v1.8.3

10 Sep 19:56
Compare
Choose a tag to compare
  • Fixed: Policies were removed during OAuth Update.

v1.8.2

08 Sep 14:16
Compare
Choose a tag to compare

Max Body Length for solution upload set to 100mb #20

v1.8.1

14 Jan 06:36
d2e9b76
Compare
Choose a tag to compare
  • Entity information improved (columns added)
  • Package keywords improved
  • minor documentation fixes
  • tooltips improved (Links to Solution Designer added)

v1.8.0

14 Jan 06:31
a9365ac
Compare
Choose a tag to compare
  • Version increased, because of tagging issue in Github :)
  • Fixed: Canvas Apps, Flows & Connectors weren't loaded when expanding a solution in tree view
  • Tooltip & Display name improved for Environments
  • Added: New dataverse information added:
    • Model Driven Apps
    • Entities

v0.6.5

26 Aug 13:12
6c2b46f
Compare
Choose a tag to compare

0.6.5

  • Rebuild for Power Platform Cli (1.9.4)

0.6.4

  • Use correct login method for VS Code Azure Account extension

v1.6.3

24 Jul 06:54
fbd6413
Compare
Choose a tag to compare

v0.6.3

  • Improve description in Download and Unpack "quick pick" dialog see PR #7
  • Correct message to "unpacked" rather than "packed" see PR #6
  • Comment unused webpack dependencies in gulpfile see PR #10
  • Update Microsoft.PowerApps.CLI to 1.8.5 see PR #10
  • Fix environment comparison case sensitivity see PR #10

Thanks for contributing Chris P & Ioannis Kappas