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

feat: angular package format #1474

Merged
merged 30 commits into from
May 22, 2019
Merged

feat: angular package format #1474

merged 30 commits into from
May 22, 2019

Commits on May 14, 2019

  1. build: add es2015 bundle

    yggg committed May 14, 2019
    Configuration menu
    Copy the full SHA
    05f3ea6 View commit details
    Browse the repository at this point in the history
  2. refactor(option): remove forwardRef usages

    Type annotation on fields with forwardRef lead to 'Cannot access X
    before initialization' error in es2015 build.
    This change also fixes circular dependency warning.
    yggg committed May 14, 2019
    Configuration menu
    Copy the full SHA
    0276c13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49fafba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3b1cd5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. fix: rename files to be different than containing directory

    Prevents "Maximum call stack size exceeded" when building with
    "flatModuleOutFile".
    angular#25226
    yggg committed May 16, 2019
    Configuration menu
    Copy the full SHA
    bd70cd3 View commit details
    Browse the repository at this point in the history
  2. fix: move layout component class declaration to the top

    Fixes "Cannot access NbLayoutComponent before initialization".
    When building with ES2015 target, "forwardRef" in header breaks.
    angular#30106.
    yggg committed May 16, 2019
    Configuration menu
    Copy the full SHA
    a7ba9da View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. fix: remove barrel imports

    angular#20931
    yggg committed May 17, 2019
    Configuration menu
    Copy the full SHA
    3591cc6 View commit details
    Browse the repository at this point in the history
  2. fix: remove barrel imports

    angular#20931
    yggg committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c46dbd1 View commit details
    Browse the repository at this point in the history
  3. fix: remove barrel imports

    angular#20931
    yggg committed May 17, 2019
    Configuration menu
    Copy the full SHA
    520cef4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Configuration menu
    Copy the full SHA
    59e15d1 View commit details
    Browse the repository at this point in the history
  2. feat: add gulp run sequence

    yggg committed May 19, 2019
    Configuration menu
    Copy the full SHA
    b282d09 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    54b8d2a View commit details
    Browse the repository at this point in the history
  2. refactor: remove entry points from package.json

    They will be inserted during the build
    yggg committed May 20, 2019
    Configuration menu
    Copy the full SHA
    5c1cee1 View commit details
    Browse the repository at this point in the history
  3. feat: specify libraries does not introduce side effects

    Enables more aggressive webpack optimizations
    yggg committed May 20, 2019
    Configuration menu
    Copy the full SHA
    73260ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e28d5e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    2871040 View commit details
    Browse the repository at this point in the history
  2. feat(schematics): test task

    yggg committed May 21, 2019
    Configuration menu
    Copy the full SHA
    f0bf561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5423ee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e1132 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feat/ng8-es2015-bundle' into fea…

    …t/ng8-es2015-bundle
    yggg committed May 21, 2019
    Configuration menu
    Copy the full SHA
    4f9ee79 View commit details
    Browse the repository at this point in the history
  6. fix: add missing overlay exports

    yggg committed May 21, 2019
    Configuration menu
    Copy the full SHA
    78d60a3 View commit details
    Browse the repository at this point in the history
  7. style: remove whitespace

    yggg committed May 21, 2019
    Configuration menu
    Copy the full SHA
    c9d3b54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ded03b1 View commit details
    Browse the repository at this point in the history
  9. fix: update paths

    yggg committed May 21, 2019
    Configuration menu
    Copy the full SHA
    7d4334c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27c3966 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fabf34 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f090eb5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. refactor: remove commented lines

    yggg committed May 22, 2019
    Configuration menu
    Copy the full SHA
    c15e9b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0cebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ef9057 View commit details
    Browse the repository at this point in the history