- [fix] Publish
typedefs.json
.
- [doc] Add
typedefs.json
.
- [fix] Do fallback properly without Compiler warnings.
- [fix] Fallback to
{}
if window.preact is not defined.
- [org] Move to the
externs
GitHub org. - [fix] Export the build with CommonJS Preact.
- [externs] PreactProps as record.
- [fix] Fix the PreactProps.
- [externs] Add the AcceptedChild type.
- [externs] Add special
ref
component property.
- [externs] Add special
dangerouslySetInnerHtml: { __html }
property.
- [externs] Fix
h
externs allowingnull
andundefined
in ...args.
- [externs] Correct externs for
h
andcloneElement
allowing to pass primitives in ...args.
- [doc] Document types in Wiki.
- [fix] Some fixes to types, define static properties on Component.
- [fix] Adjust externs to allow possible null in rendering, returning null from component.render, make Component constructor, and make attributes to Component methods optional.
- [package] Publish
v1.0.0
of the package.
- Create
@externs/preact
withMy New Package
- [repository]:
src
,test
,documentary
&types
.