v0.2.0
0.2.0 (2023-07-08)
Bug Fixes
- added a custom response for AccountRegistration (678cd09)
- added custom cursor to the lading page only as it seems to be distracting for pages and workflow. (d899f3e)
- added custom message for bad credential for authentication endpoint (0286d0f)
- added the logo create by Nuraiya to Footer.jsx as well. (f6df5d9)
- also added logo to the responsive mobile view. (9948f85)
- fixed an issue with the p tag's padding (83d9caf)
- fixed email formatting issue where the anchor tag was left empty (a4e8d3f)
- fixed Question Entity issue with the builder pattern (bb49707)
- fixed some visual glitches and improved css animation performance and added more fields (bd53c6b)
- fixed the error message issue with next-auth 👽 (8d81239)
- fixed the issue unable to add meta-data due to client component by adding an layout (66f2f0c)
- fixed the issue where favicon.ico provided by Nuraiya was not displaying properly. (bb5f01b)
- fixed the issue where next/link was pointing older urls (ec070c2)
- fixed the issue where sample data was not being inserted correctly. (6425d76)
- fixing email verification flow (backend) (6673487)
- got rid global body selector and scoped styles to their own page for now (434aa90)
- got rid of comment that was causing the issue (d7cf4f3)
- moved next-auth from pages directory to new app directory (e1382e9)
- updated AuthenticationResponse so that clients can better understand the state of the api response. (122677d)
Features
- added a basic registration form (b90224a)
- added a CustomCursor.jsx which creates a nice looking rounded custom cursor for the lading page only. (b9fe78f)
- added account verification via email [backend] (b4c3b05)
- added cors and necessary configuration in the controller. (d6ea694)
- added custom account registration email template which has more styles and looks better overall. (f1392fa)
- added IP-based filtering (1d60204)
- added re-usable custom quiz components (c9992e5)
- added the logo in the
Navbar.jsx
along with some animation and hover effects. (ab18194) - created a very basic attractive looking glassmorphic login form (ceca240)
- migrated to server side authentication (3331ea3)
- mode the login card draggable using framer motion. (6057c51)
What's Changed
- Merge pull request #1 from Inmoresentum/main by @Inmoresentum in #2
- ci: added dependabot.yml by @Inmoresentum in #3
- chore(deps): bump spring-boot-starter-parent from 3.0.5 to 3.1.1 by @dependabot in #4
- Second Sprint Release by @Inmoresentum in #7
- Merge pull request #7 from Inmoresentum/main by @Nuraiya in #13
New Contributors
- @dependabot made their first contribution in #4
- @Nuraiya made their first contribution in #13
Full Changelog: v0.1.0...v0.2.0