Ecosyste.ms: OpenCollective

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

github.com/MithrilJS/mithril.js

A JavaScript Framework for Building Brilliant Applications
https://github.com/MithrilJS/mithril.js

Merge remote-tracking branch 'origin/next' into components

f557b3cd5cf797f6d333b46d1067c55ccfe75bad authored almost 10 years ago
improve error message

675f66a44b72bc0dc5b149cdd83ea5c30c1a1cb0 authored almost 10 years ago
Merge pull request #579 from alexander-travov/next

Fix URI.js url

aebf16b6189e3f442e90417b0f96b7a23519b0bc authored almost 10 years ago
Fix URI.js url

99b78b0e7c9fe1c420d3be995370818837616cca authored almost 10 years ago
Added check for this.attrs into m.route

m.route('path'), when called programmatically (not attached to an anchor
tag), did not update th...

1d6405e5471a782281d6812a155c1314d33d984f authored almost 10 years ago
clean up

8214d56411515cb4b8fe0666320280f5d1c656b0 authored almost 10 years ago
add docs about infinite loop pitfall

3137b63b120cb8573daac693f5b4ae8f58f7ade4 authored almost 10 years ago
teardown #571 test properly

926ed2d692fef47dde2faa56720b03a6fbd4b80c authored almost 10 years ago
Merge pull request #575 from tobscure/redraw-all-fix

Add test case for #571

16bad63113ebd8400198484aca9d65cfbc223eea authored almost 10 years ago
teardown route tests properly

8f9cbb751f6123d0a54abd2d7a0b9a064d1df987 authored almost 10 years ago
Merge remote-tracking branch 'origin/next' into components

2454e31f6423c0a68efceb81553d6c0bc1ee182c authored almost 10 years ago
Merge pull request #577 from tobscure/add-editor-config

Add EditorConfig

d09ec5bf8e4ca13b576b51257a42afcc6e0e77d8 authored almost 10 years ago
Merge pull request #576 from tobscure/prevent-redraw-hooks

Prevent scroll on redraw called inside onunload if previous onunload calls preventDefault

f4dd244f0ee57429a9dccb5659d0382009e306f8 authored almost 10 years ago
Add EditorConfig

38b8b1b654ef154639cdc4c2e5ff4b0d343a1d6d authored almost 10 years ago
Prevent scroll on redraw inside onunload if previous onunload calls preventDefault

https://github.com/lhorie/mithril.js/issues/560#issuecomment-93876904

23766a5cbebd16a1b8e6f4cbdb4f3dacb75bae16 authored almost 10 years ago
Add test case

337ec325b33cc980d84f6f16c8f5e6af01d79fdb authored almost 10 years ago
Merge pull request #568 from johnmarkos/git-notrack-archive

Removed archive/v0.1.34/mithril-tests.js from git.

c5b0f068f170b0138cd4663bac39aedf36426048 authored almost 10 years ago
Merge pull request #571 from tobscure/redraw-all-fix

Fix nodes without config not being cleared when redraw strategy is all

3fd7013d901a34c3957b27c889803b71a1daf9d2 authored almost 10 years ago
clean up unused test code

d6911d105b65317fd9fe46c1b0e1591ff587a689 authored almost 10 years ago
ensure component lifecycle works for components with implicit controllers

dbee97bf04aa3876b2eb16c2734b7825e4bc862c authored almost 10 years ago
improve docs

7b96a583b35480c2b2acbcef517843cdcb53ed3d authored almost 10 years ago
update change log

c0865c6b85d3b421ad03f4d330aee45c8064ce26 authored almost 10 years ago
Fix nodes without config not being cleared when redraw strategy is all

Nodes without a config function never get a configContext, and thus the
logic to ensure they are...

46406095f257a89bc527e8118cd0ab62390eab21 authored almost 10 years ago
improve docs about redrawing

c9be4b30ce5e6f68ec30c95a0ae65e4ca32acfb9 authored almost 10 years ago
prevent early redraw of component w/ routed async components

15c0686b27105bab4acd18e965c63f302cde9760 authored almost 10 years ago
don't redraw component before async service finishes

cf1f316beeb0b96ff9f3487f5ea8a3fd8f88ed3f authored almost 10 years ago
#567 reset scroll before config runs

cc8cac358a959d09e3bc54b7788f568a652898cd authored almost 10 years ago
add regression test

b847ca10670474f9f122431a771900447e5be5e4 authored almost 10 years ago
clean up dead variable

ec8e42a92387e7e33c1598cdc88e555a929825ba authored almost 10 years ago
#569 fix diff edge case w/ select input

6c32afea43e977c87b1a5d86954b8e748b02f1d7 authored almost 10 years ago
clean up

006445960bcc2f1b668d2ec1040831590773b4e1 authored almost 10 years ago
fix template compiler edge cases

