Ecosyste.ms: OpenCollective

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

github.com/vuejs/todomvc

Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, and many more
https://github.com/vuejs/todomvc

update Vue.js to 1.0

5d5106395ce19cbd81417e4759d9e68dc74db011 authored about 9 years ago by Evan You <[email protected]>
Merge pull request #1481 from tastejs/react/controlled-input-component

React: Remove direct DOM manipulation

3a93144f5a682dd62e0dbdf776a749e1e7b43d2c authored about 9 years ago by Pascal Hartig <[email protected]>
Fix jsblocks learn link

Fix #1488

aff74a6318520781cb55179b3532caa024049972 authored about 9 years ago by Pascal Hartig <[email protected]>
React: Remove direct DOM manipulation

Turn the `<input>` into a
[Controlled Component](https://facebook.github.io/react/docs/forms.htm...

15db45e69f19171ea3362491ac631ca1e88e2d88 authored about 9 years ago by Pascal Hartig <[email protected]>
Merge pull request #1483 from DanielRosenwasser/codeplexToGithubForTs

Fixed links for TypeScript issues/documentation.

0d2591b1f65b6add95c0d0b00464a4769b9a4404 authored about 9 years ago by Sam Saccone <[email protected]>
Fixed links for TypeScript issues/documentation.

f88894dc6aff0b3dabf2de055707a524e65d42c7 authored about 9 years ago by Daniel Rosenwasser <[email protected]>
Merge pull request #1485 from tastejs/sjs/bio

Update bio 😮

1916a3155494e0bca19a5d712bdcaf4437cd6d3a authored about 9 years ago by Arthur Verschaeve <[email protected]>
Merge pull request #1486 from tastejs/nested-js

Include all nested js in glob for typescript

c75e1c0fa925eaaf0468265a44c61bc410489ef5 authored about 9 years ago by Arthur Verschaeve <[email protected]>
Include all nested js in glob for typescript

6791da09dd2156ceca1ee0f35f8973059ff1b860 authored about 9 years ago by Sam Saccone <[email protected]>
Update bio 😮

5699e96769e1d0b2763b6b7430f9df7eddb5ba6b authored about 9 years ago by Sam Saccone <[email protected]>
Merge pull request #1484 from tastejs/sjs/ignores

Ignore js style linting in typescript examples

e12691df3ba1106ce796a85a6e829919ba9f302f authored about 9 years ago by Arthur Verschaeve <[email protected]>
Ignore js style linting in typescript examples

703dcd3ca69acc6962d688916d514c16e5bec1fd authored about 9 years ago by Sam Saccone <[email protected]>
Merge pull request #1482 from tastejs/sjs/travis-update

travis update

4e94f8106a5d8390794d2fce573a4d27eb835a27 authored about 9 years ago by Sindre Sorhus <[email protected]>
Drop bash comment error

9c446a615b27abff08c7f39d15e33edcc727cd99 authored about 9 years ago by Sam Saccone <[email protected]>
Use latest node version for CI

245738881fdcca7c499385c3ceac6b8bcf22629e authored about 9 years ago by Sam Saccone <[email protected]>
React-backbone: fix link in readme

Ref a61442908381b72bc3f7da42454823865d35c239

2bbd861b2ed2a8d22f8e4ac163704c595962e23b authored about 9 years ago by Arthur Verschaeve <[email protected]>
Merge pull request #1480 from elacin/scalajs-react-0.10

scalajs-react example: Update to new API

8636bb3bfbfcdc811b7a6a0db1069814cb0d660d authored about 9 years ago by Arthur Verschaeve <[email protected]>
Merge pull request #1477 from astoilkov/master

Add jsblocks

161e6c26155da116d005ec64d57cec8fee8911df authored about 9 years ago by Arthur Verschaeve <[email protected]>
scalajs-react example: Update to new API

7c9d868c527eedbb24e10c4f6ffc13280f6debde authored about 9 years ago by Øyvind Raddum Berg <[email protected]>
Merge pull request #1478 from lawilli/patch-1

Hanging comma

b2c313e2f298cb8ad18c1de8b6f3f1887988c282 authored about 9 years ago by Sindre Sorhus <[email protected]>
Hanging comma

82857f9608a9eb8f22e90509a1caf9cf013a6edc authored about 9 years ago by Lawrence Williams <[email protected]>
jsblocks TodoMVC implementation

c3a5a416de2d0f44aeabb4b093ca4d5f10c7fd41 authored about 9 years ago by Antonio Stoilkov <[email protected]>
new app typescript-react

9c7b1a25648f06e38b9781ac2c2e74a30d76a538 authored about 9 years ago by remojansen <[email protected]>
Merge pull request #1474 from WolkSoftwareLtd/react-addons-classset-deprecated

Fix for react addons clasSset deprecated warning

99011a62f990d7ad5e78ea12f3d2e96b36d084d4 authored about 9 years ago by Pascal Hartig <[email protected]>
fixed react addons classset deprecated

aab963ba2ced061db4a1237231c03b229f168959 authored about 9 years ago by Remo Jansen <[email protected]>
Merge pull request #1467 from davidrunger/fix-favicon-404

use express.js server for tests; closes #1465

74433b6ee35f88370af32c50468af93c3117b3b7 authored about 9 years ago by Sam Saccone <[email protected]>
React: handle changes only when editing

Fixes #1405

421404a92644b95d772bc2d5a378041ab5c995d9 authored about 9 years ago by jonnykry <[email protected]>
use express.js server for tests; closes #1465

Use an express.js server for tests instead of http-server. The primary
reason for this is that e...

7b7c8d9774c7e21eeaf111de4b64788432e9118c authored about 9 years ago by David Runger <[email protected]>
Merge pull request #1466 from davidrunger/remove-unneeded-logic

Backbone: remove unneeded logic in todo View

828b6d1cda90aee8ae7bad0e4eebdc48a78ddadc authored about 9 years ago by Pascal Hartig <[email protected]>
Backbone: remove unneeded logic in todo View

The removed check is unncecessary and also incorrectly implemented,
resulting in a test failure ...

9e16caf83be12ef64aa4dc76cae7418eab2aa030 authored about 9 years ago by David Runger <[email protected]>
Fix missing semicolon :see_no_evil:

1567e60efd9574d4e06bf1af5c99014be78db27c authored about 9 years ago by Pascal Hartig <[email protected]>
Merge pull request #1464 from tastejs/sjs/test-tweaks

⚡️ Automated Leak Detection on CI ⚡️

1365ef4c7cea95d93ceae4891559d1c739f5ad51 authored about 9 years ago by Pascal Hartig <[email protected]>
Add Stéphane's blog post to learn articles

c14638ab4553c8e2dbdf2b50cff6f9bd136798d5 authored about 9 years ago by Pascal Hartig <[email protected]>
Merge branch 'slegrand45-js_of_ocaml'

Close #1339

b25d4e262efea208431c688e6a4f3f611bc8ea89 authored about 9 years ago by Pascal Hartig <[email protected]>
Set up js_of_ocaml for going live :rocket:

d44533875d16c12088e1b858c8705eda4aeebee4 authored about 9 years ago by Pascal Hartig <[email protected]>
Js_of_ocaml TodoMVC Example.

Js_of_ocaml is a compiler of OCaml bytecode to Javascript.
OCaml is a general purpose programmin...

d6503c93073a1a69ba4b1387c654aa7c0f268ec4 authored about 9 years ago by Stéphane Legrand <[email protected]>
Add automatic memory leak detection tests

e128a6359d55d6858bd38becadd6a799555786c1 authored about 9 years ago by Sam Saccone <[email protected]>
Move deploy only tasks into deploy block

1a667088e709a6dffa4ded57ad9e4531b12cadb3 authored about 9 years ago by Sam Saccone <[email protected]>
Add ampersand and angular2 to jscs ignores

3c090c265a21a7a6256d213806b78dca5d722668 authored about 9 years ago by Sam Saccone <[email protected]>
Merge pull request #1463 from jonnykry/react-readme-update

Update React Readme

3684cb8becb72ba748e1cafecd8253eb2cde86f1 authored about 9 years ago by Arthur Verschaeve <[email protected]>
update readme

36d828a8ece38e3be2425f816ceff8e2bcef7129 authored about 9 years ago by jonnykry <[email protected]>
Switch to angular-resource

26bfec34ff1c17fd3fa4d584ef80a9be75056df8 authored about 9 years ago by Kaido Kert <[email protected]>
Update angular version 1.4.1->1.4.3, add angular-resource

6cf92ac35155a608fae77f5538d5b4437fe2aa7f authored about 9 years ago by Kaido Kert <[email protected]>
Merge pull request #1323 from elacin/scalajs-react-rebased

TodoMvc example for scalajs-react

5aeef166c19516676d7367277d5b08bb320daac5 authored about 9 years ago by Pascal Hartig <[email protected]>
React: Replace link to Mailing list with link to discussion forum

Close #1459

a61442908381b72bc3f7da42454823865d35c239 authored about 9 years ago by Sota Yamashtia <[email protected]>
TodoMvc example for scalajs-react

24b83cdbd7d888540640bf3b64cf0f0348aa50d3 authored about 9 years ago by Øyvind Raddum Berg <[email protected]>
Tiny Riot readme.md tweaks

99d420da0430d102261e4c38d5c1a373c7ce3f25 authored about 9 years ago by Arthur Verschaeve <[email protected]>
Merge pull request #1455 from ebidel/master

Polymer 1.0 demo cleanup

557e65c3562b36d59d361969370b06c85af6da8f authored about 9 years ago by Addy Osmani <[email protected]>
Cleanup

2d42e06d359021ec1ad9aac05e95868d9fa47e01 authored about 9 years ago by Eric Bidelman <[email protected]>
Feedback

24680e5824a34179f53f2be16e73d6c4bb9b84d3 authored about 9 years ago by Eric Bidelman <[email protected]>
add built file to ignore

175cff474282ecd57d9b95e6b4b4dd7783f503d6 authored about 9 years ago by Eric Bidelman <[email protected]>
Conditionally load the polyfills

ca79b436145fd2af3841751adc0f317f855a779a authored about 9 years ago by Eric Bidelman <[email protected]>
Polymer cleanup

23591c48f9a88bf89475395997783f4ec0c47178 authored about 9 years ago by Eric Bidelman <[email protected]>
(Temporarily) drop montage app

The app is getting outdated and is these days even totally broken sowe
decided to remove it, til...

41a93a9518b4928daa5d4cf7e02cbe1dd9d463c5 authored about 9 years ago by Arthur Verschaeve <[email protected]>
Merge pull request #1450 from brenopolanski/patch-1

Update index.html

a500cab98623b967b1735630b4e7d55ba4838108 authored about 9 years ago by Arthur Verschaeve <[email protected]>
Update index.html

3c4b5289394ee7c7efcd926dbbba9c8bfae98a4c authored about 9 years ago by Breno Polanski <[email protected]>
fix name of localStorage namespace in comment

comment was using `todos` whereas the code is using `todos-react-backbone` - i opted for a non-b...

025d1845661044f163dc95d4408986bd414c9bd4 authored about 9 years ago by Frederik Ring <[email protected]>
Merge pull request #1426 from tastejs/sjs/polymer-1.0

🍕🌟Polymer 1.0 🌟🍕

854f02ee9f6d02fc1f205e832b3be3b1ae3d6565 authored about 9 years ago by Addy Osmani <[email protected]>
:volcano: Polymer 1.0 functional changes

* Update for spec complience
* Polymer 0.5 -> 1 changes

11ba30e8e0ee99eac45a80848692ae29ab00a874 authored about 9 years ago by Sam Saccone <[email protected]>
:unlock: Polymer 1.0 vendors updates

d5970707c7a320f2036f975ba7737affcebb2536 authored about 9 years ago by Sam Saccone <[email protected]>
:scroll: unblacklist polymer

b75e031fb2c7759aee0c5d13cbb3f29d7a125a3c authored about 9 years ago by Sam Saccone <[email protected]>
Merge pull request #1448 from nordfjord/master

fix checkbox bug in the mithril TodoMVC example

224134ae6ae999dada9ef13337c1f17580ef74f3 authored about 9 years ago by Sam Saccone <[email protected]>
added an error callback to the hidden check of the clear completed items button. This was done so that frameworks like mithril who remove elements from DOM in stead of putting css-classes like .hidden on elements get through the test suite

4464e459bb4f2ed9d6416e061edbf5c1aec8fb18 authored about 9 years ago by Einar Norðfjörð <[email protected]>
This fixes a bug in the mithril TodoMVC application

The bug is caused by lack of keying.

To reproduce the bug:
1. Open the app
2. Create at least t...

6af87b866efa2c8e32f01f22b5b9d36e9da5bec3 authored about 9 years ago by Einar Norðfjörð <[email protected]>
Merge pull request #1445 from ciceropablo/fix-typo

Fix typo

aa29541cc924a1a58a29903787928f0046ab7c29 authored about 9 years ago by Sam Saccone <[email protected]>
Fix typo

55d367e4a3f740850343fe69ceba2a051e71610b authored about 9 years ago by Cícero Pablo <[email protected]>
Merge pull request #1444 from felipedaraujo/master

Fix broken links

05d54e7e55a2e09bf1d0a4b961c7773e25e21a14 authored over 9 years ago by Arthur Verschaeve <[email protected]>
Fix broken links

b7ed14ae1982e4b872f9ba8fb055283b1fbbb707 authored over 9 years ago by Felipe de Araujo <[email protected]>
Update Knockback to Plain Old JavaScript

b7c5c920dfaa59db32c26b31450d9aa18a5a20a5 authored over 9 years ago by Kevin Malakoff <[email protected]>
Update Knockback to 1.0.0 and simplified.

083ba9fe5177bebb41a59898866ad17b992670bb authored over 9 years ago by Kevin Malakoff <[email protected]>
Merge pull request #1437 from benmccormick/master

Remove deprecated code and concepts from Backbone.Marionette example

24f9d0dfa0d28537d21b1bf98024838cfdbe69cb authored over 9 years ago by Sam Saccone <[email protected]>
Merge pull request #1439 from tastejs/sjs/lint-tests

🚀 run jscs over tests

7640a6d457e0415b615a8820f26f9e93a4caab0f authored over 9 years ago by Sam Saccone <[email protected]>
:rocket: run jscs over tests

ref:
https://github.com/tastejs/todomvc/commit/07353bcd844b41a2bf214d9c42845b65157a8bf7#commitco...

5bb136d997b5f8476667a34dfd29762a4b006b15 authored over 9 years ago by Sam Saccone <[email protected]>
Fix indentation

Ref 07353bcd844b41a2bf214d9c42845b65157a8bf7

aeb5e7e2ce8a6a918ce6b9020156f126baae9d76 authored over 9 years ago by Arthur Verschaeve <[email protected]>
Fix JSHint warning in `tests/test.js`

4c4c248ce6a3e7994d81b7224d67d203ba9a9b80 authored over 9 years ago by Arthur Verschaeve <[email protected]>
Delete `examples/riotjs/.editorconfig`

This one is exactly the same as the one in the root directory so there's
no reason for it to be ...

c80c514f6e3fc6a0e5173e5829869200f6506d9d authored over 9 years ago by Arthur Verschaeve <[email protected]>
Merge pull request #1438 from txchen/fix-riot-link

fix homepage link for riotjs.com

af85f5a2b25a6195f3b595a5ce7d7dc4abbaa1fd authored over 9 years ago by Arthur Verschaeve <[email protected]>
update homepage link for riotjs

1240dc4cd8608cec2d416cb3e426cbf21355d0cc authored over 9 years ago by Tianxiang Chen <[email protected]>
Removed deprecated code and concepts from Backbone.Marionette example

- Removed modules, replacing them with a common global namespace
- Added Backbone.Radio as a new...

2233e565d015f6c69414ec61bba07f68c34ff60e authored over 9 years ago by Ben McCormick <[email protected]>
Merge pull request #1337 from tenbits/atmajs-update

update (Atma.js) rewrite the app

987bc94cdaa5f8e1940cd74daf99b56236e33b17 authored over 9 years ago by Sam Saccone <[email protected]>
Merge pull request #1178 from txchen/riotjs

Add riot.js 2.0 example

7be1d104c5e9e8dd12858b38333b2fdf7e8aab40 authored over 9 years ago by Sam Saccone <[email protected]>
:truck: copy favicon for tests

6b12eb31a81f8ec8271cb25d564ea31439620b3c authored over 9 years ago by Sam Saccone <[email protected]>
:bread: CI: Add js error logging

abee8bdedb4913a6f70b4ad5167fad16ad333def authored over 9 years ago by Sam Saccone <[email protected]>
:footprints: Bump test dependencies

5dc73ff4760b07624a870752828bddf7a4ca7413 authored over 9 years ago by Sam Saccone <[email protected]>
:goat: Reduce clear complete flake

07353bcd844b41a2bf214d9c42845b65157a8bf7 authored over 9 years ago by Sam Saccone <[email protected]>
:footprints: Update chromedriver

98613a2b234305225018e36211602194abcf6ab1 authored over 9 years ago by Sam Saccone <[email protected]>
:pizza: remove ul requirement

92526bd0582f4174302893ecc9c332fd04d8605a authored over 9 years ago by Sam Saccone <[email protected]>
Merge pull request #1427 from mckamey/master

DUEL: App Update (#1110), cancel editing on escape keypress (#789), and routing support (#812)

87d177de45e4c792857cd574b989f126d14bdfc3 authored over 9 years ago by Sam Saccone <[email protected]>
Merge pull request #1434 from petebacondarwin/angular-link-update

Update AngularJS case studies links

c70a02b610540e5265cef4af9899e5a6bb44fd82 authored over 9 years ago by Arthur Verschaeve <[email protected]>
Update AngularJS case studies links

deff945f92a76698421df9d5bed5937846408cb0 authored over 9 years ago by Peter Bacon Darwin <[email protected]>
Regenerated static files.

18bca51b4145dbaad71fcddd85644181cbab75d1 authored over 9 years ago by Stephen McKamey <[email protected]>
Adding a missed file.

41a6507892b7738b8225ec81563bc73e9b6f56f7 authored over 9 years ago by Stephen McKamey <[email protected]>
Updating dependencies.

ef90ef3d095249e0c433a239b24d1177774d5d4d authored over 9 years ago by Stephen McKamey <[email protected]>
Merge pull request #1430 from dsumac/remove-controller-deprecated

Replace deprecated Controller

a9a0edd12e95def219754c38eb1fd79420118cf1 authored over 9 years ago by Sam Saccone <[email protected]>
Replace deprecated Marionettejs Controller object by Marionettejs 'Object'

7e9da4439b54b16bddf6b37398f114ec519ed41c authored over 9 years ago by Damien Camus <[email protected]>
Adding poor man's routing support. (#812)

9cc1fe01be4bf388de24be217cb5e20adfc2f48d authored over 9 years ago by Stephen McKamey <[email protected]>
Merge pull request #1429 from tastejs/links

Remove cloud9 and Codio links in the readme

5e02601023787b26a1cca61eeb333f4ed3d7095e authored over 9 years ago by Sam Saccone <[email protected]>
Remove cloud9 and Codio links in the readme

Fix #1428
Fix #957

e8b6c144d4b94b1638c39f5ecebd8a487deb870e authored over 9 years ago by Arthur Verschaeve <[email protected]>
Applying jscs lint suggestions.

7f9bd8d4f9c133248707c322f2c672cdd9814492 authored over 9 years ago by Stephen McKamey <[email protected]>
Ignoring linting of generated and external scripts.

3f420ea027391c81cf4058859889f5c6ef3db045 authored over 9 years ago by Stephen McKamey <[email protected]>