fix context unloading when reattaching

This commit is contained in:
Leo Horie 2014-07-03 22:31:04 -04:00
parent b1275cb778
commit 44a7ad7729
3 changed files with 86 additions and 3 deletions

View file

@ -1,5 +1,14 @@
## Change Log
[v0.1.18](/mithril/archive/v0.1.18) - maintenance
### Bug Fixes:
- routing now correctly clears diff cache [#148](https://github.com/lhorie/mithril.js/issues/148)
- fixed incorrect context unloading when reattaching a child to a new parent
---
[v0.1.17](/mithril/archive/v0.1.17) - maintenance
### News: