Releases: actuallyReallyAlex/gh-jobs
Releases · actuallyReallyAlex/gh-jobs
📦 v1.9.0
📦 v1.8.0
📦 v1.7.0
[1.7.0] - 2020-08-20
🐛 Bug Fixeroo Numbah 2
Added
Changed
Removed
Fixed
📦 v1.6.0
📦 v1.5.0
[1.5.0] - 2020-08-15
⏹️ Button Redesign
Added
- Ability to filter by jobs with a
type
of"Contract"
- #77
Changed
- Margin on Account Details - #71
- Don't make BE call if no jobs exist - #73
- Text when no results display in Hidde/Saved Jobs - #76
- Hiding a job will remove it from the current jobs list - #75
- Redesigned the
Button
component - #72
Removed
Fixed
📦 v1.4.0
📦 v1.3.0
📦 v1.2.0
[1.2.0] - 2020-07-31
💻 Jobs on DB
Added
Changed
- Details Side Link icons styling
- Moved away from bare
CSS
and implementstyled-components
instead - #39 - Jobs are now stored on the database - #40
- Notifications now use
react-toastify
- #36 - Searches where possible, will use the database instead of the GitHub Jobs API - #48
- The
Details
page now makes a request to the BE for job details - #51 - Going to the old domain should now route you to the new domain - #46
savedJobs
is now an array ofid
's instead of an array of the entireJob
object - #55
Removed
Fixed
- Ability to return to Profile Display from viewing your saved jobs - #56
📦 v1.1.0
[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 />
componentLogin
pageSignup
pageSavedJobs
page<Button />
component- Additional Cypress Testing
Changed
- Path for
Details
page is now/jobs/:id
instead of/:id
<Input />
now has optionalautoComplete
andtype
propsJobCard
style is slightly different in regards to information displayed in columns vs. rows- Website is now hosted on www.githubjobs.io
Removed
Fixed
📦 v1.0.0
[1.0.0] - 2020-07-19
🚀 Initial Release
Added
prettier
eslint
- Stubs for
optionsPanel.spec.js
- Stubs for
search.spec.js
- Test for
<Details />
Changed
<LoadingIndicator />
color better reflects theme- The
<Header />
is now clickable, and will send you to the Search page <JobCard />
won't display alert if image is missing
Removed
Fixed
- ESLint Errors
- Text in "How To Apply" section spilling over the container if a long url was present
- Clicking "Full Time" actually does filter by "Full Time" positions now. GitHub Jobs API for
full_time
does not work.