Releases: hhimanshu/create-pwa-app
Releases · hhimanshu/create-pwa-app
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.0.0
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)
- ...