- Packages bumped
- Cordova fixes by @floydprice 👍
- react 15.5.x deprecates
PropTypes
: user NPM'sprop-types
. - Meteor 1.4.4.1
- Avoid analyzing cordova's hot code push URL:
/__cordova/
.
- react-helmet: 5.X API.
sitemap.xml
helper has been removed in favor of sitemap.js.humans.txt
has been added as available static routes.- Replace logatim & winston with pino for universal logging,
remove any logger dependency:
yarn remove logatim winston; yarn add pino
. - Fasten hash calculations using only content from store & WebApp.clientHash.
- HTML minification:
yarn add html-minifier
. - In production, set
<script>
asasync
for all external scripts.