Skip to content

Releases: iamleigh/react-soar

v0.2.3

10 Jan 06:06
f545d03
Compare
Choose a tag to compare

What's Changed

  • fix(dashboard): Improve charts and cards lazy loading (#24)

  • feat(loader): Create new component

  • fix(loader): Add inner spacing to container

  • fix(bar-chart): Update with loader component

  • fix(pie-chart): Update with loader component

  • fix(line-chart): Update with loader component

  • fix: Update charts loading message on resize

  • fix(dashboard): Lazy load cards and charts

  • feat(quick-transfer): Create new component (#25)

  • fix(quick-transfer): Create new component

Move content related to “quick transfer” block from Dashboard page into its own component.

  • fix(dashboard): Import “quick transfer” component

  • fix(quick-transfer): Improve code

  • Replace component.
  • Add new state variables to handle the payee state.
  • Disable button unless a payee is selected and amount is more than 0
  • Rename styled component
  • Map imports using alias
  • fix(quick-transfer): Give styles to payee contact

  • fix(quick-transfer): Empty transfer value when unselecting payee

  • fix(quick-transfer): Reset payee on successful transfer

  • fix: Add mock transfer data (#26)

v0.2.2

06 Jan 00:11
fdb5ff4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

01 Jan 00:06
ab1b3d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0 (#19)

31 Dec 23:59
0a550ff
Compare
Choose a tag to compare
* fix(settings): Add content to page (#15)

* feat(tab-button): Create new component

* feat(tab-panel): Create new component

* feat(tabs): Create new component

* feat(settings): Create new page

* fix(tabs): Incorrect prop

* fix(tab-panel): Remove unused token

* fix(settings): Update tabs content

- Upload user avatar.
- Upload empty avatar.
- Update mock api for user data.
- Update button props for inline variation.
- Update input color.
- Update input field to accept extended props.
- Update input field styles for horizontal variation.
- Update tab panel for left and right inner spacing.
- Create “ProfileSettings” layout.
- Add coming soon content to settings without design.
- Add “ProfileSettings” content to its correspondent tab.

* feat(404): Create new page (#16)

* feat(404): Create new page

* fix(app): Call 404 page when route doesn’t exists

* fix: Update readme (#17)

- Polish workflow section content.
- Add simpler indications to init the project.
- Add vercel and project version badges.

* fix: Implement basic coding standards (#18)

* feat: Setup basic editor configurations

* feat: Run ESLint on different actions

- Run the workflow when pushing to “feature/*” branch.
- Run the workflow when pushing to “master” branch.
- Run the workflow when puhsing to “develop” branch.
- Run the workflow when submitting a PR to “develop” branch.
- Run the workflow when submitting a PR to “master” branch.

* lint: Resolve ESLint issues

* fix: Remove “feature” branch from eslint workflow

* lint: Resolve ESLint issues

* lint: Resolve ESLint issues

* lint: Check peer dependencies

Update eslint related peer dependencies:
- eslint-plugin-react-hooks
- eslint-plugin-react

* lint: Update workflow with `--legacy-peer-deps`

* lint: Ensure the Formatter is Installed

* lint: Ensure the Configuration Targets Correct Files

* lint: Update GitHub Workflow

Replace the ESLint command in the GitHub Actions workflow with the updated version

* lint: Check if ESLint Runs Correctly in the Workflow

* lint: Ensure the Output File Is Created

* lint: Specify src path and check for exit codes

* lint: Add ESLint results

v0.1.0

31 Dec 11:27
cf9031e
Compare
Choose a tag to compare
fix: Enable production mocking (#14)