0.7.2 • Published 1 year ago

@fidesui/components v0.7.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

FidesUI Components

Adding a new component

  1. Match the structure of src/example-component
    • index.ts - Should re-export names that are part of the public interface of the component.
    • Component.tsx - And any other files required for the new functionality.
    • Component.stories.tsx - Stories that demonstrate the new functionality.
  2. Export the new component's interface from src/index.ts.

Publishing an update

Merging a pull request with component changes should automatically:

  • Bump the package version
  • Create a git tag
  • Update the changelog
  • And publish to NPM

By default this will create a "chore" update: bump the patch version and generate the changelog.

To create a more robust changelog, you can use Conventional Commits syntax when closing your PR with a squash message.

Importing an update

Once CI has finished, the updated version should appear on NPM. Bump the dependency version in your other app's package.json, run npm install, and see the updates appear.

0.3.0

1 year ago

0.7.2

1 year ago

0.7.1

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.2.2

1 year ago

0.1.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago