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

Removed compiler tests

In .travis.yml, parsers are not needed, remove the 'install' section.
In test/runner.js, move th...

github.com/riot/riot - 6ea80f3d616b7c66fdbc2436ee9bc0c2cbfc2135 authored about 9 years ago
switch compiler test

This PR switch the directory of the compiler tests (node version) to the own riot-compiler insta...

github.com/riot/riot - c7acf3cfa17d45a6dc87317efd0bbab653247c1c authored about 9 years ago
Don't update expressions or tags within a false if-attribute.

Before, expressions and child tags were run even if they never made it into the DOM. This was un...

github.com/riot/riot - 3cded4ba44e10149e27381129c50f66ceb294f03 authored about 9 years ago
Updating for code origin traceability

We are willing to use your project for eclipse.org/leshan project but Eclipse foundation lawyers...

github.com/riot/riot - 5a648817f52e49ee4b42a5404b460460dd6e78ce authored about 9 years ago
Merge pull request #1526 from viernullvier/dev

Handle rare edge case where tag.tags is not set

github.com/riot/riot - 9384df11aefc9f7908f2143cfeb75b97da8acfee authored about 9 years ago
Added test case for #1526

github.com/riot/riot - 8154581bccce474563da5ff41c5b5e35fb5ca155 authored about 9 years ago
Merge pull request #1534 from mike-ward/dev

Add example electron-riot to demo links

github.com/riot/riot - 6314de65807edb220d2907e3246888944db0395f authored about 9 years ago
Merge pull request #1532 from riot/clear-each

Update each() in util.js

github.com/riot/riot - c8bea037e406f2dca1163b10d9db4c7105d37657 authored about 9 years ago
move link to end of demo links

github.com/riot/riot - a8e4207134692f7a17850d744b5fc7ac221c7e4e authored about 9 years ago
fix merge conflicts

github.com/riot/riot - 3d60e3d0a057d998c698b96fbcac29e6ff260e55 authored about 9 years ago
merge with latest dev

github.com/riot/riot - 3fb68a0998a178728cfe875fc4bb0bbb8e2d5322 authored about 9 years ago
Update each() in util.js

Only a bit more clearer

github.com/riot/riot - fa80ae485d862e355f6ba0c925502091ecca0062 authored about 9 years ago
Fix link

github.com/riot/riot - 3f0586988c49f25cbdf3606397b89c582fbdfcc6 authored about 9 years ago
Add electron-riot to demos section

github.com/riot/riot - d32a112ad69a82486201052e3142907c4254da7c authored about 9 years ago
Handle rare edge case where tag.tags is not set

github.com/riot/riot - 0b234160433b8845ddddc9e3a10ef4aeb2d35210 authored about 9 years ago
Merge pull request #1523 from rsbondi/virts

check for parent on virtual unmount

github.com/riot/riot - cac5b97861da9ffedd1589ad9e589474f4b227d7 authored about 9 years ago
check for parent on virtual unmount

github.com/riot/riot - 50027ab5188161dcacbc649cd9cc04e22c90e7b6 authored about 9 years ago
Update free-style.js

github.com/riot/riot - a820aa0c062b30021f5f0d8719487d31dc27cd99 authored about 9 years ago
Changed comment in free-style.tag

github.com/riot/riot - 75cbed6c2d566a069860b25896d272aa85ac2e58 authored about 9 years ago
Changed comment in free-style.tag

github.com/riot/riot - 083aa8972d088d4e39dbdbca62eb2388c7e35f3f authored about 9 years ago
updated: sync with the master branch

github.com/riot/riot - aa134da6e9c1ce305e374f3bed857a7f9c2c5f6b authored about 9 years ago
removed: the wrong riot.rollup file

github.com/riot/riot - 168db2c32d83de6c677b3a256226e9af1032591d authored about 9 years ago
fix #1509

Fix #1509 : Yields are no longer removed on riot.render

github.com/riot/riot - a0227d754a4e92744c4811b5376921b12a98e425 authored about 9 years ago
closes #1456

github.com/riot/riot - bc4ed221301de28c13e4a998e48d29368babab88 authored about 9 years ago
riot.compile revision

