Releases: insin/react-hn
Releases · insin/react-hn
v1.7.1
v1.5.0
This release adds support for server-side rendering of content for:
- The first page of top stories content
- The individual comment pages
This is particularly useful for spotty network connections where the JavaScript bundle might take a while to be fetched/parsed/executed. This release will 'hydrate' these views with fresh data from Firebase as soon as our bundle is fully loaded.
This release has been thoroughly tested with the Chrome team's Lighthouse project and we're happy with where we landed on scores :)
Release v1.4.13
This is the release we showed off at Google I/O
- Adds 'Offline Mode' in the Settings pane for full content caching via the Firebase REST API
- Adds support for Universal Rendering of the application shell
- Adds fixes for the overlapping Settings menu issues we saw on Android and iOS
- Refreshes the build pipeline to better cater for universal rendering + Service Worker
- Adds Google App Engine config so we can now deploy our Node builds there
Release v1.4.12
- Update dependencies
- Use HTTPS links to app from README
v1.4.11
Adds support for Progressive Web Apps. This includes the Web Application manifest, Service Worker and improved styles for the app on mobile.