Releases: Inmoresentum/InteractiveQuizApplication
Releases · Inmoresentum/InteractiveQuizApplication
v0.4.0
0.4.0 (2023-07-26)
Bug Fixes
- did some visual adjustments in the hero component (624de8e)
- docker now won't try to load 40k users (e253c43)
- DynamicProxy: fixed bean injection issue (deac996)
- fixed the bug with tailwindcss (d38ec7d)
- fixed the invalid dom properties issue (71ab625)
- fixed the RACE condition issue with faker (c6ac16b)
- performance: ⚡ fixed the Async issue (bea4235)
- the max pool size issue for even better performance (3ec910c)
Features
- added a smooth moving blob object in the hero section (333529d)
- added cookie-consent (fb3660b)
- added custom scroller (56ed32f)
- added option to generate pdf reports (5d67086)
- added QuizCarousel (20ab3ac)
- added ReviewSlider created by Nuraiya (5c13600)
- added some accessibility, improved-edge case (52a0052)
- added user account verification via email (ed19bf0)
- Created Admin Dashboard Activity markup and did some SEO (834a8d0)
- Created Markup admin dashboard and its components (d676ad5)
- customized the scroller to be more transparent (8339973)
- leaderboard: did the necessary data modeling through JPA (a39f908)
- Notification: Added the ability to show notification (87ebd62)
- pdf-generator: Include logo in PDF generation (dc0f54b)
- resources: Add image folder with logo (f514ca6)
- UI: added styles in Quiz Core Components (db6d9fb)
What's Changed
- Third Sprint Release Followup by @Inmoresentum in #23
- chore(deps): bump opencsv from 5.5.2 to 5.7.1 by @dependabot in #20
- chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.1.1 to 3.1.2 by @dependabot in #27
- chore(deps): bump eslint from 8.43.0 to 8.45.0 in /FrontEnd/interactive-quiz-app by @dependabot in #18
- chore(deps): bump tailwindcss from 3.3.2 to 3.3.3 in /FrontEnd/interactive-quiz-app by @dependabot in #21
- chore(deps): bump postcss from 8.4.24 to 8.4.27 in /FrontEnd/interactive-quiz-app by @dependabot in #24
- chore(deps): bump eslint-config-next from 13.4.6 to 13.4.12 in /FrontEnd/interactive-quiz-app by @dependabot in #25
- chore: fixed the contributor redirect url by @Inmoresentum in #28
- chore: stopping ci from triggering until the 4th sprint report is sub… by @Inmoresentum in #29
Full Changelog: v0.3.0...v0.4.0
v0.3.0
0.3.0 (2023-07-17)
Bug Fixes
- added necessary dependencies (5913056)
- added servlet configuration to upload and download files that are higher than default 512kb (2a63c7b)
- Configured Spring Security to allow FileStorageController to be accessible via outside (b64a051)
- eslint: fixed the issue with the eslint max line count (effb3f1)
- fixed import alias (5d62088)
- fixed serialization bug on CorrectAnswerSerializer.java (00d7edc)
- fixed the data entry issue (3f73f7f)
- fixed the default alternative env value (0b17176)
- fixed the environment variable naming issue on the linux file system (9d6f643)
- fixed the front-end build workflow to be more concise (524ab57)
- fixed the issue minio client was not connecting to minio server due to wrong url address (4ece749)
- fixed the issue proper props were not being passed (d0edfdc)
- fixed the issue with globals.css which occurred due to refactor (6a8d317)
- fixed the issue with nextConfig image origins (6dbb152)
- fixed the json serialization issue (36a3f10)
- got rid of duplicated styles (9a23834)
- temporarily fixed dynamic metadata generation (b1753a5)
- used de-structuring to get the desired quiz object (4057b23)
Features
- added data validation for quiz entity (9ce69c4)
- added default css for quiz components (ee1de7f)
- added DTOs to effectively transfer data for quizzes (3ba024e)
- added feature for downloading user report csv file (955b8c8)
- added fetch request to fetch quiz data (b83db8a)
- added publicly accessibly quiz api (d40b4c8)
- added the ability to store any kind of files (dbec2ad)
- did the basic data modeling for Quiz Entity (1254318)
- successfully integrated react-quiz-component with the existing project (f5ed638)
- very basic styles to QuizProvider component (c026df7)
What's Changed
- chore(deps): bump react-icons from 4.9.0 to 4.10.1 in /FrontEnd/interactive-quiz-app by @dependabot in #9
- chroe(CODE_OF_CONDUCT): added code of conduct by @Inmoresentum in #14
- chore: added custom templates by @Inmoresentum in #15
- chore(deps): bump framer-motion from 10.12.17 to 10.12.18 in /FrontEnd/interactive-quiz-app by @dependabot in #12
- Third Sprint Release by @Inmoresentum in #19
Full Changelog: v0.2.0...v0.3.0
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
v0.1.0
0.1.0 (2023-07-07)
Bug Fixes
- added custom permission (ea04b3e)
- changed the group id from starter given default to our own. (d2b075f)
- changed the triggering to tag push (2fcac0a)
- fixed indentation related issue. (f0da586)
- getting rid of wrong triggering issue (d8ae3ca)
- README: fixed the indentation issue (4da2c02)
- updated the triggering actions and manually creating adding tag (947e49a)
Features
- added custom styles to
Testimonial.jsx
and added wavy sections. (23b0795) - added NextJS frontEnd. (d3ae39b)
- added SEO(search engine optimization). (b03854c)
- added special hover effect on the premium section h1. (fa9bcc9)
- Added the ability to add new quizzes. (60892de)
- added translation effect on the Anchor tag. (01e1cb9)
Full Changelog: v.0.1.3...v0.1.0