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

479 Commits

Author SHA1 Message Date
Brian Vella
68b088fe2e basic support for react 15 (#128) 2016-05-15 16:44:28 +03:00
nino-porcino
c495a02452 New syntax for rt-require: "import" "from" (#125)
* New syntaxt for rt-require import="" from=""

* Added warning message for obsolete syntax

* Allow to import multiple names from the same module

* Added tests for rt-require new import syntax

* Removed unneded comment

* Separated rt-require into rt-require and rt-import

* Tests for rt-require and rt-import
2016-05-15 13:58:24 +03:00
nino-porcino
b2483bd2de Automatically add key to "rt-if" if missing (fixes #99) 2016-05-02 17:05:54 +03:00
Omer Ganim
731296b27a rebuild playground using dist folder (#96) 2016-05-02 15:59:45 +03:00
Omer Ganim
cef886ac7d Use React Templates from dist folder in playground's rt-main (fixes #96) 2016-05-02 15:59:26 +03:00
Omer Ganim
12f94ae357 remove unnecessary ESLint comment 2016-05-02 15:48:16 +03:00
Omer Ganim
a64f22e0c8 add node 6 version to travis.yml 2016-05-02 14:52:28 +03:00
Omer Ganim
1a04bdcdf9 add prepublish script 2016-05-02 14:52:15 +03:00
Omer Ganim
c138b919be 0.4.4 v0.4.4 2016-05-02 14:30:22 +03:00
Omer Ganim
65635f89ef provide a key to virtual node children (#86) 2016-05-02 14:06:23 +03:00
Omer Ganim
3a1fcf6d33 replace util.format with ES6 template strings 2016-05-02 13:53:48 +03:00
Omer Ganim
232e0de5cf move reactTemplates internals to utils and refactor tests 2016-05-02 13:47:04 +03:00
Omer Ganim
bcf9fa866b allow arrow functions outside callbacks in ESLint 2016-05-01 17:36:48 +03:00
Omer Ganim
a97dff52f4 add coverage to .eslintignore 2016-05-01 17:36:23 +03:00
Omer Ganim
45af9f0eca add docs for rt-virtual 2016-05-01 13:27:21 +03:00
Omer Ganim
44d91b4149 remove node version 0.12 from travis build until issue can be resolved 2016-04-27 16:59:49 +03:00
Omer Ganim
4bbbfec3e8 enable rule prefer-arrow-callback and fix errors 2016-04-27 14:05:42 +03:00
Omer Ganim
5b664b9904 enable rule object-shorthand and fix errors 2016-04-27 14:04:35 +03:00
Omer Ganim
4cb8c4524c enable rules no-var and prefer-const and fix errors 2016-04-27 14:04:02 +03:00
Omer Ganim
4c385d5525 add eslint config wix-editor and fix errors 2016-04-27 14:01:18 +03:00
Omer Ganim
3cd56fe7ef add .babelrc file 2016-04-27 13:58:45 +03:00
Omer Ganim
4f67fee3b5 update eslint-plugin-lodash to use the plugin recommended settings and fix errors 2016-04-27 13:56:24 +03:00
Omer Ganim
6a11cb7f69 delete redundant eslint-plugin-lodash settings 2016-04-26 17:14:14 +03:00
ido
6e8012b620 Merge branch 'gh-pages' of github.com:wix/react-templates into gh-pages list show 2016-04-20 11:16:15 +03:00
ido
090ed7b81f 0.4.3 v0.4.3 2016-04-20 11:14:53 +03:00
Joe Critchley
dfddda8315 "surpported" > "supported" typo fix (#118) 2016-04-20 11:08:37 +03:00
ido
bbdf5a6409 update lodash to 4 in eslint 2016-04-17 11:09:04 +03:00
ido
e3fa8a7784 0.4.2 v0.4.2 2016-04-17 10:59:54 +03:00
ido
500b6df9dc update lodash to 4
update dependencies
2016-04-17 10:57:57 +03:00
ido
6353e88bdb fixed #116 2016-04-17 10:20:13 +03:00
maria
e56cd6d06a Change class set template for compatibility with lodash 4 2016-04-06 16:48:40 +03:00
ido
2bcfcc738e update dependencies 2016-03-02 19:04:44 +02:00
ido
58b8093090 upgrade eslint and plugins 2016-03-02 18:53:49 +02:00
ido
12040961f8 babel tests 2016-03-02 17:35:33 +02:00
ido
f30ca08076 Merge remote-tracking branch 'origin/gh-pages' into gh-pages 2016-03-02 17:09:26 +02:00
Eitan Rousso
67f3431409 Update README.md 2016-02-19 20:54:43 +02:00
Eitan Rousso
d79ab84bb0 Update README.md 2016-02-19 20:54:14 +02:00
Eitan Rousso
28da7538d3 Update README.md
added documentation for rt-include
2016-02-05 10:16:02 +02:00
Avi Marcus
6bc41f0113 made rt-include self closing to prevent future bugs 2016-02-04 16:30:50 +02:00
Avi Marcus
9d38cbb828 added rt-include, not in playground as the only interesting use case for playground is with url support and that requires changing the entire code to be async 2016-02-04 16:21:34 +02:00
ido
12578a06a2 Merge branch 'gh-pages' of github.com:wix/react-templates into gh-pages 2016-02-01 11:48:45 +02:00
Avi Marcus
63ef4541ae merge of nippur72 changes regarding rt-virtual 2016-01-13 13:40:28 +02:00
Avi Marcus
ea4729dafe Merge branch 'nippur72-virtual-node' into gh-pages 2016-01-13 13:21:13 +02:00
Avi Marcus
b67efbf278 Merge pull request #89 from nippur72/safe-parsing
Correctly parse rt-repeat object literal collection
2016-01-13 12:10:43 +02:00
Avi Marcus
7457826e38 Merge pull request #90 from nippur72/back-to-esprima
esprima-fb deprecated, back to upstream/esprima
2016-01-13 12:10:03 +02:00
Antonino Porcino
510d394e2b Updated escodegen, fixed es6 test 2016-01-03 10:59:35 +01:00
Antonino Porcino
9375b8e2d1 Added test for rt-repeat over object literal collection 2016-01-01 19:22:35 +01:00
Antonino Porcino
f35bb9312a Fixed rt-repeat collection JS parsing 2016-01-01 19:05:23 +01:00
Antonino Porcino
27ad9e1cc0 Deprecated esprima-fb, back to upstream esprima 2016-01-01 18:20:35 +01:00
Antonino Porcino
a3c1dc1dfb Changed to rt-virtual, added tests 2015-12-31 17:47:44 +01:00