Prevents bug in the type detection of 2nd parameter in `riot.compile`
Allows the tags to be prec...

github.com/riot/riot - 489d5946fdcb589384802af183a5d2462051353c authored about 9 years ago
fix test for compiler 2.3.20

github.com/riot/riot - 8a19a8ca226914b6159f1e7f8ff115f5d76f4d10 authored about 9 years ago
updated: saucelabs browsers

github.com/riot/riot - e2222e735e67a4e48371cd22ad1c3606d2f91af8 authored about 9 years ago
closes #1471

github.com/riot/riot - d8e4115a191761ab682cfed0a8c57f8991e90c9b authored about 9 years ago
Fix grammar typo

github.com/riot/riot - f5b36d395a62a1bac995f6cc3d981168d4b8278d authored about 9 years ago
updated: npm dependencies and removed the browser failing on saucelabs for no reason

github.com/riot/riot - 98a1ff5729d7502d2cf9053fa2768001fa00543d authored about 9 years ago
updated: dependencies

github.com/riot/riot - bbd8c58e9e2e75f4d7961a34d88807dc0eed2037 authored about 9 years ago
JSPM loader resource link

Adds a link to a JSPM/SystemJS loader plugin.

github.com/riot/riot - 6e1acb9c6368ac9edd3ac1dbf8cc88be35d838c1 authored about 9 years ago
removed: a bit of fat from the code

github.com/riot/riot - e221633d7ffdd936698fe1d03b97d64620094ff5 authored about 9 years ago
updated: cleaned the patch #1472

github.com/riot/riot - b09b25e44e6c7d878c3acec99bb418f131b315d9 authored about 9 years ago
Revised compile function

This PR prevents possible issues when calling `riot.compile(url, callback, options)` with option...

github.com/riot/riot - 47d9cd02b0fcc76dce675d5fe0dac50b328254cc authored about 9 years ago
lighter styleManager

github.com/riot/riot - 26c15a21363330cf753b3aa2349abf26860e2018 authored about 9 years ago
replaceYield with regex

github.com/riot/riot - 366e280ebc655f4041f21dcbae6a7378271c3893 authored about 9 years ago
updated: dev dependencies

github.com/riot/riot - 72e7d5dca623ccd8bf6b1589ff8c04eca05082e1 authored about 9 years ago
Closes #1463

also should be some performance gain at mount time.

github.com/riot/riot - c910b68d8872bdb388a8758d9bd27d9bad0550d5 authored about 9 years ago
updated: other small code optimizations

github.com/riot/riot - a5eb1069bd53dc7e0a4d1f493586a05dc917afb7 authored about 9 years ago
test for replaceYield

github.com/riot/riot - 651dc22786a5b15638708dc489982c64972a845f authored about 9 years ago
SauceLabs fix

github.com/riot/riot - 31f36d6258c1f61977a3ef33b4a3ba22a8203456 authored about 9 years ago
SourceLabs browsers

Reordenation and inclusion of tested browsers

github.com/riot/riot - 8578a19a170d4581ec1c4f46321f60a4ac2c4367 authored about 9 years ago
yield from/to clear unreferenced yields

github.com/riot/riot - 55389a678a9c5b9d116110a1bb7a336490b2efab authored about 9 years ago
Removed Safari 8

Safari 8 has timeout issues

github.com/riot/riot - db5df6e9445d6d7383ebf591bf4f0d1dc9ec9d0d authored about 9 years ago
SauceLabs try 2

github.com/riot/riot - 86aea07cce82f5f049ab018ac088e592e5c3bcbe authored about 9 years ago
updated: riot-observable

github.com/riot/riot - f4a1e85a2a8b75b1c81308e5e28dffc86d1846fc authored about 9 years ago
optimized #1449 codebase

github.com/riot/riot - eb6e1979ce0d327abbf1139797bfab79c263b65e authored about 9 years ago
Fixes #1458 yield with nested tags

github.com/riot/riot - 6593dcf8270f93fd7d0ef11f5ff012baf9607249 authored about 9 years ago
Improved tests for runtime parsed styles

github.com/riot/riot - 0023b861fd9a82a1e5fccad354410d2c939e9759 authored about 9 years ago
Removed iPhone 5

github.com/riot/riot - 4ce7d682ba87b54b3201cce6bf66cd3c1062a52a authored about 9 years ago
fixed: travis after success hook

github.com/riot/riot - 14bef26dfb8aab546c7e5ed85c22f96954389835 authored about 9 years ago
Avoid un-needed style reparsing during mount

github.com/riot/riot - e35422bc3e6b9be42a0a5296de2249b6f16e99a2 authored about 9 years ago
Improved tests

github.com/riot/riot - 350102d502f9d561697ea9e3991738b4fa5a0cce authored about 9 years ago
Meteor resource link

moving #1391 to dev branch

github.com/riot/riot - d2f224091f15b9c45c16c9924f48885f3c156de4 authored about 9 years ago
SauceLabs fix 1

github.com/riot/riot - 38e256f97b304efcc65fcefe87dbb51487ead422 authored about 9 years ago
Fixed test for IE9/10

github.com/riot/riot - 05d49dd40451322df89f20371d3c3cbafa634e31 authored about 9 years ago
avoids iOS bug in rAF

This PR prevents a bug in iOS 6 and has a micro-op in sync times.

See:
https://bugs.webkit.org/...

github.com/riot/riot - fdfcc3970f562bf11727e6981ab014a01e9e7dd1 authored about 9 years ago
micro-op for yield and tmpl

This pr avoids the creation of dom elements when there's no yield in a template, this is expensi...

github.com/riot/riot - 60dee4ac00d9ab93d0cbc7d14841418953b447ae authored about 9 years ago
updated: riot-observable and fixed the tests errors hidden by the observable try/cactch blocks

github.com/riot/riot - 436d863ab4471dbe29a8a72f33e28f42c46e9e3c authored about 9 years ago
Fix regression with attributes with zero values

github.com/riot/riot - e2a40956ca1b4e18b7ad0b5b025295a5d949fe9d authored about 9 years ago
Tests for dynamic css

github.com/riot/riot - ffcaf16962aac63f6f60a9d68fefdd08ae7af5d3 authored about 9 years ago
support for dynamic CSS

github.com/riot/riot - 30f5907bd6475924aca06447c5f7154cd16b0d4d authored about 9 years ago
Custom parser in tagStyles

github.com/riot/riot - df0f47d38e0a87b8b18e6536bf27223bbe6a7088 authored about 9 years ago
Fixed tagStyles.inject() to inject only when needed

github.com/riot/riot - 586bfd079617d8fc892d52991836cae24820b41f authored about 9 years ago
classes as mixins

github.com/riot/riot - ab6bd3bb52e45ff90cb74e5065a73ff5b9870b48 authored about 9 years ago
merged the master branch

github.com/riot/riot - 25474a8b6af8850b5d966c0d38b150487bc8c8e6 authored about 9 years ago
Skip calculating `tmpl()` if not needed

github.com/riot/riot - 13de753ccdc9ee21ec832281f6f5bfd8f11abce0 authored about 9 years ago
added riot.styleNode

github.com/riot/riot - 1831ba783bcd11140ce5dde8ee78d58f609bb7cc authored about 9 years ago
spaced lines

github.com/riot/riot - 87cae6b32cb99fbc8b36a6bd95e09260cfc9e5ac authored about 9 years ago
Inject tag styles in batch

github.com/riot/riot - 78891b3e7c4fb90f610e519787ab2d42ba1333b6 authored about 9 years ago
closes #1456

github.com/riot/riot - e39ad68fd2d48105aba5253757e8b5c9d4084abe authored about 9 years ago
closes #1471

github.com/riot/riot - 6e72dd5a39ab900c002718816b7ffe823929d663 authored about 9 years ago
updated: npm dependencies and removed the browser failing on saucelabs for no reason

github.com/riot/riot - 50fdcd1fa3265c6f21428b3e72a64c8e8251c316 authored about 9 years ago
updated: saucelabs browsers

