@bikeshaving/crank
Advanced tools
Changelog
[0.3.0] - 2020-07-28
get
and set
are now named provide
and consume
.Changelog
[0.2.1] - 2020-07-02
Changelog
[0.2.0] - 2020-07-01
<input checked />
and then <input />
will not cause the checked prop to be deleted on the actual element.Renderer.prototype.render
and Context.prototype.refresh
now return rendered values rather than undefined.Props
, FunctionComponent
, GeneratorComponent
, IntrinsicProps
, ChildIterator
, ChildGenerator
and Key
have been removed from the public API.crank-ref
props.Context.prototype.schedule
.Context.prototype.cleanup
.Context.prototype.props
.Context.prototype.value
.dispatchEvent
now does bubbling and capturing correctly.Context.prototype.dispatchEvent
not responding to stopPropagation
and stopImmediatePropagation
.Changelog
[0.1.6] - 2020-05-25
Changelog
[0.1.4] - 2020-05-17
HostContext
class in favor of exposing the HostNode directly to intrinsics.