v0.2.3
This commit is contained in:
parent
f17658e2d3
commit
501e380825
67 changed files with 11869 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
|||
## Change Log
|
||||
|
||||
[v0.2.3](http://mithril.js.org/archive/v0.2.3)
|
||||
|
||||
### Bug Fixes:
|
||||
|
||||
- fix regression that prevented string keys
|
||||
- fix handling of read-only attributes [#925](https://github.com/lhorie/mithril.js/issues/925)
|
||||
- fix double unloading issue [#931](https://github.com/lhorie/mithril.js/issues/931)
|
||||
|
||||
[v0.2.2-rc.1](http://mithril.js.org/archive/v0.2.2-rc.1)
|
||||
|
||||
### Bug Fixes:
|
||||
|
|
@ -9,6 +17,8 @@
|
|||
|
||||
[v0.2.1](http://mithril.js.org/archive/v0.2.1)
|
||||
|
||||
**IMPORTANT NOTE: Due to some unfortunate factors, 0.2.1 is not a stable release. Please use either 0.2.0 or latest instead**
|
||||
|
||||
### News:
|
||||
|
||||
- large refactor to take better advantage of Chrome js optimizations and improve source code readability (thanks to @isiahmeadows)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue