fix node index displacement by null/undefined nodes
This commit is contained in:
parent
f589a33842
commit
a425bbca88
10 changed files with 56 additions and 20 deletions
|
|
@ -9,6 +9,11 @@
|
|||
- m.prop is now JSON-serializable [#54](https://github.com/lhorie/mithril.js/issues/54)
|
||||
- added `extract` option to `m.request` to allow access to response metadata [#53](https://github.com/lhorie/mithril.js/issues/53)
|
||||
|
||||
### Bug Fixes:
|
||||
|
||||
- Fixed node index displacement by null/undefined nodes [#56](https://github.com/lhorie/mithril.js/issues/56)
|
||||
- Fixed mock's insertBefore and appendChild when dealing w/ reattachments
|
||||
|
||||
### Breaking changes:
|
||||
|
||||
- changing an id in a virtual element now recreates the element, instead of recycling it [#55](https://github.com/lhorie/mithril.js/issues/55)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue