Ecosyste.ms: OpenCollective

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

Riot.js

Simple and elegant component-based UI library #javascript
Collective - Host: opensource - https://opencollective.com/riot - Code: https://github.com/riot/riot

Document package testing with Bower & NPM (on Node & Browserify)

github.com/riot/riot - 53f5f61a6c4bceab3e8f524e6add7669a5262127 authored over 9 years ago by Aurimas <[email protected]>
Include raw compiler in all packages

github.com/riot/riot - f34532db827870e1e8f8eec390aab0d0f0887fe2 authored over 9 years ago by Aurimas <[email protected]>
Move lib/node/cli.js => lib/cli.js (too lonely since index.js is gone)

github.com/riot/riot - 7451d63c321cd61a6d37a5bdae19bbef74550539 authored over 9 years ago by Aurimas <[email protected]>
No more need for lib/node/index.js (package.json FTW)

github.com/riot/riot - 2cff2774012247ed769dc970bfec3ce2e1526a4e authored over 9 years ago by Aurimas <[email protected]>
Export riot.js on Browserify, compiler.js on Node (package.json version)

github.com/riot/riot - a95d9fb455897d55a2fc84d7fed0db21a47209dd authored over 9 years ago by Aurimas <[email protected]>
Made require('riot') work under node

github.com/riot/riot - b8057709e72bb112477a636f21bc30f244f9638b authored over 9 years ago by Tero Piirainen <[email protected]>
Fix module to return a compiler in Node

github.com/riot/riot - 9a998f1ed23d72e7e6b5bc38592a8da2918183d3 authored over 9 years ago by Aurimas <[email protected]>
Makefile: generate compiler.js & compiler.min.js too

github.com/riot/riot - eec88649b741d424cb16c144e9949f64d4684471 authored over 9 years ago by Aurimas <[email protected]>
:bug: Fix a typo

Just like the title says

github.com/riot/riot - 7c5bf3b41e38a861e60a86d95b7c474ab6034225 authored over 9 years ago by Steel Brain <[email protected]>
Add custom routing to release notes

github.com/riot/riot - e2946c21fea1a1950d27e4bb0ca27fa109d11a9a authored over 9 years ago by Tero Piirainen <[email protected]>
Load riot.js using https on the demo

github.com/riot/riot - 9ed30f92196115b84779f97a567c81b5cda823b3 authored over 9 years ago by Tero Piirainen <[email protected]>
Links to tutorials and resources to readme, fixes #247

github.com/riot/riot - 3a3960935a8fe630c2d7775668e0a5cafb30502b authored over 9 years ago by Tero Piirainen <[email protected]>
Not sure why this #197 wasn't there even though it was merged

github.com/riot/riot - c2871809dace692a61182ef470a5f31d63ac62c3 authored over 9 years ago by Tero Piirainen <[email protected]>
Clarify how Riot virtual DOM works

github.com/riot/riot - 6a08e0162674b87408f4888082550e616fb036d7 authored over 9 years ago by Tero Piirainen <[email protected]>
Bring back observable test suite

github.com/riot/riot - cfe97e38bedd8d2844da4972b8b0187771a0a129 authored over 9 years ago by Tero Piirainen <[email protected]>
Added test for removing a handler while triggering an event on observable

github.com/riot/riot - 3144f24cddf3e48bdd092a41016ef45dbb53c836 authored over 9 years ago by Tero Piirainen <[email protected]>
Unescape HTML documentation note

github.com/riot/riot - 980297cc7768eddd68508773685a0c0c70e9f32f authored over 9 years ago by Jim Sparkman <[email protected]>
Jade compiler test

github.com/riot/riot - b7c000badcfb39c9f8264d84a2c3fb1a2ff23869 authored over 9 years ago by Tero Piirainen <[email protected]>
In-browser compiler documentation

