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

[render/render] Prevent activeElement.focus on SVGs, fix #1983

github.com/MithrilJS/mithril.js - 571b60830b2d501494066425eb4e1b4bc8c11f5a authored over 6 years ago
Bundled output for commit fed0846a11f71850278e2e18d23bb026617c3faa [skip ci]

github.com/MithrilJS/mithril.js - 6bf7be888765b1dd1110b8111b0cbbb3eb2bef02 authored over 6 years ago
[render/hyperscript] Normalize to class attrs to className, ignore only nullish values

github.com/MithrilJS/mithril.js - 32b319d140dfba14379d1969af929842dcb7cf58 authored over 6 years ago
[docs] #2174 docs and change log

github.com/MithrilJS/mithril.js - fed0846a11f71850278e2e18d23bb026617c3faa authored over 6 years ago
[render/hyperscript] have the attrs take precedence over the selector, improve class normalization

fix #1773
fix #2172

github.com/MithrilJS/mithril.js - 92b22fe8e6b81d4056e1234e1c1a8355535ea1ef authored over 6 years ago
[performance testing] add classes in some selectors for the attrs test

github.com/MithrilJS/mithril.js - 1a87cc44cd3f4de03b724a6c4aec4796ed47ab91 authored over 6 years ago
[performance] use individual files rather than the build, revamp the attrs code to reduce variance, reset the scratch pad more reliably

github.com/MithrilJS/mithril.js - 15cf47a829a4589539ec870b77e06155ae46b74d authored over 6 years ago
[render/test] add a render/hyperscript integration suite for classes

github.com/MithrilJS/mithril.js - 8daa386e5ec60a317d41d0022300f6a67fde3009 authored over 6 years ago
Bundled output for commit 3f5cabc5c5234a81c7f455fbe5afd7cde2a957b8 [skip ci]

github.com/MithrilJS/mithril.js - 4ca2b362f72fac15dd4b8d58c06a2af8148e328c authored over 6 years ago
Enable the tests for #1804

github.com/MithrilJS/mithril.js - 4197cf0ae11185a0aa7b4879e8de443ea9b18ea5 authored over 6 years ago
Improve attrs removal, fix #1804

github.com/MithrilJS/mithril.js - 5b51b682eeadf1352cc57d4ac7334f9b88dbc96d authored over 6 years ago
[render/render] Test for removing styles and assorted domMock changes

github.com/MithrilJS/mithril.js - 6283aa4a7dd826e9d394f8795d5edf85f9570f9a authored over 6 years ago
[render/render] make updateAttrs smarter about null values

github.com/MithrilJS/mithril.js - cfa128a5cd082832108f0dd33c51ece25f182940 authored over 6 years ago
Move xlink:href test to the proper file

github.com/MithrilJS/mithril.js - 2469505b1bd2cb69930391c90efe33902db2dd6d authored over 6 years ago
[domMock] Better accuracy for namespaced elements

github.com/MithrilJS/mithril.js - b39f4f683dfaea59df1556b91e8abb340433c275 authored over 6 years ago
[render/render] Fix xlink:href handling

github.com/MithrilJS/mithril.js - 49210838985cfd37073405b470ddef2ff21b2078 authored over 6 years ago
Improve attrs setting performance

before:

> mutate styles/properties x 7,999 ops/sec ±10.87% (46 runs sampled)

after:

> mutate ...

github.com/MithrilJS/mithril.js - dc15acd7919ffc2e052ebe96f966c7276dc960f2 authored over 6 years ago
Chore: Normalize the way we use eslint-disable

github.com/MithrilJS/mithril.js - 3f5cabc5c5234a81c7f455fbe5afd7cde2a957b8 authored over 6 years ago
[benchmark] add consecutive nullish values to the attrs test

github.com/MithrilJS/mithril.js - 1fdc9278c7c1db8a4ef2f80e4835ea699ce25264 authored over 6 years ago
[ospec] docs and change log

github.com/MithrilJS/mithril.js - 9016091adf8ef71f46380806b0a027479bcba1d7 authored over 6 years ago
[ospec] don't allocate task for tests that will be skipped in o.only mode, fix stack overflow

github.com/MithrilJS/mithril.js - 53597871b8b393706574fdaac54135d8fd4424d5 authored over 6 years ago
[ospec] Allow more than one o.only() test

github.com/MithrilJS/mithril.js - 14695c9cda4cf9a53284c730078b15d33ad6c8b2 authored over 6 years ago
[ospec] record errors thrown in tests as failures

github.com/MithrilJS/mithril.js - a23216b9877765bd8e933268140bf5e6d878d9c8 authored over 6 years ago
Bundled output for commit 285cb5382f3b3ebaf9aa7685e8bc66ffc6d702ae [skip ci]

