1.12.0 (2024-10-27)
- stupidly fix changelog page not loading enough builds to create the scrollbar (a871f56)
- Button component now supports choosing uppercase and side icons. (1151eab)
- close dropdown after clicking on an element (bf4e98e)
1.11.0 (2024-10-12)
- added button to go to blog posts from the latest news section (0019de3)
- remove unneeded margin (9729be4)
- slight redesign of landing page (9fb157b)
1.10.0 (2024-03-09)
- fix bug where password confirmation field would get the username helper text. (2d7e47a)
- fix navbar links being relative instead of absolute path (1b7d78a)
- fix wrong URL on reset-password action which caused the process to always fail (03a7ecb)
- add page to resend confirmation email (55bc1c2)
- add page to type your new password as a second step in password-reset process (79c2118)
- finish reset-password page and functionality (25f96c7)
1.9.0 (2024-03-08)
- submitting login works with enter again (a7cfedb)
- add new auth context provider to handle authentication state application wide (dec6c17)
- add new login and register pages (still non-functional) (5f63c24)
- add page to confirm your mail after registering (#68) (c2f8d98)
- allow panel to receive props such as className from outside (0d7d26e)
- functional login (b4d74e8)
- functional password reset (3685893)
- functional register (226f67d)
- safe sessions handling in server with communication to central command (2b9e133)
1.8.0 (2023-07-19)
- readded external link icon and opening in new tab (72232e7)
- add hero image behind the call to action button (1801c98)
- add vercel analytics (3b46c00)
- finish home page and rewrite site in nextjs 13 (dd83f0b)
1.7.0 (2023-05-11)
- separate dowload button from socials buttons and add icon prop to buttons (0f7b7f4)
1.6.0 (2023-04-22)
- properly display lists and embeded youtube videos (d41256a)
1.5.0 (2023-04-11)
- adds infinite scrolling for blogposts (cf7f45b)
1.4.0 (2023-02-12)
- blog: added badge with blog post type (b13a644)
- blog: made each post title a link to the blog post itself. (d0ccf16)
1.3.1 (2023-02-01)
- improved meta tags (caecda1)
1.3.0 (2023-02-01)
- added basic metadata with OpenGraph protocol (e823bb6)
- blog: new dynamic page to display a single blog post (bc7bd40)
1.2.0 (2023-01-30)
- blog: first iteration of blog page (500d360)