Skip to content

Releases: famlam-ca/hhn

1.0.13

07 Jun 01:24
Compare
Choose a tag to compare

1.0.13 Changelog

Animated landing page

Untracked

  • Added full text logos
  • HomePage hero.tsx
  • HomePage content.tsx
  • HomePage content tab.tsx
  • scroll-area.tsx (Unused) for now
  • TABS constant

Modified

  • HomePage
  • Portrait button now links to portfolio

Deleted

  • text-balance custom class

Full Changelog: 1.0.12...1.0.13

1.0.12

27 May 21:55
Compare
Choose a tag to compare

1.0.12 Changelog

Untracked

  • CHAINGLOG.md
  • About layout
  • CERTS constant

Modified

  • Wrapped root layout children in <main> tag
  • Centered text inside not-found.tsx
  • Next up: and Back to: are mobile responsive
  • seed.ts
  • Moved cert-showcase.tsx
  • PROJECTS Enterprise Network Projects 2024 constant

Deleted

  • About banner from all about pages

Full Changelog: 1.0.11...1.0.12

1.0.11

10 May 05:26
Compare
Choose a tag to compare

1.0.11 Changelog

Untracked:

  • Added .prettierrc
  • Added EnergyConnections project pdf and png
  • Added tailwind typography
  • Added content to projects page
  • Sign out page useEffect pushes to callback on signout and refreshes page
  • Added PROJECTS constant
  • Updated packages

Modified:

  • Updated MIT License copyright holder
  • Updated README.md
  • Changed SessionProvider value to sessionData
  • Moved about page and _components into (main) organizational folder
  • Added prose class to article tag on about pages
  • Footer copyright icon
  • db index.ts

Deleted:

  • prettier.config.js
  • useCopyToClipboard in contact onClick

Bug fixes

Full Changelog: 1.0.10...1.0.11

1.0.10

26 Apr 06:17
Compare
Choose a tag to compare

1.0.10 Changelog

Untracked:

  • Added MIT License
  • Added HHN.png

Modified:

  • package.json project version
  • Replaced ' with &apos;
  • README.md
  • Added @@index to database schema
  • Renamed providers.tsx to index.tsx
  • Renamed UserNav to UserMenu
  • Updated user-menu.tsx
  • Username no longer is required to be 8 characters long

Deleted:

  • @lucia-auth/adapter-drizzle ^1.0.7

Full Changelog: 1.0.9...1.0.10

1.0.9

20 Apr 05:34
Compare
Choose a tag to compare

1.0.9 Changelog

Untracked:

  • Certs
  • Cert-showcase.tsx
  • Projects page
  • projects-content.tsx (WIP)

Modified:

  • <UserNav /> profile route pushes to /u/username
  • Renamed email-service.tsx to email-service.ts
  • /project and /support routes are now /about/project and /contact/support
  • Next up buttons on about pages show at the top and bottom of the screen
  • Filled out about me content

Deleted:

  • Unecessary import in email-service.ts

Bug fixes

  • Sidebar target arrow not aligned

Full Changelog: 1.0.8.1...1.0.9

1.0.8.1

19 Apr 23:22
Compare
Choose a tag to compare

1.0.8.1 Changelog

Modified:

  • README.md

Bug fixes

  • <SignIn /> button showing when user is signed in

Full Changelog: 1.0.8...1.0.8.1

1.0.8

19 Apr 23:13
Compare
Choose a tag to compare

1.0.8 Changelog

Untracked:

  • SupportTIcketStatus
  • Support ticket table, details page and status actinos
  • emailRenderer() for sendEmail()
  • Support ticket services
  • SupportTicket and TicketStatus types

Modified:

  • supportTIcket now includes status and statusMessage (WIP)
  • <UserNav /> will be visible on small devices on all navbars
  • Contact page now includes projects route
  • Contact page is correctly mobile responsive
  • Dashboard server table component imports
  • Replaced mobile nav profile route with <UserNav />
  • Removed toast from <RefreshButton />
  • Changed sendEmail() 'email' property to 'to'
  • sendEmail() email renderer moved its own function
  • EditProfileSchema image allowed URLs includes GitHub (WIP)

Deleted:

  • use-user-token.ts
  • token-service.ts

Bug fixes

  • Sidebar label no longer shows on small devices on reload
  • Sidebar on signOut redirects to /username from /u/username to prevent errors
  • Mobile nav now closes on click

Full Changelog: 1.0.7...1.0.8

1.0.7

17 Apr 00:14
Compare
Choose a tag to compare

1.0.7 Changelog

Untracked:

  • Support page and form
  • Support ticket email template
  • supportTicket database table
  • /admin/support route
  • Admin support ticket table WIP
  • Admin support ticket columns WIP
  • Admin support ticket actions WIP
  • sendSupportTicketEmail()
  • SupportFormSchema
  • fast-levenshtein 3.0.0
  • types/fast-levenshtein 0.0.4
  • @types/qs ^6.9.15

Modified:

  • URLs in email templates
  • text-email.tsx now has preview props
  • Many support routes actually push to /support
  • Root layout metadata
  • Moved admin user table into its own component sub folder
  • Admin user table imports
  • <SignUpForm /> form field placeholders
  • Footer routes include /support

Deleted:

  • /terms routes

Full Changelog: 1.0.6...1.0.7

1.0.6

16 Apr 07:39
Compare
Choose a tag to compare

1.0.6 Changelog

Untracked:

  • About page content
  • About me page WIP

Full Changelog: 1.0.5...1.0.6)

1.0.5

16 Apr 05:22
Compare
Choose a tag to compare

1.0.5 Changelog

Untracked:

  • content to /contact
  • "none" size to <Button />

Modified:

  • /api/verify-email to invalidate user session before creating a new one
  • edit-user-profile onSubmi() and onClick()
  • edit-user-profile form fields are now disabled during submission
  • edit-user-profile Send new verification email button is disabled on click
  • /profile displays username intead of email
  • updateUser() to call sendNewVerificationEmail() when email is submitted

Deleted:

  • createBlankSessionCookie() from invalidateAllUserSessions()
  • db.session.deleteMany() from sendNewVerificationEmail()

Full Changelog: 1.0.4...1.0.5)