github.com/MithrilJS/mithril.js - 277f35fb3a5f762244bb49d1778c196e2852c8bf authored over 6 years ago
[render] cleanup and comments

github.com/MithrilJS/mithril.js - 285cb5382f3b3ebaf9aa7685e8bc66ffc6d702ae authored over 6 years ago
[domMock] don't call public methods from DOM API methods (it messes up spying)

github.com/MithrilJS/mithril.js - e3b240032acc095770792b34fdff5954d11cf282 authored over 6 years ago
[render/render] Introduce longest increasing subsequence-based node moves in keyed diff, fix #1791, fix #2026

github.com/MithrilJS/mithril.js - 2cfc68359d50786bc385ab26dd338e4194214797 authored over 6 years ago
test for the LIS-based diff

github.com/MithrilJS/mithril.js - 95ec3d28aa866a75050983c62aa1b2186a59150a authored over 6 years ago
[render/render] get rid of vnode.skip

github.com/MithrilJS/mithril.js - 144ce681924b688f633455b0ad2eb2f87b7af677 authored over 6 years ago
[ospec] Document changes made to the result objects.

github.com/MithrilJS/mithril.js - 24875832e90ba67e23d528915141b544c16f34ec authored over 6 years ago
Bundled output for commit 0484758837c79fa637066a8bf3472fd931d2be33 [skip ci]

github.com/MithrilJS/mithril.js - 315b9f13faa674357e1145e068ce456299de7848 authored over 6 years ago
[ospec] make it clear the timeout parameter is deprecated.

github.com/MithrilJS/mithril.js - d05bc9be4958b2d815b87c3388e304d2158ee024 authored over 6 years ago
[ospec] Make the specTimeout tests hopefully less flaky

github.com/MithrilJS/mithril.js - 4a4377e553e119eba183043e3870720f42a8b1ed authored over 6 years ago
[ospec] Improve the done() call checker

github.com/MithrilJS/mithril.js - 8ebf036b8cac52c0c8d14015d628dd3c8598de23 authored over 6 years ago
[ospec] docs and change log tweaks

github.com/MithrilJS/mithril.js - 0484758837c79fa637066a8bf3472fd931d2be33 authored over 6 years ago
[ospec] give async timeouts a proper stack trace

github.com/MithrilJS/mithril.js - ff1a07df1b6a00a00c8a9c7eb285c1be2d431df7 authored over 6 years ago
[ospec] o.defaultTimeout => o.specTimeout, and documentation.

The timeout parameter is deprecated but will still work for now

github.com/MithrilJS/mithril.js - aa0f9eae98f30bc8411185a9843ebcaf6e0bc585 authored over 6 years ago
[ospec] Restore the assertion success on async test finalization in time

github.com/MithrilJS/mithril.js - 25975c5ce4313a1281b5466a3b090e9e46892001 authored over 6 years ago
[ospec] tests for the done() callback

github.com/MithrilJS/mithril.js - 8d78d493a7a730a7c9bd3928e3a10768778833d0 authored over 6 years ago
[ospec] better variable name

github.com/MithrilJS/mithril.js - 0574d193a0f0644cb13cce28b83066b44b480a01 authored over 6 years ago
[ospec] Detect incomplete assertions

github.com/MithrilJS/mithril.js - 285d00742d186513f4483cedb2b5314b5eb5b20a authored over 6 years ago
[ospec] update change log

github.com/MithrilJS/mithril.js - 21a6a857efccfa055bba0e875f9364913acddd9e authored over 6 years ago
[ospec] replace ES6 std lib call with ES5 equivalent

github.com/MithrilJS/mithril.js - ad83d617e1d50ef37b36c21b3d342501d57283e9 authored over 6 years ago
[ospec] Add o.defaultTimeout()

github.com/MithrilJS/mithril.js - e342805bfbf161573479ffc8e9fcd315beac2108 authored over 6 years ago
[ospec] Change the reserved test name token from '__' to '\x01'

github.com/MithrilJS/mithril.js - 33180370ead05e3f47d03e01aaef7a2786875a14 authored over 6 years ago
[ospec] Add o.timeout() to set a timeout for Promise-based async tests

github.com/MithrilJS/mithril.js - 64680425e74100b1358c8cba1268f734afe20392 authored over 6 years ago
[ospec] don't count succesful async test termination as a test success

github.com/MithrilJS/mithril.js - b292f75bd852d015231d6072cedf720071a4b84a authored over 6 years ago
[ospec] revamp async testing finalization

github.com/MithrilJS/mithril.js - 89b665fbf62bf854784f21b69c6d1232c2986718 authored over 6 years ago
[ospec] cleanup in code and tests, better error messages

github.com/MithrilJS/mithril.js - 9c1f8d5f353edf5c2becbba4f542a7ee2f0a731e authored over 6 years ago
[ospec] cleanup o.only

