master
Commits on Oct 23, 2020
-
-
-
docs: add `rm -rf node_modules/` to release docs
In the latest release, I was not able to build even after running `yarn` to refresh dependencies. Eventually, we tracked the issue down to `rm -rf node_modules/`. There may be some instances where this can be necessary to ensure clean builds.
Commits on Oct 22, 2020
-
build: add husky ignored files to .gitignore
Ahead of upgrading to husky v5, adding the shell file location to .gitignore to prevent it from randomly showing up when devs checkout older branches.
-
refactor(@angular-devkit/build-webpack): reduce configuration path pr…
…ocessing
clydin committedOct 22, 2020 -
fix(@angular-devkit/build-webpack): fully close Webpack 5 compiler
The Webpack 5 compiler now contains a close function that should be called when the compiler is finished.
clydin committedOct 22, 2020 -
fix(@angular-devkit/build-angular): don't add publicHost pathname to …
…sockPath in dev-server With this change we remove the unintentional breaking change that added publicHost pathname to sockPath instead we now prepend the sockPath with the servePath, which can be either the passed servePath option, baseHref or deployUrl.
-
refactor(@angular-devkit/build-angular): remove legacy server bundle …
…guess logic Closes #16353
-
fix(@schematics/angular): remove lint fix default value
Since will remove lintFix usage warnings when the option is set by a default of another schematic. Example when executing ``` ng generate module customers --route customers --module app.module ``` The lintFix default of the module schematic will be passed down to the component schematic which would cause a warning to be shown. Closes #19169
-
Commits on Oct 21, 2020
-
Revert "release: v11.0.0-rc.0"
This reverts commit a986ce7. RC should be cut from the `11.0.x` branch, not from `master`.
-
-
feat(@angular-devkit/build-angular): support following symlinked asse…
…t directories By default subdirectories within a symlinked directory are not searched by a glob. The new `followSymlinks` option for the longhand form of the `assets` browser builder option now allows opting in to search such subdirectories.
-
build: update `lock-closed` GitHub action to latest version
This commit updates the version of the `dev-infra/lock-closed` GitHub action to the latest version, that includes the fix from angular/dev-infra#80.
-
fix(@angular/cli): use newer update command if global version is newer
This allows improvements and bugfixes in later versions of the update command to be used in projects with older versions of the Angular CLI that do not have bootstrapping (<8.3.13).
-
fix(@angular/cli): coerce prompt answers to requested property types
This change converts answers from prompts into the property type requested from the schema. This allows properties that expect a number to correctly validate when an input prompt is used.
-
fix(@angular-devkit/core): allow prompt providers to access property …
…types This allows prompt providers to adjust their logic based on the type of property requested.
-
refactor(@angular/cli): rename `ng xi18n` to `ng extract-i18n`
`ng i18n-extract` and `ng xi18n` has been deprecated in favor of `ng extract-i18n` to have a better intuitive naming and match the architect key in `angular.json`.
-
docs: rename xi18n to extract-i18n in github issue templates
alan-agius4 committedOct 21, 2020 -
docs: remove `=true` from `--next`
`=true` us redundant
-
-
-
-
-
-
Commits on Oct 20, 2020
-
fix(@angular/cli): skip searching deprecated packages with ng add
When attempting to add a package via the add command, packages that have been marked as deprecated will no longer be installed when the deprecated package's peer dependencies match the project's dependencies.
-
refactor(@angular-devkit/core): deprecate unused isFile/isDirectory u…
…tilities `isFile` and `isDirectory` are tooling only APIs for Node.js that are no longer used by the Angular CLI.
-
ci: remove docs-preview branch filter
This branch no longer exists
-
fix(@angular/cli): include deprecated option in JSON help
This option is used to mark deprecated options as such in AIO.
-
feat(@schematics/angular): add migration to remove rebaseRootRelative…
…CssUrls from workspace config
-
refactor(@angular-devkit/build-angular): remove deprecated browser bu…
…ild option rebaseRootRelativeCssUrls BREAKING CHANGE: Deprecated `rebaseRootRelativeCssUrls` browser builder option has been removed without replacement. This option was used to change root relative URLs in stylesheets to include base HREF and deploy URL and was used only for compatibility and transition as this behavior is non-standard.
alan-agius4 committedOct 20, 2020