Releases: trustedtomato/decharge
Releases · trustedtomato/decharge
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
protester 1.0.0 (2021-10-31)
Bug Fixes
- run pnpm audit --fix (c28660e)
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)