e4906706b13ae36b4c950c49ace0a7580134a6ee authored almost 10 years ago
Merge branch 'next' into components

981fae0a20891d04e6cbdbd24b54265b9617055c authored almost 10 years ago
Merge remote-tracking branch 'origin/next' into next

fdeb6f9512d6ded1234d95a73e864751892aaba9 authored almost 10 years ago
js.org badge

06721ceb76928e2da5a12e1c5ae6de1408f1dcf6 authored almost 10 years ago
Removed archive/v0.1.34/mithril-tests.js from git.

archive/ is already in .gitignore. This change removes the file
from tracking as well. It gets r...

0dbd022c62a221e428795936effed3c118172874 authored almost 10 years ago
Merge pull request #563 from johnmarkos/install-grunt

Install grunt explicitly to stop warnings.

1a97d3db95aedd57fdafccf2bbbca8089fca12fa authored almost 10 years ago
fix docs about using bleeding edge from npm

bca33a0b788476dd9582549b2b7caae6cd0106b7 authored almost 10 years ago
prevent dom recreation if only class value changed

fce5f4b86f4740886b9462f13bd4aa5f894654d3 authored almost 10 years ago
Install grunt explicitly to stop warnings.

d4b5ebd90e04a3804148b0e54094a75c8331259d authored almost 10 years ago
Merge pull request #561 from shibukawa/patch-2

Duplicated senteces

81e9d64912472a3e1c47858e08fa038bbce9c743 authored almost 10 years ago
#554 don't initialize ctx.retain

94d804d850fd68f4564244c3f7a63cfe95ad0d6f authored almost 10 years ago
Duplicated senteces

Signature document for "background" option contains almost same meaning sentences. First one has...

3eac4a2596c3e7ef2420b13e1cc0e5cdfe6cdf3b authored almost 10 years ago
#560 prevent scroll on next redraw if onunload calls preventDefault

e7992553d9ffd336a48a1ab38fa8bc477e73d693 authored almost 10 years ago
#555 don't cache controller if redraw strategy is all

ce883b4089a6d129c1e8865f987902dd5b3d3fd0 authored almost 10 years ago
Merge branch 'next' into components

a7052510d60376a980efb0141fac1013a974b729 authored almost 10 years ago
Merge remote-tracking branch 'origin/components' into components

de9e08f88558f0936d84e89c889da2b0408b8da5 authored almost 10 years ago
add meta description and equalize protocol for twitter widgets

41d440eaa7c2b74abceae4acefa5b84d101d6c43 authored almost 10 years ago
Merge pull request #558 from ArthurClemens/patch-1

Typo: redundant parens

095200729100c9df4efe241327b4268609187430 authored almost 10 years ago
Typo: redundant parens

b3411f950973e3205c51220eec8643e9a672f5d2 authored almost 10 years ago
Merge pull request #556 from shibukawa/patch-1

Update mithril.route.md

fae96e65c0c20ee40876efa43a691fc3dfb69f0e authored almost 10 years ago
Merge pull request #557 from valtron/patch-1

Canonicalize `options.method` in m.request

f1e709e34b4a59211c5926d83574cc9d6663afee authored almost 10 years ago
Canonicalize `options.method` in m.request

ce20520f3a4aa60ffa9260692da950c797f93cea authored almost 10 years ago
Update mithril.route.md

2f649b75be6b7021883a1a8a9cba004e8b8af148 authored almost 10 years ago
#535 prevent always-redraw-from-scratch if Object.prototype is polluted

35673c994b71b64a479ed2a0a0eea0d04e119a16 authored almost 10 years ago
#551 don't destroy root if forced synchronous redraw

f0f1e881707be73f0fa4838368f114166ef6fa94 authored almost 10 years ago
example

4d03595bb1530c89688dac2dbff08999ddb462b9 authored almost 10 years ago
Merge remote-tracking branch 'origin/components' into components

f3f5b10f1b3135c997617555d33131582ad79441 authored almost 10 years ago
fix commonjs module declaration

0f0881857f925e3988f985256e2de455751640b6 authored almost 10 years ago
Merge branch 'next' into components

1b24e1663960aabf77d40027bd6a26b08b07eef2 authored almost 10 years ago
clean up

2923104d27dcc7c715012270cd629b518cfb3e76 authored almost 10 years ago
Merge pull request #549 from tobscure/onunload-context

Fix onunload being called with incorrect context

5ffd80f5c6c571ac29831acb3c02a15dce46e17b authored almost 10 years ago
Merge pull request #550 from shibukawa/patch-1

Update mithril.md

5c543342d7b56909741d91d5b62a418eb5326a72 authored almost 10 years ago
Merge pull request #548 from tobscure/module-exports-fix

Fix module.exports

048c7d07cc59705d4c80bed28ead84ab58f38da8 authored almost 10 years ago
Update mithril.md

