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

travis file removed

github.com/riot/riot - 63fc213fe45ffbc1c01d57dbca4d559da6b972da authored almost 10 years ago
code coverage

github.com/riot/riot - 01ce14d373ecd3f7feb247c14cde654df5443840 authored almost 10 years ago
small fix to the make file

github.com/riot/riot - 6de2b85ad5eea5a5d2b7343911e7438915af98f6 authored almost 10 years ago
added first mocha tests

github.com/riot/riot - 9c4f40da278bfe930b64d183b0e8e1ce0f4356f6 authored almost 10 years ago
fix again the indentation issues

github.com/riot/riot - c2601734d7db31c796888d89cb60667c280d74e4 authored almost 10 years ago
Merge branch 'aurri' of https://github.com/muut/riotjs into aurri

github.com/riot/riot - e01281d669317a3dfcca761a46de5c0d86e70d2f authored almost 10 years ago
Mention compiler's brackets option in docs

github.com/riot/riot - fa9d63be31d2222fd3acbf5edcd90773eaf7f8c8 authored almost 10 years ago
Simpler and faster brackets(). Don't rewrite regexp if default brackets used

github.com/riot/riot - 7d3e674c8f0a3d50f5766e585b9036f50e1695a7 authored almost 10 years ago
Add tests for custom brackets

github.com/riot/riot - bfffddb67236a95ba89804188677eec21fcd468a authored almost 10 years ago
Make jshint happy

github.com/riot/riot - 8e14a13754fe61f14cd59e4cff45e583a500a7f7 authored almost 10 years ago
Share internal methods with riot.util instead

github.com/riot/riot - 384dde1aad1fdf9d13b879ee48ace9246e30489a authored almost 10 years ago
Transfer brackets option from compiler to riot.tag()

github.com/riot/riot - b8d91293bc65031332b7b905f86197ccb4dd7c1d authored almost 10 years ago
Remove opts from riot.tag(), don't transfer from compiler

github.com/riot/riot - c0ed2388dca4190b4f1fe53ace6d6c85cd101bea authored almost 10 years ago
Update tmpl tests

github.com/riot/riot - d6b82c9977c1f0076f711a2d655314f24f7fee9a authored almost 10 years ago
Fix class shorthand regexp

github.com/riot/riot - eacda06692f5f49722ebde8768e7c116877efd60 authored almost 10 years ago
Access riot's private brackets method from compiler

github.com/riot/riot - 2da001b423c61c1b82fa54489dbb63d5f8221007 authored almost 10 years ago
Add brackets option to compiler

github.com/riot/riot - 7e4d525a948a44c741b0b41eec77fb6b151cf600 authored almost 10 years ago
Replace remaining brackets logic with brackets() method

github.com/riot/riot - fcde34d14bb8aafe1ac61bf758d1d173def3fd7e authored almost 10 years ago
Add riot.(var) backdoor to riot's private vars (for compiler, tests, etc)

github.com/riot/riot - ff4ad58f56aebd8b6069f45c1b630f7667bfffc0 authored almost 10 years ago
Wrap custom brackets logic in a single brackets() method

github.com/riot/riot - 74075e9e3e4c97ed26e189e5767a74151ede1e04 authored almost 10 years ago
Implement options arg for riot.tag()

github.com/riot/riot - 1383d58fa0657ddedb7e2992d439bea74268106d authored almost 10 years ago
Merge pull request #384 from pakastin/dev

added reorder support

github.com/riot/riot - 07fea18dd5709f0830b52abbc726fa1b111504a0 authored almost 10 years ago
even better fix for pos value update issue

github.com/riot/riot - 98e7854efebfa984ed7b20c96c696b80accc3219 authored almost 10 years ago
change the names for tests

github.com/riot/riot - 02a10df93c339bfa869bc143c613882d5743bc74 authored almost 10 years ago
better fix for pos value update issue

github.com/riot/riot - 9b6a9161ffeb96114eb285658548707b2b5862e1 authored almost 10 years ago
fixed pos value update issue and updated test

github.com/riot/riot - a31ba2e650de528c3b76ad3cce53df2bdcc17fa2 authored almost 10 years ago
Modularity section to docs: https://muut.com/riotjs/guide/#modularity

