0.7.2 • Published 3 years ago
@fidesui/components v0.7.2
FidesUI Components
Adding a new component
- Match the structure of
src/example-componentindex.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.
- 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
3 years ago
0.7.2
3 years ago
0.7.1
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.7.0
3 years ago
0.6.0
3 years ago
0.5.1
3 years ago
0.2.2
3 years ago
0.1.0
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.1
3 years ago