Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 10:05
· 19 commits to master since this release

2.0.0 (2021-08-19)

Bug Fixes

  • segmentation error on blog build (9575f8b)
  • try fixing randomly occuring segmentation fault on build (b6279e1)
  • decharge: package.json exports (f1ebbc8)

Features

  • add Image component, update createComplexComponent, etc (6340e70)

BREAKING CHANGES

  • removed render function in favor of renderPage/renderComponent
  • createComplexComponent now adds generated.className to props instead of
    generatedClassName (this way the generated object is extensible - in this
    commit, I added a generateOwnDir option to createComplexComponent, and if one
    sets it to true, the 'generated' object has an additional property: ownDir)