This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
v1.0.0-beta.0
Pre-release
Pre-release
We are on the road to final 1.0.0!
What is planned:
- We only plan to add an new generic API to fetch any kind of data (like
async getInitialProps
in Next.js) & a few minor improvements. - We will also soon publish a few benchmarks between some well known others static site gen (that might reveal things…).
- We will try to add a bunch of plugins to show the world what Phenomic can really do.
If you have any question you can ask us on Spectrum or on Gitter.
Core
- 🚨
@phenomic/core
:dist
option is now relative topath
by @MoOx - ✨
@phenomic/core
: introducecontent
option to folder for the content
by @MoOx - 🐛
@phenomic/core
: correctly throw fetch error during static build
by @MoOx - 🐛
@phenomic/core
: add missing API entry points for queries without path
by @MoOx
ReasonML
- Use bs-platform@^2.2.0
- 🐛
@phenomic/plugin-renderer-react
: Fix jsEdge Errored state that was never in this state,
by @MoOx - 🐛
@phenomic/plugin-renderer-react
: Remove unneeded div around bodyRenderer,
by @ulrikstrid - 🐛
@phenomic/plugin-renderer-react
: (reason) Fix return type for query builder,
by @bloodyowl, reported by @ulrikstrid (in #1230) - ✨
examples/reason-react-app
: handle error pages,
by @MoOx
Website
- Remove sites in the showcase that were not using Phenomic anymore (or where unavailable).
We used a script to detect Phenomic on those website that we will run periodically.
by @MoOx - Move the website from
docs
towebsite
folder, more clear for contributors
by @MoOx - Add a link to our new Spectrum community (by @mxstbr)
- Add favicons & friends
Internal
- Migration to Circle CI 2.0
- Readme update
- PNGs logo added into git repo (previously only sketch & svgs were available)