@moneyforward/cloud-react-ui
v2.0.0
Published
React ui components for Money Forward Cloud
Downloads
1,566
Keywords
Readme
@moneyforward/cloud-react-ui
UI components for Money Forward Cloud built with React.
Component Catalog(Storybook)
https://moneyforward.github.io/cloud-react-ui/
Contributing
npm install
npm run storybook
Versioning
We use semantic-release, and semantic-release uses Angular Commit Message Conventions. We restrict commit message to Conventional Commits using commitlint and husky.
example:
| Commit message | Release type | Versioning |
| -------------- | ------------ | ---------- |
| fix: stop graphite breaking when too much pressure applied
| ~~Patch~~ Fix Release | v1.0.0 -> v1.0.1 |
| feat: add 'graphiteWidth' option
| ~~Minor~~ Feature Release | v1.0.0 -> v1.1.0 |
| perf: remove graphiteWidth option
BREAKING CHANGE: The graphiteWidth option has been removed.
The default graphite width of 10mm is always used for performance reasons.
| ~~Major~~ Breaking Release | v1.0.0 -> v2.0.0 |
| chore: update packages
| No Release | v1.0.0 -> v1.0.0 |
License
This project is licensed under the terms of the MIT license.