Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.0
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.1
Choose a head ref
  • 14 commits
  • 20 files changed
  • 6 contributors

Commits on Mar 30, 2020

  1. fix(@angular-devkit/schematics): fully resolve schematic entries with…

    …in packages
    
    Fixes: #17085
    clydin authored and Keen Yee Liau committed Mar 30, 2020
    Copy the full SHA
    93c2018 View commit details
  2. fix(@schematics/angular): fix extra comma if inlineStyle is on

    When generating a new component, if `inlineStyle` and either
    `viewEncapsulation` or `changeDetection` flag is provided, there is an
    extra comma after `styles: [],,` causing the component to bugged out.
    Chau Tran authored and Keen Yee Liau committed Mar 30, 2020
    Copy the full SHA
    f902f49 View commit details
  3. fix(@schematics/angular): clarify tslint:recommended warning message

    Closes: #17311
    alan-agius4 authored and Keen Yee Liau committed Mar 30, 2020
    Copy the full SHA
    7fb34dc View commit details
  4. fix(@angular/cli): allow configuration option in ng deploy

    Previously we only allowed `--project` and `--help` as a valid options. With this change we also allow `--configuration`
    
    Fixes #17332
    alan-agius4 authored and Keen Yee Liau committed Mar 30, 2020
    Copy the full SHA
    eb70da6 View commit details
  5. refactor(@ngtools/webpack): deprecate i18n options

    alan-agius4 authored and Keen Yee Liau committed Mar 30, 2020
    Copy the full SHA
    15468a5 View commit details

Commits on Apr 2, 2020

  1. fix(@angular/cli): downgrade pacote to 9.5.12

    Closes #17314 and closes #16615
    alan-agius4 authored and Keen Yee Liau committed Apr 2, 2020
    Copy the full SHA
    7248129 View commit details

Commits on Apr 6, 2020

  1. Copy the full SHA
    3c808c6 View commit details
  2. Copy the full SHA
    2885a93 View commit details
  3. Copy the full SHA
    4f3eab9 View commit details
  4. fix(@angular/pwa): add purpose any to manifest icons

    The `purpose` property defines the purpose of an icon, for example if the icon is intended to serve some special purpose in the context of the host OS (i.e., for better integration).
    
    `Purpose` can have one or more of the following values, separated by spaces:
    
    - `badge`: A user agent can present this icon where space constraints and/or color requirements differ from those of the application icon.
    - `maskable`: The image is designed with icon masks and safe zone in mind, such that any part of the image outside the safe zone can safely be ignored and masked away by the user agent.
    - `any`: The user agent is free to display the icon in any context (this is the default value).
    
    Closes #17384
    alan-agius4 authored and mgechev committed Apr 6, 2020
    Copy the full SHA
    d94d417 View commit details
  5. Copy the full SHA
    10e054f View commit details

Commits on Apr 8, 2020

  1. Copy the full SHA
    8c86914 View commit details
  2. build: default to wombat proxy for publishing

    If no --registry argument is provided when calling to publish
    use the Wombat proxy.  Additionally, updates the release process
    documentation to instruct usage of the Wombat proxy.
    josephperrott authored and mgechev committed Apr 8, 2020
    Copy the full SHA
    6ceafa5 View commit details
  3. release: v9.1.1

    mgechev committed Apr 8, 2020
    Copy the full SHA
    618b293 View commit details
Loading