Skip to content

Commit 606851c

Browse files
docs(changelog): 1.9.0 [skip ci]
# [1.9.0](v1.8.0...v1.9.0) (2024-03-08) ### Bug Fixes * submitting login works with enter again ([a7cfedb](a7cfedb)) ### Features * add new auth context provider to handle authentication state application wide ([dec6c17](dec6c17)) * add new login and register pages (still non-functional) ([5f63c24](5f63c24)) * add page to confirm your mail after registering ([#68](#68)) ([c2f8d98](c2f8d98)) * allow panel to receive props such as className from outside ([0d7d26e](0d7d26e)) * functional login ([b4d74e8](b4d74e8)) * functional password reset ([3685893](3685893)) * functional register ([226f67d](226f67d)) * safe sessions handling in server with communication to central command ([2b9e133](2b9e133))
1 parent a7cfedb commit 606851c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.9.0](https://github.com/unitystation/unitystation-web/compare/v1.8.0...v1.9.0) (2024-03-08)
2+
3+
4+
### Bug Fixes
5+
6+
* submitting login works with enter again ([a7cfedb](https://github.com/unitystation/unitystation-web/commit/a7cfedb88e07cd274917a53a93207739e2ddf921))
7+
8+
9+
### Features
10+
11+
* add new auth context provider to handle authentication state application wide ([dec6c17](https://github.com/unitystation/unitystation-web/commit/dec6c1723dfb111339ed7b5331c8cb190faa4c94))
12+
* add new login and register pages (still non-functional) ([5f63c24](https://github.com/unitystation/unitystation-web/commit/5f63c2435f9e84b384282fe47a87d04aafeca514))
13+
* add page to confirm your mail after registering ([#68](https://github.com/unitystation/unitystation-web/issues/68)) ([c2f8d98](https://github.com/unitystation/unitystation-web/commit/c2f8d982407d0214eef16993360c9a8fdf574b05))
14+
* allow panel to receive props such as className from outside ([0d7d26e](https://github.com/unitystation/unitystation-web/commit/0d7d26eee287f6847e56182fff28993ee54df478))
15+
* functional login ([b4d74e8](https://github.com/unitystation/unitystation-web/commit/b4d74e84a5993a3cea0bae04553d07546256a589))
16+
* functional password reset ([3685893](https://github.com/unitystation/unitystation-web/commit/3685893d5751dbdcb9237169db491d7f7c8b0555))
17+
* functional register ([226f67d](https://github.com/unitystation/unitystation-web/commit/226f67dd46d49b9828c1bd7775d5afa13e54768b))
18+
* safe sessions handling in server with communication to central command ([2b9e133](https://github.com/unitystation/unitystation-web/commit/2b9e13375d155f948d896328230087848f8b01dd))
19+
120
# [1.8.0](https://github.com/unitystation/unitystation-web/compare/v1.7.0...v1.8.0) (2023-07-19)
221

322

0 commit comments

Comments
 (0)