This repository was archived by the owner on Sep 7, 2020. It is now read-only.
0.11.0
- Changed:
appcache
option has been deprecated and has been replaced by
theoffline
option. You should update your configuration accordingly.
Please refer https://phenomic.io/docs/advanced/offline-browsing/.
(#343) - Added: Initial support for Service Worker via
offline
option.
(#343,
#405)
Boilerplate
-
Removed: (boilerplate)
layouts/index.js
. It is not used since 0.10.0.
(#401) -
Added: Run lint process in parallel with npm-run-all
(#402) -
Added: (boilerplate) more layouts and components so new users have more
example to show list of entries:Homepage
layout that include a list of postsPost
layoutPagesList
component to easily show page previewPagePreview
to display page meta
(#71)