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

11 Commits

Author SHA1 Message Date
Antonino Porcino
720db6c121 Test for --normalize-html-whitespace CLI option 2016-07-08 14:07:27 +02:00
Antonino Porcino
4559fdf744 refactored test code eliminating repeating functions 2016-07-08 09:50:18 +02:00
Antonino Porcino
c801cb6acf Do not discard non breaking space (fix #151) 2016-07-08 08:58:55 +02:00
Antonino Porcino
fb8d4028dd Test for react-native 0.29.0 2016-07-07 13:52:23 +02:00
Antonino Porcino
a993ebffde Fix #167 --native CLI behaviour 2016-07-06 19:53:42 +02:00
nino-porcino
46caeea387 Fix #138, #139, #134, #144, #145, #147, #157, #158, #161, #162 (#142)
* Single child for rt-template (fixes #138)

* Nested scope functions (fixes #139)

* Forbid nested rt-import (fixes #134)

* Vendor prefixes style keys (#144)

* Renamed test file

* Forbid expressions in style keys (#145)

* fixed rt-import and AMD (#147)

* Updated documentation

* Fixed links in README.md

* Sanitize comments (fix #158)

* Disable comments when es6 (fix#157)

* Added test case for comments

* Simplified TypeScript output

* Test cases for simplified TypeScript output

* Fixed wrong TypeScript output (#161)

* fix repeat with custom index (#162)
2016-07-06 11:25:08 +03:00
Omer Ganim
dc9e84e99b add option for custom index variable in react templates (fixes #88) 2016-05-15 16:44:55 +03:00
Omer Ganim
5b6eb7222c add rt-stateless option for stateless functional components (fixes #75) 2016-05-15 16:44:55 +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
Omer Ganim
65635f89ef provide a key to virtual node children (#86) 2016-05-02 14:06:23 +03:00
Omer Ganim
232e0de5cf move reactTemplates internals to utils and refactor tests 2016-05-02 13:47:04 +03:00