Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from upstream repo wix/react-templates #16

Open
wants to merge 49 commits into
base: gh-pages
Choose a base branch
from

Commits on Jul 6, 2016

  1. Updated to React v15.1.0 (#143)

    nippur72 authored and Ido committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    c3a6e46 View commit details
    Browse the repository at this point in the history
  2. 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)
    nippur72 authored and Ido committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    46caeea View commit details
    Browse the repository at this point in the history
  3. Fix #167 --native CLI behaviour

    nippur72 committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    a993ebf View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Configuration menu
    Copy the full SHA
    5dcc94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    305d132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde2f67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb8d402 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Configuration menu
    Copy the full SHA
    c801cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4559fdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8d15a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d80de30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6348e53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    720db6c View commit details
    Browse the repository at this point in the history
  7. Updated CLI doc file

    nippur72 committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    6c7d032 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36d69bd View commit details
    Browse the repository at this point in the history
  9. Type in README.md

    nippur72 committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    a6be6ff View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. Configuration menu
    Copy the full SHA
    6af5715 View commit details
    Browse the repository at this point in the history
  2. code formatting

    nippur72 committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    854293c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3cc40e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. compare html with cheerio

    ido committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    556633d View commit details
    Browse the repository at this point in the history
  2. update dependencies

    ido committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    fb3afc9 View commit details
    Browse the repository at this point in the history
  3. Fix code generation for rt-template siblings. (#164)

    * Clean up the list of propTemplates fixtures.
    
    * Subtract the child index of a rt-template tag by the number of rt-template tags seen.
    
    Fixes #163.
    marcusrbrown authored and Ido committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    4a403df View commit details
    Browse the repository at this point in the history
  4. fix test

    ido committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    f086cd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. update dependencies

    minor fixes
    ido committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    a993f8b View commit details
    Browse the repository at this point in the history
  2. ignore temp playground web site

    ido committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    7d69fd0 View commit details
    Browse the repository at this point in the history
  3. 0.5.3

    ido committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    364a3e3 View commit details
    Browse the repository at this point in the history
  4. remove console.log

    ido committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    b657cb7 View commit details
    Browse the repository at this point in the history
  5. 0.5.4

    ido committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    a4962c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. fix #191, allow use of 'class' in custom-elements

    nippur72 authored and ido committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    079f5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd2fbae View commit details
    Browse the repository at this point in the history
  3. implements #175, better rt-scope syntax parser

    nippur72 authored and ido committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    8623963 View commit details
    Browse the repository at this point in the history
  4. fixed broken html tests

    Fixed html tests that were not running due to changed file name.
    Failing html tests now dump "actual" html instead of the code that
    generates it (.actual.html)
    Fixed title for rtStyle tests
    Removed compareAndWriteHtml() that is no longer needed
    nippur72 authored and ido committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    f3fc45f View commit details
    Browse the repository at this point in the history
  5. updated comment explaining the regex

    nippur72 authored and ido committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    5c730e8 View commit details
    Browse the repository at this point in the history
  6. do not use _() in rt-class, fixes #179

    nippur72 authored and ido committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    9dbff14 View commit details
    Browse the repository at this point in the history
  7. fix tests

    ido committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    b252500 View commit details
    Browse the repository at this point in the history
  8. removed some trainling spaces in docs/cli.md

    nippur72 authored and ido committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    5ccbfec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12998d1 View commit details
    Browse the repository at this point in the history
  10. trim some trailing spaces

    nippur72 authored and ido committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    d853510 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2017

  1. fix eslint error

    ido committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    b125af0 View commit details
    Browse the repository at this point in the history
  2. fix eslint issue and lock versions

    ido committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    07547fd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. use babel-node to fix node 4 issues

    ido committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    b78c3ca View commit details
    Browse the repository at this point in the history
  2. 0.6.0

    ido committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    3eb8df6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Configuration menu
    Copy the full SHA
    6c5ea9e View commit details
    Browse the repository at this point in the history
  2. 0.6.1

    ido committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    696aa2b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. PR #131

    ido committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    d47ef7e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Fixed error in documentation example of rt-virtual

    Also, added `rt-virtual` to list of `Built-in directives`
    jkurambhatti authored and Ido committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    6797ad9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. fix #222

    ido committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    8e14935 View commit details
    Browse the repository at this point in the history
  2. no semi

    ido committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    ee4508a View commit details
    Browse the repository at this point in the history
  3. move to master

    ido committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    747304f View commit details
    Browse the repository at this point in the history