Next: update examples for Riot3
cognitom opened this issue ยท 11 comments
Your contributions are always welcome!
Feel free to send PRs to next
branch. Thank you ๐
- bug-reporter - checked by @cognitom
- color-palette - fixed by @cognitom 8cf3981
- es6 - checked by @cognitom
- if-else-elseif - #40 fixed by @cognitom, @GianlucaGuarini
567683dc9570fb - todo-app-precompiled - #41 #42 #44 fixed by @K-Kuwahara
- todo-app - #43 #44 fixed by @K-Kuwahara
- live-ajax-search @GianlucaGuarini
- animated-list-reordering @GianlucaGuarini
- timer
- observables
- mixins - checked by @K-Kuwahara
- live-editor
- live-filtering
- plunker
- pre-process-less
- router-complex
- router-history-api
- router-page-switcher
- rollup
- webpack
Contributing instruction:
- fork from
next
branch ofriot/examples
- check an example not checked yet above
- if OK, comment at this issue
- if NG, create new issue about it
- if you know how to fix, send your PR to
next
branch!
Thank you!
I have checked examples/mixins
and I think it is no problem!!
But, the version of riotjs being read by the following application remained old.
http://riotjs.com/examples/plunker/?app=mixins
@K-Kuwahara cool! I've update the check list above.
As you mention, plunker links refer to master
actually. I'll merge next
into master
after the release of Riot 3, so don't worry. Thank you!
http://riotjs.com/examples/plunker/?app=mixins
@cognitom I have reordered your list, examples done go on the top ;)
@cognitom
I have checked the following applications.
- observables
- timer
- webpack
But, there is one problem about webpack
, I will create new issue.
Almost done!
Rollup and webpack might need update the package itself.
Basically, I think we can merge this after the release of Riot 3.0.0.
great work guys!
I have added a note on our play page http://riotjs.com/play/
We will remove it once we will be done here ;)
I've removed the note, too.
http://riotjs.com/play/
@cognitom awesome thank you