Skip to content

Commit

Permalink
Updating changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Aug 25, 2014
1 parent cd46cca commit 9887dba
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
@parent guides 5
-->

__2.1.3__ ( Aug 25 2014 )

- change: [IE 8+10 fixes](https://github.com/bitovi/canjs/pull/1212)
- change: [makes sure can.compute.read can read a final can.route value](https://github.com/bitovi/canjs/pull/1177)
- change: [Allows maps passed to can.Map's constructor](https://github.com/bitovi/canjs/pull/1175)
- change: [Makes can.route.current is observable ](https://github.com/bitovi/canjs/pull/1173)
- change: [component does not update scope on id, class, and data-view-id attribute changes](https://github.com/bitovi/canjs/pull/1172)
- change: [Prevent 'leaking reads' on single bind computes](https://github.com/bitovi/canjs/pull/1169)
- change: [can.Map constructor fails if passed another Map](https://github.com/bitovi/canjs/issues/1166)
- change: [Incomplete documentation for can.List.prototype.filter](https://github.com/bitovi/canjs/issues/1165)
- change: [can.Map method not become computable automatically](https://github.com/bitovi/canjs/issues/1164)
- change: [can.route.current is not live-bindable](https://github.com/bitovi/canjs/issues/1156)
- change: [setupSingleBindComputeHandlers leak temporary observables.](https://github.com/bitovi/canjs/issues/1155)
- change: [can.compute.read should not call can.route](https://github.com/bitovi/canjs/issues/1154)
- change: [Fix for #1132](https://github.com/bitovi/canjs/pull/1150)
- change: [Fix for #1143](https://github.com/bitovi/canjs/pull/1149)
- change: [Fixes compute.read with a Map wrapped in a compute](https://github.com/bitovi/canjs/pull/1148)
- change: [Error when using a helper with 2 string arguments](https://github.com/bitovi/canjs/issues/1143)
- change: [Simplifying and clarifying lazymap docs](https://github.com/bitovi/canjs/pull/1138)
- change: [Documenting how to access Map properties containing a dot](https://github.com/bitovi/canjs/pull/1136)
- change: [Fix the tabbing/spacing in the validation markdown files, and re-path th...](https://github.com/bitovi/canjs/pull/1135)
- change: [Fix @typedef name to be dot-separated.](https://github.com/bitovi/canjs/pull/1133)
- change: [Parse Error when a stache template contains SVG content](https://github.com/bitovi/canjs/issues/1132)
- change: [test and fix #1079](https://github.com/bitovi/canjs/pull/1130)
- change: [Fixes #1078 - add offset support to @index](https://github.com/bitovi/canjs/pull/1107)
- change: [Fixes #1074 - Only call findAll once if argument is a deferred](https://github.com/bitovi/canjs/pull/1106)
- change: [Document accessing attributes with dot in the name](https://github.com/bitovi/canjs/issues/1101)
- change: [can.Construct passes original arguments to setup and fixes can.Model's setup accordingly](https://github.com/bitovi/canjs/pull/1099)
- change: [Corrected pushstate tests and update can.test.route](https://github.com/bitovi/canjs/pull/1098)
- change: [can.stache read function bug ](https://github.com/bitovi/canjs/issues/1094)
- change: [Model.resource is not working with inherited classes](https://github.com/bitovi/canjs/pull/1089)
- change: [Id and class attributes are not ignored in the route URL](https://github.com/bitovi/canjs/issues/1079)
- change: [@index is not using offset param](https://github.com/bitovi/canjs/issues/1078)
- change: [new Foo.List(Foo.findAll()) calls Foo.findAll twice ](https://github.com/bitovi/canjs/issues/1074)
- change: [Store docs](https://github.com/bitovi/canjs/pull/1035)
- change: [Multiple issues with Model](https://github.com/bitovi/canjs/issues/1034)
- change: [can.LazyMap docs do not read clearly](https://github.com/bitovi/canjs/issues/1010)

__2.1.2__ ( Jun 16 2014 )

- change: [Adds event target back for Map events](https://github.com/bitovi/canjs/pull/1091)
Expand Down

0 comments on commit 9887dba

Please sign in to comment.