Skip to content

Commit

Permalink
release(dom): 17.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed May 15, 2017
1 parent e667f6b commit ac9649f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/api/dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
event types that do not bubble. Read more here
https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
about the `useCapture` and its purpose.
The other option is `preventDefault` that is set to false by default.
If set to true, the driver will automatically call `preventDefault()` on every event.

`DOMSource.elements()` returns a stream of the DOM element(s) matched by the
selectors in the DOMSource. Also, `DOMSource.select(':root').elements()`
Expand Down
15 changes: 15 additions & 0 deletions dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="17.2.0"></a>
# 17.2.0 (2017-05-15)


### Features

* **dom:** add preventDefault option ([5d829a8](https://github.com/cyclejs/cyclejs/commit/5d829a8))


### Performance Improvements

* **dom:** avoid an object allocation in MainDOMSource ([fc218cf](https://github.com/cyclejs/cyclejs/commit/fc218cf))



<a name="17.1.0"></a>
# 17.1.0 (2017-03-28)

Expand Down
2 changes: 1 addition & 1 deletion dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cycle/dom",
"version": "17.1.0",
"version": "17.2.0",
"description": "The standard DOM Driver for Cycle.js, based on Snabbdom",
"license": "MIT",
"homepage": "https://cycle.js.org",
Expand Down

0 comments on commit ac9649f

Please sign in to comment.