Releases: tlaziuk/mithril-render
Releases · tlaziuk/mithril-render
v1.1.10
- fix the build
- update dependencies
- introduce new bugs to fix in future
v1.1.8
changelog
ES6
classes are now better supported
- source code is now builded against
ES6
- improved tests
escapeHtml
is no longer exported
v1.1.7
added attrs
option which is passed to the root component
attrs
must be an object and it may contain properties such as oninit
, style
, etc.
by default attrs
options property is an empty object
v1.1.4
- added support for so called root components - components which are not called within
mithril
yet.