This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
v1.0.0-alpha.13
Pre-release
Pre-release
π No breaking changes π
Main reason of this release is the scalability issue: you can now build a website with hundreds of pages.
Pre-rendering step takes around 4s for 1000 pages π
π Bugfix
@phenomic/core
: Fix issue when too many files are being transformed and contains undefined or null by adding a concurrency limit to hit API,
by @MoOx, reported by @ArthurClemens
π Improvement
@phenomic/core
: Stop shallowing error from API server during static build,
by @MoOx, reported by @ArthurClemens
β¨ New feature
@phenomic/plugin-renderer-react
: expose html fromrenderApp()
result,
That allows CSS-in-JS to easily optimize (critical) CSS extraction.
by @MoOx