Skip to content

Commit

Permalink
release(dom): v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Feb 24, 2017
1 parent 539a196 commit 8d686c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#### Arguments:

- `container: String|HTMLElement` the DOM selector for the element (or the element itself) to contain the rendering of the VTrees.
- `options: DOMDriverOptions` an object with two optional properties:
- `options: DOMDriverOptions` an object with two optional properties:
- `modules: array` overrides `@cycle/dom`'s default Snabbdom modules as
as defined in [`src/modules.ts`](./src/modules.ts).
- `transposition: boolean` enables/disables transposition of inner streams
Expand Down
10 changes: 10 additions & 0 deletions dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="15.1.0"></a>
# 15.1.0 (2017-02-24)


### Bug Fixes

* **dom:** fix issue 531 ([539a196](https://github.com/cyclejs/cyclejs/tree/master/packages/dom/commit/539a196))



<a name="15.0.0"></a>
# 15.0.0 (2017-02-22)

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": "15.0.0",
"version": "15.1.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 8d686c3

Please sign in to comment.