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

@ichicraft/generator-widgets

v1.7.3

Published

Yeoman generator: Part of the Widget Development Kit for building widgets for Ichicraft Boards

Downloads

11

Readme

This is a Yeoman generator plugin to scaffold widgets using the Widget Development Kit. Using this generator, developers can quickly set up a new client-side widget project with sensible defaults and best practices.

This package is part of the Widget Development Kit, which is a collection of NPM packages that empower developers to create widgets for Ichicraft Boards.

Changelog

All notable changes to this project will be documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.7.3 - 2024-07-08

Changed

  • fixed an issue that made the generator to fail when not picking configuration options

1.7.2 - 2024-04-11

Changed (in scaffolds)

  • updated manifest.config.ts to upgrade @fluentui/react version in externals section
  • updated manifest.config.ts to set widgetBoardCompatibilityVersion to 7
  • deps: upped version of @ichicraft/widgets-widget-base to include latest features

1.6.5 - 2023-11-14

Changed (in scaffolds)

  • updated manifest.config.ts to use new iconName property instead of preview_small
  • added configuration in .eslintrc.json to prevent invalid React warnings

1.6.4 - 2022-12-21

Changed (in scaffolds)

  • some minor changes in manifest.config.ts

1.6.3 - 2022-07-12

Changed (in scaffolds)

  • deps: upped version of @ichicraft/widgets-widget-base to include latest features
  • deps: upped version of most other dependencies to fully support Node v16
  • included a new option "Use Prettier and ESLint" to keep everything tidy and compliant

1.5.0 - 2022-06-24

Changed (in scaffolds)

  • deps: upped version of @ichicraft/widgets-widget-base to include latest features
  • deps: upped version of webpack loaders

1.4.0 - 2022-04-09

Changed (in scaffolds)

  • Removed example for sending notifications: this feature will soon be deprecated and replaced with new functionality
  • Fixed self signed certificate usage based on new cert location in newer SPFx versions
  • deps: upped version of @ichicraft/widgets-widget-base to include latest features

1.3.0 - 2021-10-06

Changed (in scaffolds)

  • Included new properties in manifest.config.ts: externals and manifestVersion
  • manifestVersion with value 2 can be used together with new externals property to load dependencies from CDN
  • Check out our wiki for instructions on how to migrate your existing widgets to V2
  • deps: upped version of @ichicraft/widgets-widget-base to include latest features
  • deps: migrated from office-ui-fabric-react to @fluentui/react
  • deps: migrated from @uifabric/styling to @fluentui/common-styles
  • deps: upped versions of i18next and i18next-react
  • deps: upped versions of react and react-dom
  • deps: migrated from uglifyjs-webpack-plugin to terser-webpack-plugin

1.2.0 - 2021-01-25

Changed (in scaffolds)

  • added example implementation to scaffolded App.tsx of registering a custom command bar item to explain this new feature
  • deps: removed dependency @pnp/logging
  • deps: upped version of @ichicraft/widgets-widget-base to include latest features

1.1.1 - 2020-12-08

Changed (in scaffolds)

  • scriptUrl is a new and required property of the manifest. Be sure to set it correctly before registering your widget in the widget board administration.
  • deps: update dependency @ichicraft/widgets-widget-base to v1.0.5 to support scriptUrl property

<= 1.1.0 - 2020-10-14

No changelog was maintained for the earlier versions.