github.com/riot/riot - 75b0f0cbced897827783153c80ff40676785cbc2 authored over 9 years ago by Tero Piirainen <[email protected]>
Browser- & pre-compiled demos

github.com/riot/riot - 95dd289b35a8fd6df754e08c508d0d8240594bea authored over 9 years ago by Tero Piirainen <[email protected]>
Jade example on compiler docs

github.com/riot/riot - 3a6e57a6b4b38331f73ac7fab08073da0722ea68 authored over 9 years ago by Tero Piirainen <[email protected]>
Updated tweets

github.com/riot/riot - d6e7300c70bce902ecca5551a31de30bbee00078 authored over 9 years ago by Tero Piirainen <[email protected]>
In-browser compiler docs

github.com/riot/riot - 83833a55f94d2d6e34472dca3d0b1b831206f556 authored over 9 years ago by Tero Piirainen <[email protected]>
riot.observable() now returns a new observable when called without the argument

github.com/riot/riot - b3d97a43241e8ab5ff51c55c75a1bddc95b217d3 authored over 9 years ago by Tero Piirainen <[email protected]>
In-browser compilation now works on IE8+

github.com/riot/riot - 2e134a1cc4ed1cd32336676b8fc66cb7c59accc9 authored over 9 years ago by Tero Piirainen <[email protected]>
Compiler loads & executes tags before calling riot.mount() or riot.mountTo()

github.com/riot/riot - 8602c2bc009974b80a812e3b99a272683e8a6b8d authored over 9 years ago by Tero Piirainen <[email protected]>
Better browser compilation API

github.com/riot/riot - 8af108113d24c153b2f6bf24c1f65f79e36316e3 authored over 9 years ago by Tero Piirainen <[email protected]>
Clickable website headers with URL hash update

github.com/riot/riot - 3e83f7c551317a6b5e3f319c60af66f483e38e85 authored over 9 years ago by Tero Piirainen <[email protected]>
Fix wrong identify index of array loop

Currently riotjs uses an array of difference between the mounted data and recent updated data an...

github.com/riot/riot - 27386bc776e4364c6708077427dd9f08c8aa2502 authored over 9 years ago by Steven Koch <[email protected]>
Do not self-close HTML5 void tags, fixes #227

github.com/riot/riot - 6064b4a79af06eb9f1d6a189178d460ba60ccfd4 authored over 9 years ago by Tero Piirainen <[email protected]>
Deal with table elements, #168

github.com/riot/riot - 5013ba5f317b98f62c115036dda88e18e0ef2c3d authored over 9 years ago by Tero Piirainen <[email protected]>
Compilation on browser. Initial implementation.

github.com/riot/riot - 42a5aa1313234c1737bba70c93a6933e11d8b122 authored over 9 years ago by Tero Piirainen <[email protected]>
Fix mistake in compiler example, #230

github.com/riot/riot - 1829dea0d8e94d1b7d6da69184304c48b627ebd9 authored over 9 years ago by Aurimas <[email protected]>
Allow empty tags, fixes #229

github.com/riot/riot - 08da6e11f7c275804c302bd5de96f0554760dcb9 authored over 9 years ago by Tero Piirainen <[email protected]>
Detect self-removal during triggering and handle it

github.com/riot/riot - 858e520787386ec86455bd06fe7edb89771d4044 authored over 9 years ago by Magnus Wolffelt <[email protected]>
Merge pull request #196 from antonheryanto/master

add riot.route.parser for user defined path parser

github.com/riot/riot - 6ad32c6dd77165c5b8855961e4bc7a9b987ab763 authored over 9 years ago by Tero Piirainen <[email protected]>
Merge pull request #197 from magwo/master

Detect self-removal during triggering and handle it

github.com/riot/riot - 78be692da7902d6a7c355fddbc6d73b0753e8b23 authored over 9 years ago by Tero Piirainen <[email protected]>
Fix typo

