Skip to content

Releases: tlaziuk/mithril-render

v1.1.10

28 Jan 17:25
2ea8245
Compare
Choose a tag to compare
  • fix the build
  • update dependencies
  • introduce new bugs to fix in future

v1.1.9

13 Sep 19:36
Compare
Choose a tag to compare

release fix

v1.1.8

13 Sep 19:27
Compare
Choose a tag to compare

changelog

  • ES6 classes are now better supported
  • source code is now builded against ES6
  • improved tests
  • escapeHtml is no longer exported

v1.1.7

21 Jul 10:02
Compare
Choose a tag to compare

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

19 Jul 06:58
Compare
Choose a tag to compare
  • added support for so called root components - components which are not called within mithril yet.

v1.1.0

17 Jul 12:08
Compare
Choose a tag to compare
TypeScript