Skip to content

Releases: Power-Maverick/PCF-CustomControlBuilder

2.2025.10.045

04 Oct 17:53
5ea1c9d

Choose a tag to compare

What's Changed

  • Add configurable PowerShell ExecutionPolicy support with settings UI by @Copilot in #74
  • Fix Additional Packages dropdown becoming permanently disabled by @Copilot in #75
  • Fix PAC CLI detection for VS Code extension installations by @Copilot in #76
  • Update README with comprehensive documentation for modern features by @Copilot in #77

New Contributors

  • @Copilot made their first contribution in #74

Full Changelog: 2.2023.06.162...2.2025.10.045

2.2023.06.162

16 Jun 15:33

Choose a tag to compare

---- BUG FIXES ----
#57 - Fixed the issue with unhandled error and also now properly show validation error

2.2023.03.201

20 Mar 02:24

Choose a tag to compare

---- BUG FIXES ----
#57 - Fixed the issue with unhandled error and also now properly show validation error

2.2022.07.162

16 Jul 16:12

Choose a tag to compare

---- BUG FIXES ----
#57 - Fixed the issue with unhandled error and also now properly show validation error

2.2021.08.221

22 Aug 12:10

Choose a tag to compare

---- BUG FIXES ----
#57 - Fixed the issue with unhandled error and also now properly show validation error

2.2021.05.241

24 May 13:02

Choose a tag to compare

---- NEW FEATURES ----

  1. Separation of Display name and Control name for PCF Project initialization
  2. Ability to update control display name and description right from the tool after creation
  3. Full properties and type-group management
  4. Enable and Disable features
  5. Add or update Preview image with ease
  6. Added "Existing Solution" option
  7. Automatically detects if npm packages needs to be installed and prompts to run 'npm install'
  8. Ability to add solution Friendly name and Unique name
  9. Added solution package type option
  10. Build mode for creating a regular or optimized packages

---- UPDATES ----

  1. UI Rearranged
  2. Automatically identify if node_modules are missing and runs 'npm install'

---- BUG FIXES ----
None

Enhancements & Issues reported by the community fixed in this version:

  • #31: Add fields for control property (Rappen)
  • #35: Managed should be renamed to Release (Power-Maverick)
  • #46: Ability to select Managed/Unmanaged/Both (Power-Maverick)
  • #38: Use existing publisher option similar to use existing solution (OliverFlint)
  • #44: Create a new button to just install dependencies (Power-Maverick)

2.2021.02.052

05 Feb 16:16

Choose a tag to compare

---- NEW FEATURES ----
No new feature

---- UPDATES ----
No updates

---- BUG FIXES ----

  1. When solution identified; lock Publisher Friendly Name field
  2. GitHub #34 - Power Apps CLI not detected on this machine
  3. GitHub #39 - Terminology query Control location vs. Working folder
  4. GitHub #40 - Uncheck Existing Solution checkbox shows invalid directory error

2.2021.02.031

03 Feb 17:02

Choose a tag to compare

---- NEW FEATURES ----

  1. Publisher details separated out with accepting friendly names
  2. Publisher Friendly name accepts space but unique name does not accept spaces (#28)

---- UPDATES ----

  1. Publisher prefix only accepts lowercase to align it with Dataverse (#35)

---- BUG FIXES ----

  1. Bug fixed with use of "Existing Solution"

2.2021.02.023

02 Feb 21:52

Choose a tag to compare

---- NEW FEATURES ----

  1. Publisher details separated out with accepting friendly names
  2. Publisher Friendly name accepts space but unique name does not accept spaces (#28)

---- UPDATES ----

  1. Publisher prefix only accepts lowercase to align it with Dataverse (#35)

---- BUG FIXES ----
No bug fixes in this release

2.2021.01.122

12 Jan 21:08

Choose a tag to compare

---- NEW FEATURES ----
None

---- UPDATES ----
None

---- BUG FIXES ----
Urgent bux fixes with solution creation, build and deployment. GitHub Issue #26 and #27