Skip to content

protester@1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Oct 17:32
· 12 commits to master since this release

protester 1.0.0 (2021-10-31)

Bug Fixes

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)