Skip to content

📦 v1.1.0

Compare
Choose a tag to compare
@actuallyReallyAlex actuallyReallyAlex released this 24 Jul 05:11
· 289 commits to master since this release

[1.1.0] - 2020-07-23

🦸‍♂️ User Profiles and Saved Jobs

Added

  • Ability to create a new profile
  • Ability to login
  • Ability to reset your password
  • Ability to edit profile information
  • Ability to save your favorite jobs to your profile
  • <Navigation /> component
  • Login page
  • Signup page
  • SavedJobs page
  • <Button /> component
  • Additional Cypress Testing

Changed

  • Path for Details page is now /jobs/:id instead of /:id
  • <Input /> now has optional autoComplete and type props
  • JobCard style is slightly different in regards to information displayed in columns vs. rows
  • Website is now hosted on www.githubjobs.io

Removed

Fixed