Skip to content

Releases: unitystation/unitystation-web

v1.12.0

27 Oct 21:49
Compare
Choose a tag to compare

1.12.0 (2024-10-27)

Bug Fixes

  • stupidly fix changelog page not loading enough builds to create the scrollbar (a871f56)

Features

  • Button component now supports choosing uppercase and side icons. (1151eab)
  • close dropdown after clicking on an element (bf4e98e)

v1.11.0

12 Oct 07:16
Compare
Choose a tag to compare

1.11.0 (2024-10-12)

Features

  • added button to go to blog posts from the latest news section (0019de3)
  • remove unneeded margin (9729be4)
  • slight redesign of landing page (9fb157b)

v1.10.0

09 Mar 23:33
Compare
Choose a tag to compare

1.10.0 (2024-03-09)

Bug Fixes

  • 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)

Features

  • 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)

v1.9.0

08 Mar 21:39
Compare
Choose a tag to compare

1.9.0 (2024-03-08)

Bug Fixes

  • submitting login works with enter again (a7cfedb)

Features

  • 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)

v1.8.0

19 Jul 22:37
Compare
Choose a tag to compare

1.8.0 (2023-07-19)

Bug Fixes

  • readded external link icon and opening in new tab (72232e7)

Features

  • add hero image behind the call to action button (1801c98)
  • add vercel analytics (3b46c00)
  • finish home page and rewrite site in nextjs 13 (dd83f0b)

v1.7.0

11 May 22:30
Compare
Choose a tag to compare

1.7.0 (2023-05-11)

Features

  • separate dowload button from socials buttons and add icon prop to buttons (0f7b7f4)

v1.6.0

22 Apr 19:59
Compare
Choose a tag to compare

1.6.0 (2023-04-22)

Features

  • properly display lists and embeded youtube videos (d41256a)

v1.5.0

11 Apr 19:24
Compare
Choose a tag to compare

1.5.0 (2023-04-11)

Features

  • adds infinite scrolling for blogposts (cf7f45b)

v1.4.0

12 Feb 06:14
Compare
Choose a tag to compare

1.4.0 (2023-02-12)

Bug Fixes

  • fix the word "in" being glued to the contributor's name (#38) (07e285a)

Features

  • blog: added badge with blog post type (b13a644)
  • blog: made each post title a link to the blog post itself. (d0ccf16)

v1.3.1

01 Feb 14:14
Compare
Choose a tag to compare

1.3.1 (2023-02-01)

Bug Fixes