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

Codebase migrations #126

Merged
merged 8 commits into from
Jan 24, 2019
Merged

Codebase migrations #126

merged 8 commits into from
Jan 24, 2019

Commits on Dec 17, 2018

  1. test(Refactor): (#117)

    * test(Refactor):
    
    * Holder / SVG tests
    
    * Svg tests
    
    * Removed old tests
    
    * Coverage
    
    * Migrate to travis
    
    * Update travis
    
    * Update travis
    
    * ci(Release):
    
    * test(package):
    
    * ci(Travis):
    danilowoz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d7aabf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89afd31 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. feat(Types): Export types

    danilowoz committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    88e71f1 View commit details
    Browse the repository at this point in the history
  2. ci(Build step):

    danilowoz committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    557d245 View commit details
    Browse the repository at this point in the history
  3. feat(RTL): Flip the content

    BREAKING CHANGE: Flip all content instead of only flip the animation direction
    
    Closes #122
    danilowoz committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    d3a3fe2 View commit details
    Browse the repository at this point in the history
  4. Migrate codebase to Typescript (#120)

    * Ignore rpt2_cache
    
    * Add typescript pkg; Add tsc runner script
    
    * Replace babel with ts compiler
    
    * Typescript configs
    
    * Update lockfile
    
    * Convert Holder to tsx
    
    * Convert svg to tsx
    
    * Convert index.js to ts
    
    * Convert uid to ts
    
    * Convert BulletListStyle to tsx
    
    * Convert CodeStyle to tsx
    
    * Convert FacebookStyle to tsx
    
    * Convert InstagramStyle to tsx
    
    * Convert ListStyle to tsx
    
    * Remove flow preset
    
    * Add ts-node for ts execustion env for nodejs
    
    * Remove flow preset & rollup-babel plugin; Add ts-node for ts env in nodejs
    
    * Update lockfile
    
    * Update watch script for tsc
    
    * Rename IProps to IContentLoaderProps; Use FC for validation
    
    * Remove unwanted ISvgProps; import IContentLoaderProps for type validations
    
    * import and re-export IContentLoaderProps for better types
    
    * Import and use types from IContentLoaderProps
    
    * Remove eslint; replaced by tslint and tslint-prettier
    
    * Add tslint-config-prettier
    
    * Implement stricter type checking
    
    * Remove comments as it is handled by tslint-config-prettier now
    
    * Replace lint by tsc
    
    * remove eslint and flow configs
    
    * Add style default props
    
    * Add jest options to include ts test files
    
    * Add options to load json file
    
    * Migrate tests from JS to TS for better interoperability
    
    * Updated snapshots
    
    * Remove ts-node
    
    * Break line after react import
    
    * Remove export from bottom of file and move to component definition
    
    BREAKING CHANGE: Migrate codebase to typescript
    
    Closes #120
    AjayPoshak authored and danilowoz committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    6107ce2 View commit details
    Browse the repository at this point in the history
  5. feat(Codebase): Format

    danilowoz committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    b359509 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. fix(Conflicts):

    danilowoz committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    3572fbb View commit details
    Browse the repository at this point in the history