Skip to content

Commit

Permalink
v2.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 6, 2016
1 parent cc44c27 commit c6e2333
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Expand Up @@ -3,6 +3,19 @@
@parent guides 5
-->

__2.3.14__ ( Feb 05 2016 )

- [double get](https://github.com/canjs/canjs/pull/2239)
- [A trapped and "not observed" observed info object would still be observed.](https://github.com/canjs/canjs/pull/2236)
- [2190 canjs api update](https://github.com/canjs/canjs/pull/2232)
- [Define getters run twice. setVal is missing on first run.](https://github.com/canjs/canjs/issues/2230)
- [Batching/Binding Issue](https://github.com/canjs/canjs/issues/2223)
- [Fix `map.attr` with empty string.](https://github.com/canjs/canjs/pull/2219)
- [Set jQuery package version using Caret ](https://github.com/canjs/canjs/issues/2212)
- [2183 update guides](https://github.com/canjs/canjs/pull/2184)
- [@index is double wrapped compute object in mustache/stache helper in latest version (V2.3.8)](https://github.com/canjs/canjs/issues/2179)


__2.3.12/2.3.13__ ( Feb 01 2016 )

- [jquery 2.2 in peer deps not supported](https://github.com/canjs/canjs/issues/2207)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "can",
"title": "CanJS",
"description": "MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.",
"version": "2.3.13",
"version": "2.3.14",
"keywords": [
"CanJS",
"DoneJS"
Expand Down Expand Up @@ -249,4 +249,4 @@
"./util/vdom/document/document": "./dist/cjs/util/vdom/document/document",
"./view/import/import": "./dist/cjs/view/import/import"
}
}
}

0 comments on commit c6e2333

Please sign in to comment.