github.com/riot/riot - 4a73263d0e30d80e2a476b70844e50f0ba0d387a authored over 9 years ago by Aurimas <[email protected]>
Shorter bower.json

github.com/riot/riot - 47b7f57b4615c7765d0e59fa3f5ed61a526fad35 authored over 9 years ago by Aurimas <[email protected]>
Makefile: built riot+compiler.js & riot+compiler.min.js

github.com/riot/riot - 5532de69ee08e9595e6038b956ca3bcbf0bf1dde authored over 9 years ago by Aurimas <[email protected]>
Fix for jshint: 'plainjs' is already defined

github.com/riot/riot - 357ddf6dba89cec451070206ed7edfb1d441cfc7 authored over 9 years ago by Aurimas <[email protected]>
Update changed paths everywhere

github.com/riot/riot - ab5149e305ca2083660ff54f23018ec482afe89a authored over 9 years ago by Aurimas <[email protected]>
Add riot+compiler.js to all .json files

github.com/riot/riot - cc2b10ca96162ef0cfffa2b793028561751aa1d3 authored over 9 years ago by Aurimas <[email protected]>
Add lib/node/*.js paths in package.json

github.com/riot/riot - ab09dc035091ff2e89e459a715cfc85844758770 authored over 9 years ago by Aurimas <[email protected]>
Add lib/node/index.js for Node & Browserify exports

github.com/riot/riot - f336f6a6687d9d599bc67b9a48d761e540e65961 authored over 9 years ago by Aurimas <[email protected]>
Move compiler/index.js => lib/node/cli.js

github.com/riot/riot - ac0d0679ccf4bde5fae103afab5a5e7d7c93b8a2 authored over 9 years ago by Aurimas <[email protected]>
Move compiler/compiler.js => lib/compiler.js

github.com/riot/riot - ae7e6815ce2e0baf509e3c3a1028a57a95266891 authored over 9 years ago by Aurimas <[email protected]>
Merge pull request #239 from e-jigsaw/jade-preprocess

Add jade preprocess feature

github.com/riot/riot - 19c9da352b1fc460d600ba2ce2f5fa45b0a14a33 authored over 9 years ago by Tero Piirainen <[email protected]>
Merge pull request #244 from sjmog/master

minor fixes to typos in index.md and doc/guide/index.md

github.com/riot/riot - 323c08c0fee251143d51afd4322ad19bde9bdc6b authored over 9 years ago by Tero Piirainen <[email protected]>
Merge pull request #246 from insin/patch-1

For boolean attributes, also set the DOM attribute

github.com/riot/riot - 54befab95af328b7a7cd3ea580418d9f7456886a authored over 9 years ago by Tero Piirainen <[email protected]>
Merge pull request #250 from jimsparkman/dev

Unescape HTML documentation note

github.com/riot/riot - 8acc52eb296e21bba477699f92b4bb01d29fde7e authored over 9 years ago by Tero Piirainen <[email protected]>
Unescape HTML documentation note

github.com/riot/riot - ac9298d3f58511b6ce20970c4907b886c3063672 authored over 9 years ago by Jim Sparkman <[email protected]>
For boolean attributes, also set the DOM attribute

The DOM attribute represents the state - if the user has interacted with an element then just ch...

github.com/riot/riot - 28831742104c3d927f525ba4d207dcd1232fc830 authored over 9 years ago by Jonny Buchanan <[email protected]>
minor fixes to typos in index.md and doc/guide/index.md

github.com/riot/riot - 2cb34c414adccc16feabde499f30dd64d87b4c08 authored over 9 years ago by Sam Morgan <[email protected]>
In-browser compiler docs

github.com/riot/riot - c98ca646d81f588cd6caae004de244cca106dd4d authored over 9 years ago by Tero Piirainen <[email protected]>
Better browser compilation API

github.com/riot/riot - a82cb7bd1e7ab8b3f6eaf8a08fd270c28d97255d authored over 9 years ago by Tero Piirainen <[email protected]>
riot.observable() now returns a new observable when called without the argument

github.com/riot/riot - 48fe9271afece15f2617151e01489041113cd88b authored over 9 years ago by Tero Piirainen <[email protected]>
In-browser compilation now works on IE8+

github.com/riot/riot - 0399d4961d47fe187033ed180b004db7c02d0438 authored over 9 years ago by Tero Piirainen <[email protected]>
Merge pull request #206 from yibuyisheng/master

Move addExpr out of walk to avoid frequent creation of addExpr

github.com/riot/riot - beec1d327c55332fee0c665f478ad03945ad8b44 authored over 9 years ago by Tero Piirainen <[email protected]>
Merge pull request #222 from c-rack/master

MIT license, fixes #221

github.com/riot/riot - 7b9313ff96daad71b9a1d13fd1566e7435cc50c9 authored over 9 years ago by Tero Piirainen <[email protected]>
Allow empty tags, fixes #229

github.com/riot/riot - 2027498207803e0b3d4f6be72d3c3911284dae7f authored over 9 years ago by Tero Piirainen <[email protected]>
add jade preprocess feature

github.com/riot/riot - 3dfa33ab7e04d2971668e1d25b55a42683777262 authored over 9 years ago by jigsaw <[email protected]>
Do not self-close HTML5 void tags, fixes #227

github.com/riot/riot - 72450fb85671c0fa0a884db893ae22517f09ea73 authored over 9 years ago by Tero Piirainen <[email protected]>
add typescript preprocessor for #225

github.com/riot/riot - d85cfc469b598bc5defc7c732a9c4c3c92ba9e76 authored over 9 years ago by jigsaw <[email protected]>
Deal with table elements, #168

github.com/riot/riot - ab0701a7b9eef21f8ebdb04ae8c35b6af95a26ef authored over 9 years ago by Tero Piirainen <[email protected]>
Compilation on browser. Initial implementation.

github.com/riot/riot - 988ed05aabf808fe8cf9630bc274d2729e475afa authored over 9 years ago by Tero Piirainen <[email protected]>
add typescript transform doc

github.com/riot/riot - 1a40cfaa9219a188629380e7f2058b891f6b2643 authored over 9 years ago by jigsaw <[email protected]>
Merge pull request #235 from e-jigsaw/preprocess-typescript

Preprocess typescript

github.com/riot/riot - 3f7e48162bd78d29f9ed8c7e9e068fdc28f38b1f authored over 9 years ago by Tero Piirainen <[email protected]>
add typescript transform doc

github.com/riot/riot - 0232991abe6cb2bc64a52098073d95e597111891 authored over 9 years ago by jigsaw <[email protected]>
add typescript preprocessor for #225

github.com/riot/riot - bc5e927a16420b9ee4c83bb48f515ecd88cea41d authored over 9 years ago by jigsaw <[email protected]>
Makefile fix: continue even if nothing to commit in gh-pages

github.com/riot/riot - f4e4eb013563f941c1926ed26cca6bb4bbe32c75 authored over 9 years ago by Aurimas <[email protected]>
Fix mistake in compiler example, #230

github.com/riot/riot - 293da33d19b5069bf6243474a228d20b89ddc601 authored over 9 years ago by Aurimas <[email protected]>
Makefile fix: continue even if nothing to commit in gh-pages

github.com/riot/riot - 5bf58291c75cac15984f349d25ff232bdee74035 authored over 9 years ago by Aurimas <[email protected]>
Makefile: set the latest minor Riot version in demo on release

github.com/riot/riot - 8cef5436da51d0ca5a29e1b7e775e3d8a241a3ab authored over 9 years ago by Aurimas <[email protected]>
Include renamed compiler in package.json

github.com/riot/riot - 91e296e68c4c5d67eb5e7c7d9d74a758294cd6de authored over 9 years ago by Aurimas <[email protected]>
Include renamed compiler in package.json

github.com/riot/riot - 06fdf7e1bd3fb4dd6972910862c11acee0446aa0 authored over 9 years ago by Aurimas <[email protected]>
Add MIT license file. Fixes #221

github.com/riot/riot - c655768ebc9fed3d8fba39f72c942ecc0794ef7e authored over 9 years ago by Constantin Rack <[email protected]>
Makefile: set the latest minor Riot version in demo on release

github.com/riot/riot - 69841289b9e6290fdfd23935a3316f479aec4ec7 authored over 9 years ago by Aurimas <[email protected]>
Use latest minor Riot version in a demo

github.com/riot/riot - 6bff6c01608d055d20f90a1444f96728fe7f593c authored over 9 years ago by Aurimas <[email protected]>
Revamped Makefile

github.com/riot/riot - b5cb6d0f5940523055a66d8eb3f2bb8f1be7a43e authored over 9 years ago by Aurimas <[email protected]>
Script tag documentation

github.com/riot/riot - 65d2463ce4cec249f23faa5fd244f3cac8985fee authored over 9 years ago by Tero Piirainen <[email protected]>
Separate documentation for the compiler

github.com/riot/riot - ce2b986a8025737f6ec32dde72b1fe2ffa01cf83 authored over 9 years ago by Tero Piirainen <[email protected]>
More complex compiler tests

github.com/riot/riot - 01984d471b3fefb00f2d511b0294699d28cdfd27 authored over 9 years ago by Tero Piirainen <[email protected]>
HTML test suite for compiler

github.com/riot/riot - 49ca1de8299947a10a48a9313b9eec8b5aaed869 authored over 9 years ago by Tero Piirainen <[email protected]>
Ability to pass a custom JavaScript parser

github.com/riot/riot - 407cbf8feb38ef25eddfcab33311f51c15dc732a authored over 9 years ago by Tero Piirainen <[email protected]>
Ability to skip JavaScript parsing with type: 'none'

github.com/riot/riot - 49d3b7ee0ba937c71bd56ff380a5e85703c8d1c4 authored over 9 years ago by Tero Piirainen <[email protected]>
EcmaScript 6 support with 6to5

github.com/riot/riot - e3a988a9f1f5fdd8cc519457d65317270b1d2e27 authored over 9 years ago by Tero Piirainen <[email protected]>
CoffeeScript support

github.com/riot/riot - 1a8aa50821c4f1f1b5e2e9e46457d309ba028ca5 authored over 9 years ago by Tero Piirainen <[email protected]>
Test page for dealing with errors on event handlers

github.com/riot/riot - 99b6d847bec9b37e3e44c877514a9a64b4131f8c authored over 9 years ago by Tero Piirainen <[email protected]>
More granular publish tasks

github.com/riot/riot - a820536c290c5783b9970e9492025397a5fce708 authored over 9 years ago by Aurimas <[email protected]>
A better compiler. fixes #180, fixes #141, fixes #140, fixes #142

github.com/riot/riot - 9b886a7dfe9ec89bae5eef6bb2186f889aedb103 authored over 9 years ago by Tero Piirainen <[email protected]>
Links to demo hosted on GitHub pages

github.com/riot/riot - d6f052293071ce26565d796df9351ffd191f8878 authored over 9 years ago by Aurimas <[email protected]>
Fix docs: event.data -> event.item (II)

github.com/riot/riot - 41338419cf38a8895405799b0db9c25c5bee9cc9 authored over 9 years ago by Aurimas <[email protected]>
Adding Riotify here too

github.com/riot/riot - 1b03d4fa87a10de607fe13eacbc41003ddfdc50d authored over 9 years ago by Aurimas <[email protected]>
Publish demo on GitHub pages on each release

github.com/riot/riot - 4492285cfd80e26a4392019cf476a4d6d04ec42c authored over 9 years ago by Aurimas <[email protected]>