Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Releases: MoOx/phenomic

0.4.2

03 Nov 06:58
Compare
Choose a tag to compare
  • Fixed: feed should now contains all entries
    (same bug as fixed in 0.4.1, but for rss feed instead of collection.json)

0.4.1

03 Nov 06:44
Compare
Choose a tag to compare
  • Fixed: collection.json should now contains all entries, even for the static
    build (round 2)

0.4.0

02 Nov 20:43
Compare
Choose a tag to compare
  • Fixed: add missing npm-install-package dependency
    (#44)
  • Removed: NotFound and Loading props of PageContainer
  • Changed: Statinamic setup command now saves peer deps as dev deps
    (#45)
  • Added: PageError component can be used in PageContainer when page have
    errors.
  • Added: PageLoading component can be used in PageContainer when page are
    loading.

0.3.0

30 Oct 07:10
Compare
Choose a tag to compare
  • Changed: some peer deps versions updated
  • Changed: markdown-as-json-loader is now md-collection-loader
  • Added: ability to generate rss feeds using md-collection-loader

0.2.0

29 Oct 07:25
Compare
Choose a tag to compare
  • 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 a metadata attribute.
  • Added: __BASE_URL__ is now send as a constant.
  • Added: statinamic/lib/prepare-defined-values helper to easily use JS
    object with webpack.DefinePlugin
  • Added: defaultHead option to markdown-as-json-loader loader to provide
    default values
  • Added: some documentation :)

0.1.0

21 Oct 07:40
Compare
Choose a tag to compare

💥