Skip to content

SeeQR v14.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 19:05
bd9e69e
  1. Refactored UI to enhance user's experience by improving readability and predictability.
  2. Updated deprecated or unsupported dependencies and fixed breaking changes to ensure application remains easy to maintain and improve.
  3. Started the migration from Context API to Redux Toolkit for state management, ensuring future scaling and maintainability.
  • Three slices have been created to replace old reducers.
  1. Fixed Database Authentication for MySql, Postgres, RDS MySql and RDS Postgres.
  2. Added additional testing suites to improve the tests coverage.
  3. Enforced Typescript typing where it was missing.
  4. Moved all reusable types into one location to prevent duplication.