Add m.prop (#2268)

Fixes #2095
This commit is contained in:
Isiah Meadows 2018-11-07 12:18:55 -05:00 committed by GitHub
parent 75626b30db
commit 6042b001f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 203 additions and 1 deletions

View file

@ -43,6 +43,7 @@
- API: add support for raw SVG in `m.trust()` string ([#2097](https://github.com/MithrilJS/mithril.js/pull/2097))
- render/core: remove the DOM nodes recycling pool ([#2122](https://github.com/MithrilJS/mithril.js/pull/2122))
- render/core: revamp the core diff engine, and introduce a longest-increasing-subsequence-based logic to minimize DOM operations when re-ordering keyed nodes.
- API: Introduction of `m.prop()` ([#2268](https://github.com/MithrilJS/mithril.js/pull/2268))
#### Bug fixes