github.com/riot/riot - f0ad1ec62a31db0f88690f75b659608e03fe9a63 authored about 9 years ago
updated: dependencies

github.com/riot/riot - f59dfdedb3ac88d57653105e6573cf8ef93438f7 authored about 9 years ago
riot.compile revision

Prevents bug in the type detection of 2nd parameter in `riot.compile`
Allows the tags to be prec...

github.com/riot/riot - d2e7d9db09f7a89d220e7fd65acce3c069e19c69 authored about 9 years ago
fix test for compiler 2.3.20

github.com/riot/riot - 03c6364b43e80f6bbf7b318715c54dcf698d859d authored about 9 years ago
Merge pull request #1494 from mccxiv/dev

Fix grammar typo

github.com/riot/riot - ec0b7bbe747a8db121d8d79ad5b9ca97a13c3e6f authored about 9 years ago
Fix grammar typo

github.com/riot/riot - 771fa4067c956683ce9132efaac3899652d1d2fb authored about 9 years ago
Merge pull request #1493 from amenadiel/systemjs_plugin

JSPM/SystemJS plugin

github.com/riot/riot - ffb5db12d9a99f30eb236f11fc56b3309545c186 authored about 9 years ago
JSPM loader resource link

Adds a link to a JSPM/SystemJS loader plugin.

github.com/riot/riot - 93ea7110538e1e9981e523d9c5f45a924bcb73f3 authored about 9 years ago
Revised compile function

This PR prevents possible issues when calling `riot.compile(url, callback, options)` with option...

github.com/riot/riot - 59d34a006718310e103059e5833940441dffc7e1 authored about 9 years ago
Merge pull request #1476 from riot/yield-regex

replaceYield with regex

github.com/riot/riot - 7cc25f4a189b3dfdb3f88a7802c5c4c3cab323e7 authored about 9 years ago
test for replaceYield

github.com/riot/riot - 22774e3ce543c6b403dbbb6b5d6d5a9bd092d22c authored about 9 years ago
replaceYield with regex

github.com/riot/riot - 2552196a96b1166535dce3aac5358a7fcd5c5197 authored about 9 years ago
updated: dev dependencies

github.com/riot/riot - 990f3d8330f24d7b404675ff558bbb4747565088 authored about 9 years ago
Closes #1463

also should be some performance gain at mount time.

github.com/riot/riot - 20eb0d34418229de26df0429d0652c1fa5855009 authored about 9 years ago
Merge pull request #1475 from riot/stylemanager

lighter styleManager

github.com/riot/riot - 4b3133881dccd67a842b30a42cf611f3e730fdd7 authored about 9 years ago
lighter styleManager

github.com/riot/riot - 70d89531601ee789b42f4ff6319dec404ae589c0 authored about 9 years ago
updated: cleaned the patch #1472

github.com/riot/riot - 60f471524b4d136dfcc964ac977a6f40f15ddb53 authored about 9 years ago
Merge pull request #1472 from nippur72/yield-patch

Fixes #1458 yield with nested tags

github.com/riot/riot - eb61c189b37f34dac28144f4633b896bd84ee020 authored about 9 years ago
updated: other small code optimizations

github.com/riot/riot - 83f07cb5626e86d04a79d8cc884579d9d8f322e0 authored about 9 years ago
removed: a bit of fat from the code

github.com/riot/riot - 928e2364a9b8244270efb457534c9dbacf0ba62c authored about 9 years ago
yield from/to clear unreferenced yields

github.com/riot/riot - 133cca11a330fad615f0f5fbb7d9e8cff7d033a8 authored about 9 years ago
Fixes #1458 yield with nested tags

github.com/riot/riot - 56ea0b299d6e4aa71eab9742c408ed85fd6fdcbb authored about 9 years ago
updated: riot-observable

github.com/riot/riot - 35664f73ceb6dcf7e0397a2b93d4167fb578d393 authored about 9 years ago
initial setup

github.com/riot/riot - e2994230e57174595c9547908638739dcd3162a8 authored about 9 years ago
optimized #1449 codebase

github.com/riot/riot - b8074efcf6ddf53113858ff44295ea6708b74446 authored about 9 years ago