Skip to content

Releases: SafdarJamal/crud-app

v3.3.0

24 Jun 21:23
Compare
Choose a tag to compare

Bug Fixes

  • FIX: Uncaught TypeError: Cannot convert undefined or null to object (b56f658).

v3.2.0

23 Jun 20:49
Compare
Choose a tag to compare

Features

  • Upgrade to React v18 and Create React App v5 (#30).
  • Create auth persistence feature using Local Storage (13118cf, 396d546).
  • Create data persistence feature using Local Storage (aba613e).

Internals

  • Update dependencies.
  • Update continuous integration (CI) workflow (589e011).
  • Update License (80db282).

v3.1.0

23 Jul 18:39
Compare
Choose a tag to compare

Features

  • Upgrade to React v17 (#17).
  • Upgrade to Create React App v4 (#18).
  • Improve the application's user experience (UX) (819db00, 5670756).

Bug Fixes

  • Fix browserconfig.xml link issue (9b5a1ae).

Internals

  • Update dependencies (11f1a7b).
  • Upgrade to SweetAlert2 v10 (#15).
  • Upgrade to SweetAlert2 v11 (#16 ).
  • Prefix the homepage URL with a trailing slash (662492a).
  • Update the repository's homepage and README.

v3.0.0

30 Sep 14:55
Compare
Choose a tag to compare

Features

  • Rewrite the whole application to use React Hooks.
  • Refactor the whole application's code and transform it into clean code and simple design.
  • Make it Progressive Web App (PWA).
  • Improve the application's UI and UX.

Internals

  • Update dependencies.
  • Upgrade sweetalert2 from v8.x to v9.x.
  • Update the repository's homepage and README.
  • Create continuous integration (CI) workflow using GitHub Actions.