Cast className using toString (#2309)

* Cast className using toString

* Add to change-log
This commit is contained in:
Rasmus Porsager 2018-11-24 14:13:56 +01:00 committed by Isiah Meadows
parent b5219920ab
commit 421474c0e2
3 changed files with 11 additions and 1 deletions

View file

@ -30,6 +30,7 @@
- render: remove some redundancy within the component initialization code ([#2213](https://github.com/MithrilJS/mithril.js/pull/2213))
- render: Align custom elements to work like normal elements, minus all the HTML-specific magic. ([#2221](https://github.com/MithrilJS/mithril.js/pull/2221))
- render: simplify component removal ([#2214](https://github.com/MithrilJS/mithril.js/pull/2214))
- cast className using toString ([#2309](https://github.com/MithrilJS/mithril.js/pull/2309))
#### News