github.com/riot/riot - feb23f51eaa1bc63cce7c50e95de8abd66b567ff authored almost 10 years ago
added new test for #386 issue

github.com/riot/riot - 3f43b00d4d0f2af1a9963e7f4767438f95ad0d6f authored almost 10 years ago
better index search for loops, fixes #386

github.com/riot/riot - 223723fdd53fe4ed3cb0b3e7e7945ad56c405375 authored almost 10 years ago
added the test

github.com/riot/riot - e386b7566ce9ade6627088278094a46f3092550b authored almost 10 years ago
Merge pull request #387 from jimsparkman/dev

Documentation: inner-html typo correction

github.com/riot/riot - e55466e0c5d851f6d562528da374ba81f59ddbc4 authored almost 10 years ago
Inner-html typo correction

github.com/riot/riot - 56ed9a17d2acbc3a37632185dfaa8ae043fa8219 authored almost 10 years ago
fixed wrong splice return value

github.com/riot/riot - 670850dcda4c3b2603db7b42337fcbb5a55099c4 authored almost 10 years ago
small fixes + some extra comments..

github.com/riot/riot - 83469db604542c87452cdc3d9a0bfcc2e57667ff authored almost 10 years ago
added reorder support

github.com/riot/riot - 6c83018e90b2579cc6ee3d5c9bff75f4861bd42f authored almost 10 years ago
tag.update() called by the event handler and not auto- generated by the compiler, fixes #379

github.com/riot/riot - 5b993781a8dbbf62c164a9cacc733dbb9d0c5706 authored almost 10 years ago
New way to deal with style tags added to release notes

github.com/riot/riot - b5bc029692cfa3aff2a9c28987f08d1443d357a7 authored almost 10 years ago
Coffeescript -> operator is detected as logic and not markup, fixes #372

github.com/riot/riot - 387cc7cc1f5fdb361d0039fca876816b0c26ceeb authored almost 10 years ago
Fix class shorthand regexp

github.com/riot/riot - d456611c0c450e56afb7ce731a49da192c913910 authored almost 10 years ago
fix issue with mount('*') when doing transclusion

