diff --git a/CHANGELOG.md b/CHANGELOG.md index 085e1b5..a6bb907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.3] - 2024-02-06 +### Fixed +- Added support for Angular 14+ by changing cli options to kebab-case + ## [1.1.2] - 2023-02-17 ### Fixed - Web application file copy handles package manager operation ordering more robustly (#4) diff --git a/cls/pkg/isc/ipm/js/angular/processor.cls b/cls/pkg/isc/ipm/js/angular/processor.cls index 9d68847..4befb8f 100644 --- a/cls/pkg/isc/ipm/js/angular/processor.cls +++ b/cls/pkg/isc/ipm/js/angular/processor.cls @@ -55,7 +55,7 @@ Method GetBuildCommand(buildDirectory As %String, Output command) { Do ##super(buildDirectory,.command) Set command($i(command)) = "--" - Set command($i(command)) = "--baseHref="_..baseHref + Set command($i(command)) = "--base-href="_..baseHref Set command($i(command)) = "--progress=false" } diff --git a/module.xml b/module.xml index 287cfe1..9e9d63d 100644 --- a/module.xml +++ b/module.xml @@ -2,7 +2,7 @@ isc.ipm.js - 1.1.2 + 1.1.3 isc.json