1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

376 Commits

Author SHA1 Message Date
ido
4b57b3195a 0.2.0 v0.2.0 2015-09-03 15:49:21 +03:00
ido
7b86b2a11d refactoring code out 2015-09-03 15:44:37 +03:00
ido
1269ecb071 update doc with rt-scope changes 2015-09-03 11:11:43 +03:00
ido
e9376d990b test fix for #63 2015-09-03 11:01:01 +03:00
ido
205546eb3c fixed #63 2015-09-03 10:53:48 +03:00
ido
b3fd044344 close #62 2015-09-03 10:14:51 +03:00
ido
6db983e7cc fix bad merge 2015-08-30 16:45:14 +03:00
ido
3001676e0b eslint fixes 2015-08-30 11:45:35 +03:00
Ido
5995959d77 Merge pull request #58 from frontrowed/flow
add an option to add a flow header
2015-08-30 09:44:20 +03:00
ido
558bb73474 lodash eslint rules
dependencies up to date
2015-08-25 17:15:02 +03:00
Greg Weber
dc421097f0 add an option to add a flow header 2015-08-20 16:07:59 -07:00
Ido
24db05797a Merge pull request #57 from nirnatan/patch-1
replace the json notation with javascript
2015-08-20 17:22:12 +03:00
Nir Natan
197efe42ba replace the json notation with javascript 2015-08-20 11:50:19 +03:00
Ido
e60d366279 Merge pull request #56 from nirnatan/gh-pages
Add support for React Native
2015-08-20 10:50:27 +03:00
Nir Natan
27dc925bf3 update native.md to explain both 'modules' and 'react-import-path' default options values. 2015-08-20 10:15:53 +03:00
Nir Natan
08aa36a2f1 Add support for React Native 2015-08-19 20:20:31 +03:00
ido
a0f39e3435 add lodash3 rules 2015-08-19 13:45:00 +03:00
ido
020d66126b Merge branch 'nirnatan-gh-pages' into gh-pages 2015-08-19 12:56:03 +03:00
ido
295f2f41f0 Merge branch 'gh-pages' of https://github.com/nirnatan/react-templates into nirnatan-gh-pages 2015-08-19 12:55:39 +03:00
ido
46a60fb91e fix legacy build on travis 2015-08-18 14:30:47 +03:00
Omer Ganim
e30545facf update README.md to document inline templates 2015-08-18 10:32:43 +03:00
Nir Natan
4ee34d21ae convert 'template' tag to 'rt-template' 2015-08-17 17:39:09 +03:00
Nir Natan
78d653a538 typo fix 2015-08-10 00:07:52 +03:00
Nir Natan
ddb0a7f208 fix the new "properties template functions" section 2015-08-10 00:05:19 +03:00
Nir Natan
a0bedecc0d update README.md with the new "properties template functions" section 2015-08-09 23:59:43 +03:00
Nir Natan
78799bfca7 add support for function templates props 2015-08-09 23:37:33 +03:00
ido
d565f5380f 0.1.22 v0.1.22 2015-08-02 17:46:26 +03:00
ido
473283ffd5 publish script 2015-08-02 17:46:11 +03:00
ido
1e32a7c222 eslint 1.0.0 2015-08-02 17:45:01 +03:00
ido
0e744736ce fixed #52 2015-08-02 17:16:55 +03:00
Dany Shaanan
731f8d8b1f Set the 'fork-me' ribbon link to open in a new tab 2015-07-30 17:51:44 +03:00
Dany Shaanan
4ab5d0f44d Update markdown files 2015-07-30 17:49:11 +03:00
ido
2cafda386d update dependencies 2015-07-30 17:18:52 +03:00
ido
cb3ca7aa20 0.1.21 v0.1.21 2015-07-30 16:07:51 +03:00
ido
2fc585df4d upgrade lodash to 3.10 2015-07-30 16:05:53 +03:00
ido
28d75c9945 Merge branch 'anchann-scope-variable-references' into gh-pages 2015-07-30 13:43:23 +03:00
ido
accef5fb0f merge #45 2015-07-30 13:41:55 +03:00
ido
3415de3661 Merge branch 'scope-variable-references' of https://github.com/anchann/react-templates into anchann-scope-variable-references 2015-07-30 13:40:39 +03:00
Dany Shaanan
d1783b11f5 Enabled site to work on HTTPS 2015-07-29 18:01:52 +03:00
ido
d5ab5b1f39 Merge branch 'anchann-better-class-support' into gh-pages 2015-07-29 17:48:07 +03:00
ido
02f4c08bd3 close #43 2015-07-29 17:47:13 +03:00
ido
ed23d1022f playground changes: update dependencies, minor fixes in samples and code 2015-07-29 17:16:37 +03:00
ido
36ad80b4a1 Merge remote-tracking branch 'origin/gh-pages' into gh-pages 2015-07-29 17:16:06 +03:00
ido
707b5d8fd2 eslint fixes 2015-07-29 17:15:42 +03:00
Ido
70231ea493 Merge pull request #41 from subyraman/gh-pages
Add CLI options to specify lodash/react import paths
2015-07-29 16:57:05 +03:00
Avi Marcus
b79ed7a040 Merge pull request #44 from anchann/rt-scope-trailing-semicolon
Allow trailing semicolon in rt-scope
2015-07-29 08:34:46 +03:00
anchann
0c5fee07a7 In rt-scope subsequent aliases should be able to reference preceding ones
Rationale: It is typical to want to alias multiple subtrees of a nested
structure in a single rt-scope statement, like so:

<div rt-scope="this.props.user as user; user.profile as profile;
user.friends as friends">

This was not possible because of the function parameter based
implementation of rt-scope. I tweaked it a bit to use var declaration
instead, while preserving the parameter-based passing for all child
scopes.
2015-07-27 15:56:10 +09:00
anchann
88dc5544e8 Allow trailing semicolon in rt-scope
Rationale: it is natural for many developers to place a trailing
semicolon after the last scope alias pair, just as they do after every
preceding pair in the list. Since it is possible to save them time (and
perhaps frustration) at no cost in terms of semantics and safety, we
should do so.

On tests. Wasn't sure if this should be broken out into a separate test,
or bundled together with the existing one.
2015-07-27 13:57:16 +09:00
Suby Raman
0fd6ea5045 Set objects to be imported 2015-07-08 10:22:07 -04:00
Suby Raman
691e008c3e Add cli options for react/lodash import paths
Add in options if user wants to specify different paths to lodash or react in their application.
2015-07-08 10:12:44 -04:00