UI components for Money Forward Cloud built with React.
https://moneyforward.github.io/cloud-react-ui/
npm install
npm run storybookWe 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 |
v1.0.0 -> v1.0.1 | |
feat: add 'graphiteWidth' option |
v1.0.0 -> v1.1.0 | |
perf: remove graphiteWidth optionBREAKING CHANGE: The graphiteWidth option has been removed.The default graphite width of 10mm is always used for performance reasons. |
v1.0.0 -> v2.0.0 | |
chore: update packages |
No Release | v1.0.0 -> v1.0.0 |
This project is licensed under the terms of the MIT license.