Socket
Socket
Sign inDemoInstall

@angular-devkit/schematics

Package Overview
Dependencies
59
Maintainers
2
Versions
730
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
73Next

17.3.6

Diff

Changelog

Source

17.3.6 (2024-04-25)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | dcec59799 | fix | properly configure headers for media resources and HTML page |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.0-next.3"></a>

google-wombot
published 18.0.0-next.3 •

Changelog

Source

18.0.0-next.3 (2024-04-17)

Breaking Changes

@angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev

@angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
    

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | -------- | ----------------------- | | 03eee0545 | refactor | remove ng doc command |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------- | | 83d1d233a | feat | enhance Sass rebasing importer for resources URL defined in variables and handling of external paths | | d51cb598a | feat | inject event-dispatch in SSR HTML page | | 1c3ff61db | fix | address Unable to deserialize cloned data issue with Yarn PnP | | 2acf95a94 | fix | do not generate an index.html file in the browser directory when using SSR. | | afa76bb36 | fix | ensure esbuild-based builders exclusively produce ESM output | | 43816a5b2 | fix | remove type="text/css" from style tag |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.5"></a>

google-wombot
published 17.3.5 •

Changelog

Source

17.3.5 (2024-04-17)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 6191d06ca | fix | address Unable to deserialize cloned data issue with Yarn PnP | | 0335d6a5d | fix | remove type="text/css" from style tag |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.4"></a>

google-wombot
published 17.3.4 •

Changelog

Source

17.3.4 (2024-04-11)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | 1128bdd64 | fix | ensure esbuild-based builders exclusively produce ESM output |

<!-- CHANGELOG SPLIT MARKER -->

<a name="16.2.14"></a>

google-wombot
published 16.2.14 •

Changelog

Source

16.2.14 (2024-04-11)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------- | | 1068c3c73 | fix | update vite to 4.5.3 |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.0-next.2"></a>

google-wombot
published 18.0.0-next.2 •

Changelog

Source

18.0.0-next.2 (2024-04-03)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | | 725883713 | feat | use eventCoalescing option by default (standalone bootstrap) | | 508d97da7 | feat | use ngZoneEventCoalescing option by default (module bootstrap) | | 157329384 | fix | add spaces around eventCoalescing option |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.3"></a>

google-wombot
published 17.3.3 •

Changelog

Source

17.3.3 (2024-04-02)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | a673baf5c | fix | Revert "fix(@schematics/angular): rename SSR port env variable" |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.0-next.1"></a>

google-wombot
published 18.0.0-next.1 •

Changelog

Source

18.0.0-next.1 (2024-03-28)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | | 6530aa11b | feat | replace assets with public directory | | 950a44521 | fix | rename SSR port env variable |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | e22d6771d | fix | ensure proper resolution of linked SCSS files | | c71e954a2 | fix | service-worker references non-existent named index output |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.2"></a>

google-wombot
published 17.3.2 •

Changelog

Source

17.3.2 (2024-03-25)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- | | 935f931ee | fix | rename SSR port env variable |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ | | c9d436000 | fix | Internal server error: Invalid URL when using a non localhost IP | | 59fba38ec | fix | ensure proper resolution of linked SCSS files | | 27dd8f208 | fix | service-worker references non-existent named index output | | c12907d92 | fix | update webpack-dev-middleware to 6.1.2 |

<!-- CHANGELOG SPLIT MARKER -->

<a name="16.2.13"></a>

google-wombot
published 16.2.13 •

Changelog

Source

16.2.13 (2024-03-25)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ | | 5ad507e3d | fix | update webpack-dev-middleware to 6.1.2 |

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.2.11"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc