Releases: MithrilJS/mithril.js
Releases · MithrilJS/mithril.js
v1.1.6
v1.1.5
v1.1.4
Bug fixes:
- core: don't call
onremove
on the children of components that return null from the view #1921 octavore (#1922) - hypertext: correct handling of shared attributes object passed to
m()
. Will copy attributes when it's necessary #1941 s-ilya (#1942) - Fix IE bug where active element is null causing render function to throw error. (1943)
Ospec improvements:
v1.1.3
v1.1.2
Bug fixes:
- core: Namespace fixes #1819, (#1825 @SamuelTilly), #1820 (#1864), #1872 (#1873)
- core: Fix select option to allow empty string value #1814 (#1828 @spacejack)
- core: Reset e.redraw when it was set to
false
#1850 (#1890) - core: differentiate between
{ value: "" }
and{ value: 0 }
for form elements #1595 comment (#1862) - core: Don't reset the cursor of textareas in IE10 when setting an identical
value
#1870 (#1871) - hypertext: Correct handling of
[value=""]
(#1843, @CreaturesInUnitards) - router: Don't overwrite the options object when redirecting from
onmatch with m.route.set()
#1857 (#1889) - stream: Move the "use strict" directive inside the IIFE #1831 (#1893)
Ospec improvements:
- Shell command: Ignore hidden directories and files (#1855 @pdfernhout))
- Library: Add the possibility to name new test suites (#1529)
Docs / Repo maintenance:
Our thanks to @0joshuaolson1, @ACXgit, @cavemansspa, @CreaturesInUnitards, @dlepaux, @isaaclyman, @kevinkace, @micellius, @spacejack and @yurivish
Other:
- Addition of a performance regression test suite (#1789)
v1.1.1
v1.1.0-rc.1
v1.1.0-rc.1
🎉 All kinds of components! 🎉
v0.2.3
v0.2.2-rc.1
Bug Fixes:
- revert regressions from 0.2.1 refactor
- revert
finally
because it's not in the ES6 promise spec