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(core): drop support for zone.js 0.10.x #40823

Closed
wants to merge 3 commits into from
Closed

feat(core): drop support for zone.js 0.10.x #40823

wants to merge 3 commits into from

Commits on Feb 17, 2021

  1. docs: update docs to use new zone.js entry-points

    In CLI version 12, the old style of imports is no longer supported.
    alan-agius4 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5d29f79 View commit details
    Browse the repository at this point in the history
  2. build: update test to use new zone.js entry-points

    In CLI version 12, the old style of imports is no longer supported.
    alan-agius4 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4cdb211 View commit details
    Browse the repository at this point in the history
  3. feat(core): drop support for zone.js 0.10.x

    With this change we drop support for zone.js 0.10.x.
    This is needed because in version 12 the CLI will only work with `~0.11.4`. See angular/angular-cli#20034.
    
    BREAKING CHANGE:
    
    Minimum supported `zone.js` version is `0.11.4`
    alan-agius4 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    d6ef943 View commit details
    Browse the repository at this point in the history