Skip to content

Commit

Permalink
Merge pull request #11 from etchenko/main
Browse files Browse the repository at this point in the history
Added kebab-case for Angular 14+ compatibility
  • Loading branch information
isc-tleavitt authored Feb 6, 2024
2 parents f899235 + 7470823 commit 5fec9a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cls/pkg/isc/ipm/js/angular/processor.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Export generator="Cache" version="25">
<Document name="isc.ipm.js.ZPM"><Module>
<Name>isc.ipm.js</Name>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<Dependencies>
<ModuleReference>
<Name>isc.json</Name>
Expand Down

0 comments on commit 5fec9a9

Please sign in to comment.