This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Releases: ueno-llc/starter-kit-universally
Releases · ueno-llc/starter-kit-universally
v1.5.0
New:
- Add GsapTools
- Add documentation website (https://ueno-llc.github.io/starter-kit-universally)
- Add travis, share images, add a rename script
Fixes:
- Check react router for redirection
- Fix share image link
- Update critical packages
v1.4.7
- Fix
DevTools
that wasn't showing up on heroku with the variable set to true - Fix
addHash
from serviceWorker - Remove unused props from
Button
components - Remove unnecessary
svg-file-loader
- Improve error handling
- Add a new
vertically-responsive
mixin to handle vertical responsiveness - Remove
heading
,subheading
, andcopy
from mixins BASE_URL
to be dynamic according toHOST
andPORT
variables- Fix paths and files for favicons
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
- Upgrade @ueno/eslint-config to 1.2.4
- Update yarn.lock
1.4.0
1.3.0
1.2.0
- Refactor and cleanup of Sass files, see #50
- Static build of app into
./build/static
withbuild:static
script - Print out server url instead of only port in console
- Add "no-js" class to that is removed immediately by the client, useful for making sure SSR works even tho JS doesn't execute
- Fix and document problems with decorators, state and hot reloading (React-hot-loader bug)
- Fix IE11 bug with CSP headers
- Change all components to extend PureComponent