Fix spelling

f3183a709fae948af62157d8ff6d40456f15ad56 authored almost 10 years ago
Fix onunload being called with incorrect context

d25f1c83affed9988a6ed89c5cde3da1f630c687 authored almost 10 years ago
Fix module.exports

Looks like you did a mass find/replace of ‘module’ to ‘component’,
accidentally breaking module....

49e6e35f03852e1830377975ce0561d33d955d12 authored almost 10 years ago
#544 ignore class: undefined

9e558c199c38387fa89d83a58ce9ee11afa5eb15 authored almost 10 years ago
document vdom arg in config

aa541bff7953eaa319cd3c566cf40fee1038b5b2 authored almost 10 years ago
improve docs

6a9bfdca88bad7f792f7a6da846f1c3b17ceb3f4 authored almost 10 years ago
Merge branch 'next' into components

33dcf641fc189496b554b47c045199f9786a4b44 authored almost 10 years ago
Merge pull request #543 from alexander-travov/next

Fix docstring for m.route.parseQueryString

4b7122707d5c97e60a77f75fc40dcb7a53dddbd8 authored almost 10 years ago
Merge branch 'next' into components

c7196c897d3a33d4945860fec6da06c167758c3b authored almost 10 years ago
link to change log from home

51100bf9205ee1291815112724f677282a20daa1 authored almost 10 years ago
Fix docstring for m.route.parseQueryString

eb04351e977a84df3281f44ac247c5c989acf7f9 authored almost 10 years ago
Merge branch 'next' into components

bcf73566479d90c3eeed536f851d553f6e24eb18 authored almost 10 years ago
style

f7263fea4d6904ed5c012081f19cee99a24b3851 authored almost 10 years ago
Merge pull request #536 from dailymuse/feature/query-param-fix

added parsing of '?' for query strings

2046d4dec588dbd019df6c9724e7ce1f0e5d5e63 authored almost 10 years ago
Merge branch 'next' into components

465632b1c3610034aab5fa125880b38949d4caaa authored almost 10 years ago
fix markup of example

0273eb13a08537326975d914d8be7daff7b4c1f4 authored almost 10 years ago
rework api

9e8dc6998d2dddf4df7227f6d2cceea8655a19f0 authored almost 10 years ago
Merge pull request #532 from webcss/patch-3

Update mithril.md

02106b2aa013bd6935dc395a3f08db1487161adf authored almost 10 years ago
added parsing of '?' for query strings

b00f4f87d9f967836ffbe8202f1046b5bcc138ad authored almost 10 years ago
remove stuff that got moved to api page

6abb868c6bb0f6b2cd1338d116c16b66cd19664c authored almost 10 years ago
changes in the docs: rename modules to components, change idiomatic controller and view usage

d5619d412ebff02a0cfbf7fded5d6d2133c66d67 authored almost 10 years ago
Update mithril.md

85894a15361fa3dfbbf7a5317d664418b8bf12fc authored almost 10 years ago
docs for m.component and m.mount

0addce57baa294b7d8670d82332c864253ebda01 authored almost 10 years ago
change docs wip

bffc5d2eec4c4e8117a224833d5fe73468bc529c authored almost 10 years ago
fix svg tests

f7413dc6e3e3fcbd373e9d025b987d74ac30582d authored almost 10 years ago
split into m.component and m.mount, deprecate m.module

f85e3a675c2695d9378541921a89b64c6df14f7c authored almost 10 years ago
Merge remote-tracking branch 'origin/next' into components

599571c2cf9280793fde3269dd7131273816f84d authored almost 10 years ago
v0.1.34 publish

f07fbccbf6a3ae87f6b05de6f718c252196fede1 authored almost 10 years ago
Merge remote-tracking branch 'origin/next' into components

ba26db057ea82d102362952857a4859cd4006df4 authored almost 10 years ago
fix regression caused by #524

b111d058bea8dd3041d341a57e7cb2a1c14bf8eb authored almost 10 years ago
Merge pull request #527 from milesmatthias/master-addjsfiddle

added a link for the example app in jsfiddle for people.

67ddca4ba75c3dd3e155573cdbe6c784f95ce679 authored almost 10 years ago
added a link for the example app in jsfiddle for people.

e1b326d1a99b4f69b02e07a471dbbecb919e02dd authored almost 10 years ago
Merge branch 'next' into components

401954b01b17651fccc0dd4f4a956bd35cec7eea authored almost 10 years ago
update docs about bleeding edge build via npm

11c53fd9eee1b22cb603f42e0e420d560e4d4865 authored almost 10 years ago
rename package to avoid conflict w/ production package

755f2c4c4bc545d90a72411de331ab6d47d74b93 authored almost 10 years ago
expose dev repo for beta testing over npm

242a60b3844669aaf8c5bf44374400da1bc23c85 authored almost 10 years ago