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

TS Migration: addon-notes #4758

Merged
merged 30 commits into from
Dec 10, 2018
Merged

TS Migration: addon-notes #4758

merged 30 commits into from
Dec 10, 2018

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    aaf78da View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Tsconfig configuration update

    kroeder committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    c51d7c8 View commit details
    Browse the repository at this point in the history
  2. Added public_api entry point

    Changed file names for being more clear
    kroeder committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    6dc5f05 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Removed addon-react since it's not used anymore

    Added 'types' file path in package.json
    Moved addon-notes tsconfig configurations into the root tsconfig
    kroeder committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    8891dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca0f7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf2c8a View commit details
    Browse the repository at this point in the history
  4. fixed jsnext:main path

    kroeder committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    558da37 View commit details
    Browse the repository at this point in the history
  5. removed prop-types, they are not needed anymore

    moved types to the root package.json
    kroeder committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    6823d78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b51f8d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d37fcf6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e84f3b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    852973f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f25a05b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Configuration menu
    Copy the full SHA
    94e6e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    206b304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b467d View commit details
    Browse the repository at this point in the history
  4. Resolved a couple of any to their actual types

    Also had to introduce a couple of new any assignments because of noImplicitAny: true
    
    They still need to be resolved. WIP
    kroeder committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    149f471 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e943ff3 View commit details
    Browse the repository at this point in the history
  6. Refactoring

    kroeder committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    14afa9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88d1f70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a11cd70 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d00ee6 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/next' into typescript-poc

    # Conflicts:
    #	addons/notes/package.json
    #	package.json
    #	yarn.lock
    igor-dv committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    73f4715 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Configuration menu
    Copy the full SHA
    79306bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    876488c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    018f83a View commit details
    Browse the repository at this point in the history
  4. Fixed build issue

    kroeder committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    d7184fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1669d8 View commit details
    Browse the repository at this point in the history
  6. Refactoring

    kroeder committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    5312cd4 View commit details
    Browse the repository at this point in the history
  7. Added prop-types + typings for prop-types. Restored the old prop-type…

    …s for non-typescript users
    kroeder committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    1a4e510 View commit details
    Browse the repository at this point in the history