Skip to content

Releases: MithrilJS/mithril.js

v1.1.6

01 Dec 13:37
Compare
Choose a tag to compare
v1.1.6

v1.1.5

13 Oct 23:09
Compare
Choose a tag to compare
  • API: If a user sets the Content-Type header within a request's options, that value will be the entire header value rather than being appended to the default value (#1924)

v1.1.4

26 Sep 20:20
Compare
Choose a tag to compare

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:

  • Log using util.inspect to show object content instead of "[object Object]" (#1661, @porsager)

v1.1.3

11 Jul 10:32
Compare
Choose a tag to compare

Bug fixes:

  • move out npm dependencies added by mistake

v1.1.2

11 Jul 08:51
Compare
Choose a tag to compare

Bug fixes:

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

04 Apr 10:44
Compare
Choose a tag to compare

Bug fixes

v1.1.0-rc.1

27 Mar 21:44
Compare
Choose a tag to compare
v1.1.0-rc.1

🎉 All kinds of components! 🎉

27 Mar 22:01
Compare
Choose a tag to compare

New

  • support for ES6 class components
  • support for closure components

Bug fixes

  • fix IE11 input[type] error - #1610
  • apply #1609 to unkeyed children case
  • fix abort detection #1612
  • fix input value focus issue when value is loosely equal to old value #1593

v0.2.3

02 Mar 21:20
Compare
Choose a tag to compare

Bug Fixes:

  • fix regression that prevented string keys
  • fix handling of read-only attributes #925
  • fix double unloading issue #931

v0.2.2-rc.1

20 Dec 14:34
Compare
Choose a tag to compare

Bug Fixes:

  • revert regressions from 0.2.1 refactor
  • revert finally because it's not in the ES6 promise spec