github.com/MithrilJS/mithril.js - e47353686667f5ecb81b2f8ef4144e0dd7f3ba08 authored over 6 years ago
[ospec] update change log

github.com/MithrilJS/mithril.js - f6e23da56cca4e1abf4784676deb360482f57682 authored over 6 years ago
Bundled output for commit 1579fe84301824cea1f0d2c86971cc0116146dd9 [skip ci]

github.com/MithrilJS/mithril.js - da0c5c9b9aca91f613c81729463f149fbf930292 authored over 6 years ago
Do not normalise component children on ingestion (#2155)

* Do not normalise component children on ingestion

* Don't normalise vnode children

* Comp...

github.com/MithrilJS/mithril.js - 1579fe84301824cea1f0d2c86971cc0116146dd9 authored over 6 years ago
Fix stack trace edge case

github.com/MithrilJS/mithril.js - 0f498e0aec23a2e638fa81b4e354627fd3656385 authored over 6 years ago
Change log cleanup

github.com/MithrilJS/mithril.js - 64b1e47e66e772b813b005cd13a66084dd94adac authored over 6 years ago
quick grammar fix (#2163)

github.com/MithrilJS/mithril.js - 4e35d0591c7c349478299dae66c183153d8fde90 authored over 6 years ago
[ospec/bin] Back to ES5 (and complimentary cleanup), fix #2160

github.com/MithrilJS/mithril.js - 562d68098194d61668eb71fafd790a138eace0a0 authored over 6 years ago
[ospec] pinpoint the o.only() call site

github.com/MithrilJS/mithril.js - 010d8daae9719a034d768664ee3a0a4f451f2304 authored over 6 years ago
[ospec] Make the default reporting nicer looking (#2147)

* feat(ospec): Add spacing before report results

...sometimes tested code emits console.log()...

github.com/MithrilJS/mithril.js - 2794ceb76f1d7c37fc1657b331a14c0d8b45170e authored over 6 years ago
Bundled output for commit 6097cfb2e9146c63a3cad3816cd18511b37e7808 [skip ci]

github.com/MithrilJS/mithril.js - 11940b427b6497d4350ad0781d7b5041edbc86bf authored over 6 years ago
Small optimization in render hyperscript.js (#2064)

* Small optimization in render hyperscript.js

* Remove temporary variable

* Small optimiza...

github.com/MithrilJS/mithril.js - 6097cfb2e9146c63a3cad3816cd18511b37e7808 authored over 6 years ago
[chore] bump marked version to v0.3.19

github.com/MithrilJS/mithril.js - 58b06d4aad743e9c5a56e2376fe9a7a6a43470e2 authored over 6 years ago
[chore] remove Danger for now

github.com/MithrilJS/mithril.js - 4922912bbb06d7b7b0985cc24aa155cd9c114ab1 authored over 6 years ago
stream: Removed `valueOf` & `toString` methods (fixes #2150) (#2151)

* stream: Removed `valueOf` & `toString` methods (fixes #2150)

* Update stream documentation

github.com/MithrilJS/mithril.js - e1a50890e9a8c630a162bc49535459d53721de17 authored over 6 years ago
[docs] clarify the component/RouteResolver distinction

github.com/MithrilJS/mithril.js - d13a61a4d88fac6d2b59136cffbe296b092cd96d authored over 6 years ago
[docs] clarify the component/RouteResolver distinction

github.com/MithrilJS/mithril.js - 567fe154e7ae70471cce7097b8a94a835bf052fb authored over 6 years ago
[ospec] change log: credit @zyrolasting

github.com/MithrilJS/mithril.js - 95fbdf9ea26d7f398d48575983f8d7c3cfb0ed7f authored over 6 years ago
Add --require feature to ospec executable (#2144)

* Allow requires before running tests

This enables requiring modules like `esm` before any te...

github.com/MithrilJS/mithril.js - 91b08c6491f061691cd6032ac4e7b2dab556e1d0 authored over 6 years ago
[ospec] don't output colors when pipe or file redirection is used (#2143)

github.com/MithrilJS/mithril.js - 43053c6088b257b818268d49dbb790345abd5bca authored over 6 years ago
[ospec] Update change log to reflect #2141

github.com/MithrilJS/mithril.js - ca1bce973205af07efa9f058e27035ed34e8daa8 authored over 6 years ago
fix(ospec): Only run o.run() once (#2142)

github.com/MithrilJS/mithril.js - ceabe993a3265dfbff6e2aeff84dcdc03d233419 authored over 6 years ago
[ospec] feat: nicer binary with support for globs (#2141)

* feat(ospec): CLI support for file-patterns and an --ignore flag

The added dependency is onl...

github.com/MithrilJS/mithril.js - cfaa377c1eea6ba4bb27d284e72e23366e58e38c authored over 6 years ago
Update animation.md

github.com/MithrilJS/mithril.js - f161a59343a9b595f8101a5a9ec409f23505db85 authored over 6 years ago
docs: Link to ospec/change-log.md, remove repeated lines

github.com/MithrilJS/mithril.js - e075de4c92ca731d60eff8a2c7c55bf2f308a105 authored over 6 years ago
ospec v1.4.1 change log

github.com/MithrilJS/mithril.js - c34b0decc99a57e0c1ddd3248ec2a79ac1af7f51 authored over 6 years ago
docs: Add first attempt at ospec change-log file

github.com/MithrilJS/mithril.js - af3f69dfeffcb6adfa211501f531eee68a942218 authored over 6 years ago
Merge pull request #1802 from jonahx/iss-1798

Fix issue #1798

github.com/MithrilJS/mithril.js - be6c8c079deaeca9bef2ef5c523181479fd67f72 authored over 6 years ago
Merge branch 'next' into iss-1798

github.com/MithrilJS/mithril.js - 4818109c9a818fec5fcc9e9009237740090d523e authored over 6 years ago
A more general fix

github.com/MithrilJS/mithril.js - d2e80f73451d8d7236661ee9e5ffec5db2d7627f authored over 6 years ago
Scan with halt (#1957)

* HALT if scan reducer doesn't change value

* Updated docs to reflect new scan behaviour with...

github.com/MithrilJS/mithril.js - fb3c344055d11000b9725f1c3d80b8186d29c3c5 authored over 6 years ago
Bundled output for commit 44e165a357050cdfd1a7a278fc3af44839cdf4fe [skip ci]

github.com/MithrilJS/mithril.js - 117fac91a79a85c1b8261d7c27a4944d26fd50a1 authored almost 7 years ago
tests for #2128

github.com/MithrilJS/mithril.js - dd6ceca31d2c731b20e2ad00f679c11a66e885c9 authored almost 7 years ago
[DOM Mock] Fix insertBefore when the reference node follows the moving child in a nodeList

github.com/MithrilJS/mithril.js - 9136585fe4fdea3e0b90cf7283dc305de76495b2 authored almost 7 years ago
Disentangle keyed and unkeyed diff

github.com/MithrilJS/mithril.js - c6693aa3611dd969f73d627dc6e8f3e6db3c1b2d authored almost 7 years ago
[render/render] Misc comment fixes

github.com/MithrilJS/mithril.js - 44e165a357050cdfd1a7a278fc3af44839cdf4fe authored almost 7 years ago
Cleanup, comments, and optimize getKeyMap

github.com/MithrilJS/mithril.js - f7a95d8c12c8c410b4665c69df7aa22af439fd0e authored almost 7 years ago
tests for #2132

github.com/MithrilJS/mithril.js - 878e4958dc08a6b5fae8328779f857b0bcbc1cda authored almost 7 years ago
[render/render] move keyed cached nodes when needed, fix diff semantics for cached nodes, fix #2132

github.com/MithrilJS/mithril.js - 801bde219e2abaac99fccea5036243e4f0d704d2 authored almost 7 years ago
[render/render] Simplify updateNodes, fix #2128

github.com/MithrilJS/mithril.js - 9490950c30a6a16fa660949b6aabaa86f6b77954 authored almost 7 years ago
Fix url in vnodes.md

URL was being incorrectly parsed due to parentheses. The parenthesis have been replaced with UTF...

github.com/MithrilJS/mithril.js - 898d0aec82e8b73b360d39dc8480a3219d28f3f5 authored almost 7 years ago
fix: Bundler tests only pass when run from project root

github.com/MithrilJS/mithril.js - f375bdc02e457288806ab7fee607415d81fc00c1 authored almost 7 years ago
Disown myself from render-related fixes [ci skip]

github.com/MithrilJS/mithril.js - 0dbf17c6212ed1ed3830df46ae414182d5ddfdc0 authored almost 7 years ago
docs: latest site updates (#2126)

github.com/MithrilJS/mithril.js - c335aa70ca0e415a3a129569eebd1ad9b0434f81 authored almost 7 years ago
Bundled output for commit 203df39c304b5f89f4efa591d0e563bcb5d94155 [skip ci]

github.com/MithrilJS/mithril.js - ec43ca089c67b1af3bc3f729d18dd5eaa283ea53 authored almost 7 years ago
Remove the DOM nodes recycling pool (fix #1653, fix #2023)

github.com/MithrilJS/mithril.js - 203df39c304b5f89f4efa591d0e563bcb5d94155 authored almost 7 years ago
docs: awkward/redundant fix (#2120)

github.com/MithrilJS/mithril.js - 6f7f543b07d9e2f42d6d09eda3a2dbfb3baada34 authored almost 7 years ago