I have following markup on the page
```jade
tabs
tab(title="First")
p First tab conten...

github.com/riot/riot - 37adf65534d82907cd12e70198f4797f362143fb authored almost 10 years ago
Merge pull request #373 from cognitom/style-conscious

[WIP] Style supports

github.com/riot/riot - 9f9ebe89ec794f204ee2df4182de94c01f4b78bd authored almost 10 years ago
Add test with style tag

github.com/riot/riot - a21936cde3dd2327cbc314b59348af693cc91485 authored almost 10 years ago
Update documentations about styling

github.com/riot/riot - 27b201b35924570d93ad4f0f27aa77becdc114cd authored almost 10 years ago
Merge branch 'dev' into style-conscious

github.com/riot/riot - 7deed4b205e3050ada91a49b5f90707930202479 authored almost 10 years ago
Merge pull request #355 from martynovs/patch-1

fix issue with mount('*') when doing transclusion

github.com/riot/riot - a87f24efcbcb4709e496066190e4ecdaca784aa6 authored almost 10 years ago
Merge pull request #374 from GianlucaGuarini/dev

Code style checker with jscs + jshint + indentation fixes

github.com/riot/riot - 3a7c64bedcd1dd4d8db38a3bfac3e9f541836791 authored almost 10 years ago
6to5 renamed to Babel

github.com/riot/riot - 95c6fd903cf29e75430883802fc1857fb3ddd1e1 authored almost 10 years ago
Inner HTML documented

github.com/riot/riot - ffd24bf390bef70c8ad88368825f2bc20143ae1d authored almost 10 years ago
fix merge conflicts and merging the dev branch

github.com/riot/riot - c5a46c18760df989c76cb02bccf7e6e64ebed835 authored almost 10 years ago
remove indentation from jshint

github.com/riot/riot - 047dcdd40c69ca0ae1ee4df35334925300229acd authored almost 10 years ago
code style checker

github.com/riot/riot - da393f5b164e3c3f3a40418e3d1acdc83e889d3d authored almost 10 years ago
inject style into HTML

github.com/riot/riot - cd419397295aa4343be663f62b3bc2bfeea0e241 authored almost 10 years ago
Take out styles from tags

github.com/riot/riot - 436a4c9a70f0daf426a32db8ec4900e834f4917f authored almost 10 years ago
Options object no longer shared between tag instances, fixes #211

github.com/riot/riot - 6c0efb6b6cb98af61f5d59460573708bcf9b0558 authored almost 10 years ago
No illegal server requests with images: `<img src={ src }>`, fixes #362

github.com/riot/riot - ac1939bb08f1459191b5a72f90d9977225f0e12f authored almost 10 years ago
Make cli use the development compiler

github.com/riot/riot - 45f85d6ea3881c8a3263201e9e608ed17c245a66 authored almost 10 years ago
Update direct download links

github.com/riot/riot - f1d5da439ee5eada914c37e4756540975aab8337 authored almost 10 years ago
Fix compiler to support custom brackets

github.com/riot/riot - aeb42ea18acbaad5eed6858742b3ba7b58d7f6dd authored almost 10 years ago
'Ability to define tags on the same line: `<tag></tag>`, fixes #253

github.com/riot/riot - 91a602b169877f73ef0b61c70d0a3b93f19d76ac authored almost 10 years ago
Add one more example, hackernews reader

With 2.0.9, the blocking bugs are resolved, so the example is ready to ship:)
This one is using...

github.com/riot/riot - bec38640426cebe6a46270465b3c69475ebc6c0a authored almost 10 years ago
Contributing guidelines

github.com/riot/riot - f73d4eef6d779ac1f0f6ea843a04ea4c2ceb0322 authored almost 10 years ago
Add todomvc example link

github.com/riot/riot - 9df534e56df6bb97678316bec0994c0adcd505f9 authored almost 10 years ago
indentation fixes on the memory test file

github.com/riot/riot - 3db06a8c11d5cbde707fde504551f3b0f3a9242b authored almost 10 years ago
Single line ES6- style methods, fixes #301

github.com/riot/riot - de0b7896328767715b67e838576f858e8a4a7d19 authored almost 10 years ago
Tmpl fix: refined class shorthand regexp. Closes #370

github.com/riot/riot - 801853442060909ad0504adeb9147bde544e0008 authored almost 10 years ago
Tmpl fix: support regular expression literals

github.com/riot/riot - 846acbe592c1d73858ad19a2562337bf8319ce6b authored almost 10 years ago
Tmpl fix: support single char quoted strings

github.com/riot/riot - 2606a740869f1c86a32aa436df091664e66eb15e authored almost 10 years ago
Merge pull request #364 from GianlucaGuarini/master

indentation fixes on the memory test file

github.com/riot/riot - cb03a05e1f3e214a7da4425ecdd4bdf45bb2ea79 authored almost 10 years ago
Merge pull request #367 from GianlucaGuarini/dev

removing the all the events bound to an element when it's unmounted

github.com/riot/riot - 216480a4721640cab7008d5cc86baddef0446486 authored almost 10 years ago
Merge pull request #369 from ath0mas/patch-1

Update direct download links

github.com/riot/riot - a754f7c71957c0e80767deff10e1ec65d890e16a authored almost 10 years ago
Merge pull request #365 from txchen/master

Add two more examples, hackernews reader and todomvc

github.com/riot/riot - 7076702dc97295ca85934f598f2b18c341c05188 authored almost 10 years ago
Add todomvc example link

github.com/riot/riot - d1803c9fbf72a8e1a49c6af33e290d49ec0dc706 authored almost 10 years ago
Update direct download links

github.com/riot/riot - 15d3f2ed5f3d4e1973ef51a05c1a5ae13a10f292 authored almost 10 years ago
removing the all the events bound to an element when it\'s unmounted

github.com/riot/riot - 9fc34fb66068bff0d00d4cef4819dbb30c2541e9 authored almost 10 years ago
Add one more example, hackernews reader

With 2.0.9, the blocking bugs are resolved, so the example is ready to ship:)
This one is using...

github.com/riot/riot - 7f31de55b61e8dfcd411d93e8c0e3132cba6e15b authored almost 10 years ago
indentation fixes on the memory test file

github.com/riot/riot - 89dd9f793753c8bb0a2bea5e9c4bfc334a8d80e7 authored almost 10 years ago
Contributing guidelines

github.com/riot/riot - 784fde30a93aeddf9ba1071ce7f31e6ff26c7119 authored almost 10 years ago
2.0.9

github.com/riot/riot - bb4df2c9680e5751a482bb5a8df09313e3eeadf4 authored almost 10 years ago
Better support for custom brackets on custom tags

github.com/riot/riot - 9fbeee43d4c35f8e86aff536d1cad8afec62b633 authored almost 10 years ago
2.0.9 release notes

github.com/riot/riot - 6a1a3ab1e52e24d6dfa7fed68eef8726c0b73401 authored almost 10 years ago
Added missing comma

github.com/riot/riot - b2cb71e09335ba36b66bec44af7ce0a165eae6e1 authored almost 10 years ago
Fix leaking of invalid expressions, fixes #351

github.com/riot/riot - c4045adc265c271c92f1b23b2e81d190d099df79 authored almost 10 years ago
Cleaner code on the mount method

github.com/riot/riot - 19e37bcaca599c04f831c584efd5dd930a4cd476 authored almost 10 years ago
fix the observable memory leak

github.com/riot/riot - 4c404ffe783303cc79a25bcf1cc66c83aa2b9024 authored almost 10 years ago
Note that CDNJS takes around 30 hours to update

github.com/riot/riot - 743f0a2f8bd94dfcfbfbdaf94294dc29a94778ea authored almost 10 years ago
Test page for touch events

github.com/riot/riot - c0b0765f60a4c164cd14ade7787146ac68fca6de authored almost 10 years ago
Use <script> tag on the initial examples

github.com/riot/riot - d330d738e2f2ba81cf6d310473fb0c24de668857 authored almost 10 years ago
update() method no longer necessary on timer example after v2.0.8, #354

github.com/riot/riot - b6585cec6f6f1bc03fad273ca0ca3fbfca5dc4c9 authored almost 10 years ago
Ability to set `if`, `show` and `hide` attributes for a custom tag

github.com/riot/riot - ef3522701b192d2f9642709fb2516d08443e3df0 authored almost 10 years ago
Improved introduction content

github.com/riot/riot - 2565b2528411ad8c2b1a06abac9a293fc85ebe23 authored almost 10 years ago
Another React tutorial with Riot

github.com/riot/riot - eaa82c0ae72e8b4c450047ede8f709cb927edc7d authored almost 10 years ago
Fixed off- placement with conditional + loop, fixes #340

github.com/riot/riot - 14d03e76644f70672a8a10f68a942a1434164313 authored almost 10 years ago
Links to @srackham's TODO app and tutorial doc

github.com/riot/riot - c02b2cb13264d07b877f7ab7022550459fecdba8 authored almost 10 years ago
Smaller line height under /forum

github.com/riot/riot - c94a2972b42cda1ec12f1a9c0f8dc65fa71d0a1a authored almost 10 years ago
Adds documentation for LiveScript compiler

github.com/riot/riot - 3072ee116f04bb792bfc8f3ae591c5981944825a authored almost 10 years ago
Avoid possible null pointer exception when unmounting

github.com/riot/riot - d10d111860b7dd30f6e3359b0762f4ce88a22d02 authored almost 10 years ago
Array tests to detect possible memory leak (didn't find it)

github.com/riot/riot - 50fe14c57c4b8d246c9f578a3372cbe541b72121 authored almost 10 years ago
blacklist: ['useStrict'] for ES6 compiler – the right file this time :)

github.com/riot/riot - c4323871e525eae03d64c64f2d1eb2df4a78e030 authored almost 10 years ago
Took away `children` property, which was designed for theoretical need mostly

github.com/riot/riot - e5015e6868f9dcae68770506f18719587ec4ba1a authored almost 10 years ago
Allow route listeners to execute after initial page load with riot.router(currentPath) call, #275

github.com/riot/riot - 0ecfc942acec1b9dbfb347676b7ae9832345510c authored almost 10 years ago