Skip to content

Releases: MithrilJS/mithril.js

ospec-v2.1.0

25 May 15:24
64b1e47

Choose a tag to compare

Change log cleanup

ospec-v2_0_0

09 May 19:07

Choose a tag to compare

[ospec] v2.0.0

v1.1.6

01 Dec 13:37

Choose a tag to compare

v1.1.6

v1.1.5

13 Oct 23:09

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

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

Choose a tag to compare

Bug fixes:

  • move out npm dependencies added by mistake

v1.1.2

11 Jul 08:51

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

Choose a tag to compare

Bug fixes

v1.1.0-rc.1

27 Mar 21:44

Choose a tag to compare

v1.1.0-rc.1

🎉 All kinds of components! 🎉

27 Mar 22:01

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