This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Releases: deanmoses/tacocat-gallery-react-ampersand
Releases · deanmoses/tacocat-gallery-react-ampersand
2018 v1
The first release of 2018.
- Has the 2018 colors (a CSS update)
- There's now a loading indicator when an album is slow to load.
- Fixed the broken search feature.
- Improved behavior when getting a 404 -- whether that's an album or image that doesn't exist, or simply typing in a malformed URL.
- React.js and all the other libraries are updated to the latest versions. React changed a lot, causing me to rework a fair bit of code.
- Fixed various editing bugs created because of the library update -- mostly the 'this' wasn't automatically bound anymore.
2017 v3
The last release sped the site up a lot. This release kicks it into high gear by putting a CDN in front of it. Tests show it's 2x to 10x faster to both first pixel and a full render, depending on conditions.
- Serves photos from Amazon Cloudfront via cdn.tacocat.com
- Web app can be served from any subdomain, including a CDN-hosted one.
- Implemented many of the features of Google's Progressive Web App standard with an eye towards being able to be added to a user's mobile phone homescreen: added favicons, app manifest.json and IE browserconfig.xml
2017 v2
Changes:
- Faster: Year albums are served from a cache of JSON files on the webserver
- Runs on HTTPS
- Year album descriptions can be edited from within the app
- Year album JSON cache can be refreshed from within the app
- All the third party Javascript libs like React and jQuery have been updated for the first time in years. Years!