Releases: kylejb/space-station-tracker
Releases · kylejb/space-station-tracker
v1.1.0
New Features
- Refactor to TypeScript.
- Replace node-sass with tailwindcss.
- Begin to offload burden from React to server for some computationally intensive tasks.
- Create testing infrastructure.
- Add basic tests for server and web.
- Create CI/CD pipeline for PRs to main.
What's Changed
- feat(tests): scaffold server-side testing by @kylejb in #54
- feat(devops): incorporate git hooks to standardize code by @kylejb in #56
- chore: address select deepsource issues by @kylejb in #57
- feat(web/sighting-card): replace flex with grid by @kylejb in #58
- v1.1.0 by @kylejb in #55
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
Web Release
Easily find the best opportunities to view the International Space Station ("ISS") based on your postcode/zipcode from our website.
Highlights
Summary of Changes from MVP
- Adding Globe component, which renders current location of ISS by @kylejb in #1
- Added controlled Search field by @kylejb in #2
- Bump react-dev-utils from 11.0.3 to 11.0.4 by @dependabot in #3
- Fetches location data by zip and renders search result on globe by @matt-green1 in #4
- Added conditional render behavior on Globe and select-dropdown component by @kylejb in #5
- Create sighting table component by @matt-green1 in #6
- Resolved inconsistent SearchResults and added error handling by @kylejb in #7
- Removed need for conditional renders and refactored for maintainability by @kylejb in #8
- Sightingtable refactor by @matt-green1 in #9
- Dynamically resize Globe's canvas and reworking ISS representation by @kylejb in #10
- Added Error- & Search- Provider and fixed Error notification behaviors by @kylejb in #11
- Add onKeyPress to submit on enter by @kylejb in #12
- Style polishing by @matt-green1 in #13
- Add express to resolve CORS [BREAKING CHANGES] by @kylejb in #14
- Fixed CORS issues in development environment by @kylejb in #15
- Bump dns-packet from 1.3.1 to 1.3.4 by @dependabot in #16
- MVP changes by @matt-green1 in #17
- Fix invisible text in production env by @kylejb in #18
- Refactor SplashPage stylesheet by @kylejb in #19
- Code formatting with Prettier by @kylejb in #20
- Bump ws from 6.2.1 to 6.2.2 by @dependabot in #21
- MVP Deployment copy changes by @matt-green1 in #22
- Splashpage deployment fixes by @matt-green1 in #23
- Bump tar from 6.1.0 to 6.1.5 by @dependabot in #25
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #26
- Bump url-parse from 1.5.1 to 1.5.3 by @dependabot in #27
- Bump tar from 6.1.5 to 6.1.11 by @dependabot in #28
- feat: update dependencies to latest stable by @kylejb in #29
- fix: compass bug in firefox by @kylejb in #30
- hotfix: include five days of sightings to search results by @kylejb in #35
- feat: extend support for international users by @kylejb in #38
- hotfix: close dropdown menu when not in focus by @kylejb in #39
- fix: render durations with either 'min' or 'mins' label by @kylejb in #40
- chore: remove unnecessary code and refactor by @kylejb in #41
- fix(compass): render of ISS path by @kylejb in #43
- feat(sighting-cards): change onClick to toggle select one card at a time by @kylejb in #45
New Contributors
- @matt-green1 made their first contribution in #4
Full Changelog: https://github.com/kylejb/space-station-tracker/commits/v1.0.0