This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
Releases: MoOx/phenomic
Releases · MoOx/phenomic
0.4.2
0.4.1
0.4.0
- Fixed: add missing
npm-install-package
dependency
(#44) - Removed:
NotFound
andLoading
props ofPageContainer
- Changed: Statinamic setup command now saves peer deps as dev deps
(#45) - Added:
PageError
component can be used inPageContainer
when page have
errors. - Added:
PageLoading
component can be used inPageContainer
when page are
loading.
0.3.0
0.2.0
- Removed: useless whitespace in
collection.json
- Changed: path(name) of the base url now have a trailing slash
- Changed: some changes in the files related to redux
- lib/createStore -> lib/redux/createStore
- lib/ducks/* -> lib/redux/modules
- Fixed: collection is not limited to 8~10 items anymore
- Fixed:
peerDependencies
have been adjusted to minimal requirements - Fixed: fetched
collection.json
now rely on the base url path - Added:
setup
command to setup the project (for now only install required
appropriate peerDeps) - Added:
MetadataProvider
to send the data you want to the React context
in ametadata
attribute. - Added:
__BASE_URL__
is now send as a constant. - Added:
statinamic/lib/prepare-defined-values
helper to easily use JS
object withwebpack.DefinePlugin
- Added:
defaultHead
option tomarkdown-as-json-loader
loader to provide
default values - Added: some documentation :)