From 4bfea7a6176f0a6b06fae6b9c284090204032e36 Mon Sep 17 00:00:00 2001 From: Elijah Tamarchenko Date: Tue, 6 Feb 2024 09:18:57 -0500 Subject: [PATCH 1/2] Added kebab-case for Angular 14+ compatability --- cls/pkg/isc/ipm/js/angular/processor.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } From 7470823879088ad21addb918dd0a9e403a056ce1 Mon Sep 17 00:00:00 2001 From: Elijah Tamarchenko Date: Tue, 6 Feb 2024 09:41:32 -0500 Subject: [PATCH 2/2] Updated changelog and module.xml --- CHANGELOG.md | 4 ++++ module.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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/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