npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

pcf-start

v1.32.5

Published

This package contains a module for locally hosting PowerApps Component Framework (PCF) controls. See project homepage how to install.

Downloads

25,468

Readme

| Harness for PCF (PowerApps Component Framework) controls | |--- |

Overview

This package contains the scripts required to test and debug a custom PowerApps Component Framework (PCF) control for Microsoft PowerApps on your local development PC. The scripts are designed to be used in conjunction with the Microsoft Power Platform CLI tool, which is separately available via an MSI installer.

Please visit the publicly available documentation for the Microsoft Power Platform CLI tool to learn more. You can also install the Power Platform CLI via our pac CLI VS Code extension.

Without Microsoft Power Platform CLI tool this package should only be used for reference purposes.

Release Notes:

1.32.5:

  • Updated dependencies.

1.14.2:

  • support for React(virtual) and Fluent UI code components using platform libraries.

1.13.6:

  • pcf-start no longer uses browser-sync (replacing the no longer maintained live-server npm package) this also addresses the npm audit warnings on npm install (caused by outdated live-server)

1.9.4

  • local test harness: npm run start also works now on macOS and linux

1.8.6:

  • Gracefully handle telemetry connection errors

1.7.4:

  • pcf-start: fixed uuid/v4 package not found
  • Various accessibility fixes
  • Harness only allows positive numbers for component container height & width in context inputs.

1.4.1:

  • Support for 'common-property' in ControlManifest and test harness
  • Harness now uses default height & width settings, if defined in the manifest

1.3.1:

  • Fix crash in debug harness for Boolean/TwoOptions field data

1.2.6:

  • Localization updates
  • Updated the version of PCF shipped with the debug harness to avoid null reference exceptions that only arise when loading a virtual control in a non-XRM scenario

1.1.6:

  • Previous context and data inputs in the test harness now can be preserved across sessions

1.0.6:

  • Various accessibility improvements in the control harness
  • Control harness supports loading default property values defined by the default-value attribute

0.4.3:

  • Added optional watch capabilities to the control harness (use 'npm start watch')
  • Added anonymous telemetry to pcf; to opt out use PowerApps CLI, see: PowerApps CLI telemetry
  • More accessibility support and fixes

0.3.4:

  • Accessibility fixes
  • Debug harness supports data-set inputs
  • Debug harness can consume CSV for data-set inputs
  • Debug harness allows selecting different form factors (Unknown, Web, Tablet, and Phone)
  • Debug harness UI is aligned with PowerApps GUI theme

0.2.71:

  • Test harness is updated to use the latest version of the PowerApps Component Framework
  • PCF UI is localized for: English, French, German, Japanese, Spanish

0.2.59:

  • Support dataset controls in the local control harness with default mock data. This enables visualization and debugging of a dataset control outside of CDS environment
  • Added initialization of control context attributes with default values in the local control harness

0.1:

  • Initial set of capabilities for custom control development using the PowerApps Component Framework (PCF).