github cyclejs/cyclejs v0.10.0
v0.10.0 - Minor fix to custom elements

latest releases: unified-tag, v7.0.0, v7.0.0-rc8...
pre-release9 years ago

Improved implementation for custom elements: there are no more container elements on the DOM for every custom element.

To register a custom element, you must provide a View, not just a DataFlowNode. This is minor breaking change. You need to replace Cycle.registerCustomElement('my-element', SomeDataFlowNode) with Cycle.registerCustomElement('my-element', SomeView).

Don't miss a new cyclejs release

NewReleases is sending notifications on new releases.