Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 18:08
· 22 commits to main since this release

1.0.0 (2021-07-29)

Features

  • DEV-11: add comment for readers to know where to make change (dbce682)
  • DEV-11: add GitHubUserCard with some details (1297ada)
  • DEV-11: add Header (d417098)
  • DEV-11: complete card with color extraction using CSS variables (58265d4)
  • DEV-11: complete Header and Footer (9a050b4)
  • DEV-11: complete Header and Footer (ab1e71a)
  • DEV-11: create Content and style (0c53887)
  • DEV-11: do not collect Jest coverage (bcf71b5)
  • DEV-11: format style (8ebec53)
  • DEV-11: more style change (5e1d6bc)
  • DEV-11: move App to its own directory (863697d)
  • DEV-11: rename App to AppShell (deec42a)
  • DEV-11: upgrade to latest dependencies (af46b11)
  • DEV-11: use Poppins font, remove lato (f799c49)
  • DEV-11: use yarn for project and update commands (d709e62)
  • DEV-12: create a new Card component (43e3a8e)
  • DEV-12: create empty card (2ad1a26)
  • DEV-12: move card to components (81960d5)
  • DEV-13: add a route for vercel to handle SPA (025c0be)
  • DEV-13: add a service-worker manually (257128e)
  • DEV-13: add npm script for production builds, configure vercel to handle URLs and update documentation (a0f14c7)
  • DEV-13: add react-router-dom and create route for offline mechanism (e19dc7c)
  • DEV-13: apply StateWhileRevalidate strategy for caching responses (5e8f314)
  • DEV-13: clean up router (753314a)
  • DEV-13: conditional rendering based on online/offline (d2d3d84)
  • DEV-13: create manifest.json (1eee168)
  • DEV-13: create OfflineHeader with offlineResults (77713df)
  • DEV-13: create placeholder to display offline card (c35d20c)
  • DEV-13: create precache by creating a service-worker file and workbox (0040b2b)
  • DEV-13: fetch github users from cache storage API (d9b5822)
  • DEV-13: fix styles (9b842ac)
  • DEV-13: format styles (d8a814c)
  • DEV-13: format styles (cc878ba)
  • DEV-13: load manifest.json from index.html (df76d90)
  • DEV-13: migrate serviceworker to typescript (03e961c)
  • DEV-13: move dependency to devDependencies (2ecdc01)
  • DEV-13: register a serviceworker based on webpack-workbox-plugin (22caf49)
  • DEV-13: register serviceworker in production mode (bd6704d)
  • DEV-13: rename types and declaration files (f0116b2)
  • DEV-15: add maskable property in manifest.json (11d036d)
  • DEV-15: change theme color to be black (bc6f649)
  • DEV-15: change theme color to be white (5d9725f)
  • DEV-15: crate entry for an icon in for "any" purpose (5c0d7dc)
  • DEV-15: create assetlinks.json based on environment variables (79abaa8)
  • DEV-15: create command to generate assetlinks.json on Vercel (3dbde32)
  • DEV-15: make commands separate so that they run differently on Github Actions (e991c5d)
  • DEV-15: recreate icons using maskable editor (f2bfa26)
  • DEV-15: regenerate manifest and icons (0c25eef)
  • DEV-25: adding semantic-release support (2fd13d5)
  • DEV-25: fix command (debfabb)
  • DEV-25: fix issue related to Yarn in release (8338830)
  • DEV-25: update information about the project (842cd82)
  • DEV-27: add Github Follow button (e824367)
  • DEV-27: add new layout and header using CSS Grid (867e40c)
  • DEV-27: add searchForm (2e43b86)
  • DEV-27: add shadow to GithubCard (d159eba)
  • DEV-27: change font-weight for placeholder (7eba8e2)
  • DEV-27: complete redesign of offline cards (a05c9a8)
  • DEV-27: complete search and present loop (45c0338)
  • DEV-27: enable conditional rendering (2f22c28)
  • DEV-27: fix file format change (8e259da)
  • DEV-27: fix file format change (2b00d57)
  • DEV-27: fix file format change (113550c)
  • DEV-27: fix font weights for various texts (e55fd36)
  • DEV-27: fix githubCard styles (6c1c1bb)
  • DEV-27: fix grid to not have any scroll (2b668ae)
  • DEV-27: fix grid without media queries (5b047c6)
  • DEV-27: fix issue related to undefined user name (69476d3)
  • DEV-27: format styles (ee2249f)
  • DEV-27: handle user not found error (7b62c4e)
  • DEV-27: make header sticky (138dce6)
  • DEV-27: redesign offline user cards (480366c)
  • DEV-27: remove components that are not needed anymore (850d135)
  • DEV-27: remove poppins font (09e102b)
  • DEV-27: rename css class to avoid conflicts (608fb55)
  • DEV-27: wip for offlineResults (f99a138)
  • DEV-27: wip, develop home page (8254dd7)
  • DEV-29: add about page (44fed0c)
  • DEV-29: formatting changes (4938c89)
  • DEV-29: rename image name (638c123)
  • DEV-32: change style for notification banner (3432f38)
  • DEV-32: create typesafe service worker and style notification (943b540)
  • DEV-32: first pass of getting software update to work (82ede7a)
  • DEV-32: fix formatting of styles (67ac914)
  • DEV-32: remove the console log and caching of /offline (e4c83ef)
  • DEV-32: show update notification as soon as new update is installed (be9e760)
  • DEV-33: fix the structure of assetlinks.json (de82908)
  • DEV-34: add artifact from bubblewrap commands (2324a89)
  • DEV-34: generate assetLinks based on multiple SHA-256 keys available in environment variables (b8c345d)
  • DEV-34: rename directory to be serviceworker and moved related code together (d372dd2)
  • DEV-36: fix styles for the main page (eea07a7)
  • DEV-36: make avatar a little bigger (b6e6fd0)
  • DEV-40: add powered-by-vercel (c7d20a2)
  • DEV-40: introduce top margin to offline results (9d7a4db)
  • wip (9b919ab)