Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mithril.js

Mithril is a modern client-side JavaScript framework for building Single Page Applications
Collective - Host: opensource - https://opencollective.com/mithriljs - Website: https://mithril.js.org/ - Code: https://github.com/MithrilJS/mithril.js

fix merge conflicts for #1610

github.com/MithrilJS/mithril.js - e019c8131c93c8179df4cdb738f6acdb6fee6099 authored almost 8 years ago
Bundled output for commit d29c16e0a68d5d26959473daa8ab690f72abce98 [skip ci]

github.com/MithrilJS/mithril.js - c501f0fd810f3882f1968dab9ea65d4b5448d8af authored almost 8 years ago
Merge pull request #1645 from shibukawa/fix/request_use_body

When method is GET and TRACE, useBody becomes always false

github.com/MithrilJS/mithril.js - d29c16e0a68d5d26959473daa8ab690f72abce98 authored almost 8 years ago
fix ui.save not detect escape key

change event from onkeypress to onkeyup because onkeypress cannot detect escape key press
if (e...

github.com/MithrilJS/mithril.js - 450570d4c9f2bc6da646d357d4fa59bd934f347f authored almost 8 years ago
fix state.update not destroy when edit text blank

if (state.editing.title === "") should call state.destroy() instead of destroy()

github.com/MithrilJS/mithril.js - f6e627a8916ac923eb2778a92c07031025ed493f authored almost 8 years ago
Test: ensure that recycled components get a fresh state

github.com/MithrilJS/mithril.js - e496f7bfa6e222fa07fea84effa1c55ddf127069 authored almost 8 years ago
Tests: add a test for onbeforeupdate and recycled nodes

github.com/MithrilJS/mithril.js - 6a7144fc89b63944110ca4ce3169adcbbfee34a0 authored almost 8 years ago
Tests: enable tests for #1638

github.com/MithrilJS/mithril.js - fc038f9d859e5e458fb50938f7ef446337d5d620 authored almost 8 years ago
Tests: Some more render/tests/test-component.js refactoring

github.com/MithrilJS/mithril.js - 1dd5fe310127557ad19c679f9115a05981e0518e authored almost 8 years ago
Add test-utils/components.js to index.html where needed

github.com/MithrilJS/mithril.js - 2196f5c9094f1d74d22b0dcfa876c9cc5290310b authored almost 8 years ago
Keep the bundles out of the diffs

Makes reviewing a little easier.

github.com/MithrilJS/mithril.js - 1a4bcc44e6eb2fd908de07c2cb1c59c7add0368c authored almost 8 years ago
document classes

github.com/MithrilJS/mithril.js - 65941d1416c063bf3b64506d42b7cf1d14d009a7 authored almost 8 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - 271ef96fef948c084497feadee35b3e257e93997 authored almost 8 years ago
when method is GET and TRACE, useBody becomes always false

github.com/MithrilJS/mithril.js - b86805ada35f15e03533e7f710175df94e566fb5 authored almost 8 years ago
Tests: factory => closure components

github.com/MithrilJS/mithril.js - a8e5189f0bd75d36ab1e98c62bc953f043a84f40 authored almost 8 years ago
Tests: group together tests with/without components

github.com/MithrilJS/mithril.js - d7f39a8254fe269042f5bdf84d1286203c044d84 authored almost 8 years ago
Tests: Wrap some component definitions in `createComponent()` calls

These are the ones that would have been tedious to automate.
jscodeshift will handle the remaini...

github.com/MithrilJS/mithril.js - ac38335453af3f1221701e5e0b366ed65238009a authored almost 8 years ago
Tests: enable the three kind of components in all related files but api/tests/test-route.js

github.com/MithrilJS/mithril.js - fca89f987f29f67cba55b5cbc31657f7a35a9119 authored almost 8 years ago
Tests: wrap the rest of the components definitions

github.com/MithrilJS/mithril.js - 24243dba9498dca2cf3387e478b14401c285573f authored almost 8 years ago
Add test-utils/components.js and its tests

github.com/MithrilJS/mithril.js - eccea6821269d6d67a96a7824c8eb8ae64958cf4 authored almost 8 years ago
Tests: render/test-components tweaks

github.com/MithrilJS/mithril.js - 90b67b42f0c6dea17347b9ff25939ca68a0b0e41 authored almost 8 years ago
Tests: add dummy forEach blocks around sections with components

github.com/MithrilJS/mithril.js - f96319e6f64ed690e2a8d2b2630c64d362a64657 authored almost 8 years ago
Bundled output for commit 732ddf06beced5a28fd6ec0d1bb98d04709064b9 [skip ci]

github.com/MithrilJS/mithril.js - 1a6554423d6a2232144d97f62c234b5f1042f2a3 authored almost 8 years ago
Merge pull request #1595 from tivac/issues-1593

Loose comparison when early-outing from setting attributes

github.com/MithrilJS/mithril.js - 732ddf06beced5a28fd6ec0d1bb98d04709064b9 authored almost 8 years ago
Merge pull request #1612 from bruce-one/xhr-abort

Avoid inaccurately inferring xhr abort.

github.com/MithrilJS/mithril.js - d31e0a88f8c97feedfcddc6d20ac262091ed7c4a authored almost 8 years ago
Merge pull request #1640 from spacejack/class-factory-types

Add class and factory component type definitions.

github.com/MithrilJS/mithril.js - 0412ed82181a5a3f18372193c4d00a843cbcdfd6 authored almost 8 years ago
Bundled output for commit b9639dc48551078604263c272d9b4c52b5a45848 [skip ci]

github.com/MithrilJS/mithril.js - 68daa36e71c8ffcc3d5f86bffcba9f0053811404 authored almost 8 years ago
Merge pull request #1634 from pygy/fix-mount-class-factory

Let `m.mount` and `m.route` accept class and factory components.

github.com/MithrilJS/mithril.js - b9639dc48551078604263c272d9b4c52b5a45848 authored almost 8 years ago
Add class and factory component type definitions. Add JSDoc comments to types.

github.com/MithrilJS/mithril.js - b3615aa607097cfcf70bc4ffe1afcd3807159df7 authored almost 8 years ago
docs: another minor formatting tweak

github.com/MithrilJS/mithril.js - a578ffafdf134d2617c9c3f8c2a9417b825b178a authored almost 8 years ago
docs: fix heading levels to be consistent

github.com/MithrilJS/mithril.js - 76a816be86e915a39ecc8adec69c93fd0cfb8cf3 authored almost 8 years ago
feat: Make streams publishable to NPM (#1635)

github.com/MithrilJS/mithril.js - e324cf6b91a03bc5f58cd38088741313a58e7fd3 authored almost 8 years ago
Bundled output for commit abceb2c9a802f7f744f2cec35a5e691638ae95c5 [skip ci]

github.com/MithrilJS/mithril.js - 419d08fe8b972af8c0e6fe80484467b40e524e95 authored almost 8 years ago
chore: Make Gandalf builds track next (#1639)

github.com/MithrilJS/mithril.js - abceb2c9a802f7f744f2cec35a5e691638ae95c5 authored almost 8 years ago
Add support for (m.mount + m.route) × (factory + constructible) components

github.com/MithrilJS/mithril.js - f273b012c948c4efe9fead69fbfa7850b5af82c2 authored almost 8 years ago
Tests for mounting class and factory components

github.com/MithrilJS/mithril.js - 9e65e6bf470cf65bd589c1162df985f9f488c476 authored almost 8 years ago
Tests for routes that resolve to class and factory components

github.com/MithrilJS/mithril.js - f4fb5ac4be524de3fcbe416a672cea136a5461e9 authored almost 8 years ago
Support classes and factories as components (#1339)

* Support classes and factories as components

* Tests for class and factory component support

github.com/MithrilJS/mithril.js - 3f3af74dde47a2c538944ac6b8c29a4056967a3c authored almost 8 years ago
Fix xhr abort test.

Need to be more creative about ensuring that onreadystatechange is
called, but that the test con...

github.com/MithrilJS/mithril.js - a946ef531597d5147c790eea58f335713e2187d1 authored almost 8 years ago
Merge pull request #1618 from spacejack/api-docs-fixes

API docs signature fixes for route resolver, jsonp, fragment

github.com/MithrilJS/mithril.js - ff16c7f47a50f30e0eb203a445c2fd92958e7c76 authored almost 8 years ago
Merge pull request #1623 from pygy/ospec-stricter-o

[ospec] stricter valid context for test definitions and assertions

github.com/MithrilJS/mithril.js - 997a2cbaeb12b3453db384b1134c58ddf30b575b authored almost 8 years ago
Merge pull request #1631 from spacejack/typescript-types

Typescript Definitions for 1.0

github.com/MithrilJS/mithril.js - 294d3383b19703b048a9a449090ec4d182587529 authored almost 8 years ago
Add Typescript definitions

github.com/MithrilJS/mithril.js - 1e879963f1c370de66aab80deb291826c8d999d3 authored almost 8 years ago
docs: setting up mocks in non-browser env (#1630)

github.com/MithrilJS/mithril.js - 03285f827977f4d811f0128869ed7a544be7fb50 authored almost 8 years ago
Ignore xhr.status for "file://" requests.

github.com/MithrilJS/mithril.js - 27881af6685e37fcd1347cb94d258d63d535a49a authored almost 8 years ago
Merge pull request #1628 from barneycarroll/patch-10

Fix #1627

github.com/MithrilJS/mithril.js - dcb2f727b7d361f79888739f6f750638d75ca116 authored almost 8 years ago
Merge branch 'next' into patch-10

github.com/MithrilJS/mithril.js - 6876cb025ae5985adbb18969fc47ae22df4ecabb authored almost 8 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - d6cbc1c324db8646fae1c0a0bab60f268cba1d25 authored almost 8 years ago
fix migration example

github.com/MithrilJS/mithril.js - dc3d5f84941d105fc19b17cbea090f8c0c79ad1a authored almost 8 years ago
Merge pull request #1622 from spacejack/simple-app-edits

Minor fixes to get the tutorial working

github.com/MithrilJS/mithril.js - e7f38bb3e894330e004ab56cfecaa372d80786cd authored almost 8 years ago
Merge pull request #1620 from kberov/patch-1

fixed a typo

github.com/MithrilJS/mithril.js - 066b98b7d306ae2fc9551b9a6978bcbefd3d83cc authored almost 8 years ago
[ospec] stricter valid context for test definitions and assertions

github.com/MithrilJS/mithril.js - b70ba6709ac082e5bb93d230976414d6415010a2 authored almost 8 years ago
Minor fixes to get the tutorial working

github.com/MithrilJS/mithril.js - 19f1ac8908096d7d815bc5c0cfee19b34fe0eebf authored almost 8 years ago
resolver.render return type description consistent with m.render

github.com/MithrilJS/mithril.js - fc4d5f189226562f5bcf598c3c3e23165f980c0e authored almost 8 years ago
Add tests for abort functionality.

github.com/MithrilJS/mithril.js - 6a617aeb8737bb777d028f3af3f1c2a14fb1cc8c authored almost 8 years ago
Merge pull request #1617 from pygy/warn-only

[ospec] Make some moise when `o.only()` is called

github.com/MithrilJS/mithril.js - 08236e7505f4648a8282e75b33d2f76c0bbeaba1 authored almost 8 years ago
API docs signature fixes for route resolver, jsonp, fragment

github.com/MithrilJS/mithril.js - 7e0a1db89f7875f7479767ec37a6794f28909d6a authored almost 8 years ago
test: Re-enable the test suite (#1616)

github.com/MithrilJS/mithril.js - 75b20e86e87d4a00d1c55989c2fc3b2f477f9810 authored almost 8 years ago
[ospec] make o.only noisier

github.com/MithrilJS/mithril.js - 9b3e6463034e5eeaac4da4ba171f1ffaa586444b authored almost 8 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - 6dd9394fef7149a82042b14aee1e6acabcfdcc01 authored almost 8 years ago
fix update lifecycle in children of recycled

github.com/MithrilJS/mithril.js - 632677e00c3d6d960a646f4a96a47c4f9b7f7c4c authored almost 8 years ago
Avoid inaccurately inferring xhr abort.

xhr.status can equal zero in non-abort scenarios, eg timeout or CORS
failure.

Instead use a var...

github.com/MithrilJS/mithril.js - 9558c8e2e91c956710aa54be1960ce4699fced20 authored almost 8 years ago
Merge pull request #1611 from balajisivanath/patch-1

Possible grammar correction

github.com/MithrilJS/mithril.js - 9d7a315db6b50976e8952b337a57179574d39b73 authored almost 8 years ago
Possible grammar correction

github.com/MithrilJS/mithril.js - a273f512df3051ae60ae7b515b57bf719eacde51 authored almost 8 years ago
Merge pull request #1610 from ytetsuro/fix-IE11-input-type-error

Error in IE11 due to setting of type attribute

github.com/MithrilJS/mithril.js - a85f595dcde3f38df49410f7e12808e687d68de9 authored almost 8 years ago
fix lifecycle in unkeyed child of recycled keyed

github.com/MithrilJS/mithril.js - 0d9a51fe377e75683c35fad300b77605ab0c9387 authored almost 8 years ago
add note about browser support

github.com/MithrilJS/mithril.js - 8feb6d3b399277c70bf10dc653abfe3a8d4cb2a8 authored almost 8 years ago
#1609 fix lifecycle hooks in children of recycled keyed vnode

github.com/MithrilJS/mithril.js - dc42b60687383cf89fb410fcf27edaf99ade157a authored almost 8 years ago
Error in IE11 due to setting of type attribute

If you assign an input type that is not supported by IE11 with an
assignment expression, an erro...

github.com/MithrilJS/mithril.js - fdf2985adfc33e7c85f4e087f5741a7bedadebf0 authored almost 8 years ago
Merge pull request #1598 from gyandeeps/ie-fix

Update: Add elem to parent before adding its children

github.com/MithrilJS/mithril.js - 2688db881a837acb93414c41f969dfbd4c7f99b2 authored almost 8 years ago
docs: better example codes (#1606)

github.com/MithrilJS/mithril.js - 1f38233a47099517af45414deceb5a03bcd7e272 authored almost 8 years ago
docs: Minor grammar and link bait update :) (#1602)

github.com/MithrilJS/mithril.js - 153161b849981c210a9c7c2436c33f940416a9fb authored almost 8 years ago
docs: Update route.md (#1600)

Fix typo

github.com/MithrilJS/mithril.js - c7e0b204f8de9b6a9a4fc4a0dd397d1f09ba5c13 authored almost 8 years ago
Update: Add elem to parent before adding its children

github.com/MithrilJS/mithril.js - 390e1fe3434ab78b7eed770651db2ae256b646cf authored almost 8 years ago
fix: Use loose comparison for non-string values

fixes #1593

github.com/MithrilJS/mithril.js - 5ab2cf4172f6425f080c8ffda66c6093d6077c02 authored almost 8 years ago
docs: add m.route.build/parseQueryString to changelog (#1594)

github.com/MithrilJS/mithril.js - 23a1693c02d242e6eb68dcb3c2d6bbe4acc7b995 authored almost 8 years ago
clean doc artifacts

github.com/MithrilJS/mithril.js - e3b0861b8a494e0f121b61e754cd744a87ff6e97 authored about 8 years ago
add docs about mixed keys

github.com/MithrilJS/mithril.js - a89e8cd405328e6d1fb3fa9fb89999cf07f11c7c authored about 8 years ago
#1579 prevent infinite loop in non-existent default route

github.com/MithrilJS/mithril.js - 9d5f686bbdacf8af32c677f2c67f6da6168b45fd authored about 8 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - 432dbe96629c576ac032bda281821cf9fb23adcd authored about 8 years ago
Merge pull request #1584 from pine3ree/patch-1

fix doc typo

github.com/MithrilJS/mithril.js - 0e3101095e544a25027a53f7cdb5af7be9dfa03d authored about 8 years ago
docs: Update change-log.md (#1586)

github.com/MithrilJS/mithril.js - 3d12cf13f185fb0945490c619707c5a59afbd9ec authored about 8 years ago
docs: Adding license file. (#1583)

github.com/MithrilJS/mithril.js - 02bd5107a58a614bcfec43bed8d64210e0c268d6 authored about 8 years ago
Merge pull request #1581 from JTBrinkmann/next

suggest alternative to animating `box-shadow`

github.com/MithrilJS/mithril.js - 78022364fb45ccbcd752bc7bd7a148f364b66573 authored about 8 years ago
suggest alternative to animating `box-shadow`

github.com/MithrilJS/mithril.js - 29a14f2600063bc9e848a9519b639e01da01ffc3 authored about 8 years ago
cocs: vnode copy proofing (#1580)

github.com/MithrilJS/mithril.js - f89f08f086b148830ec3566694f3f5e456f89590 authored about 8 years ago
docs: fix key anti-pattern snippet (#1577)

github.com/MithrilJS/mithril.js - c12b3e8fc22a3e3e21bbb1eb1a4b6161befc0017 authored about 8 years ago
docs: clarify speed comparison chart (#1576)

github.com/MithrilJS/mithril.js - 37b38f5822110354aa85cf9009920fc4077c0f61 authored about 8 years ago
docs: useCredentials -> withCredentials (#1575)

github.com/MithrilJS/mithril.js - ca46e6215672053b715598ae4a0751c0df05bd6c authored about 8 years ago
docs: intro: valid HTML snippet (#1574)

Declaring scripts after the closing body tag looks like a typo

github.com/MithrilJS/mithril.js - c8ed22fb08d6905d3e8ebba386566481b8711711 authored about 8 years ago
docs: fix text size variations on mobile webkit (#1571)

github.com/MithrilJS/mithril.js - dba5ee7d9875aaa7b3c538d7d64fdb00348c9c4e authored about 8 years ago