File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ 6.1.2] ( https://github.com/RaschidJFR/ionic-header-parallax/compare/6.1.1...6.1.2 )
8+
9+ > 13 March 2025
10+
11+ - fix: exception on initialization for NgModule projects [ ` #55 ` ] ( https://github.com/RaschidJFR/ionic-header-parallax/pull/55 )
12+
713#### [ 6.1.1] ( https://github.com/RaschidJFR/ionic-header-parallax/compare/6.1.0...6.1.1 )
814
915> 8 March 2025
1016
11- - fix: error ` < ion-toolbar> element is needed` in standalone [ ` #50 ` ] ( https://github.com/RaschidJFR/ionic-header-parallax/issues/50 )
17+ - fix: error ` < ion-toolbar> element is needed… ` in standalone [ ` #50 ` ] ( https://github.com/RaschidJFR/ionic-header-parallax/issues/50 )
1218
1319#### [ 6.1.0] ( https://github.com/RaschidJFR/ionic-header-parallax/compare/6.0.0...6.1.0 )
1420
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ run_test() {
2727 || { echo 'Angular server failed to start'; exit 1; })"
2828}
2929
30- ng_version=" ${1:- 19} "
31- echo " Testing library in Ionic v8 and Angular v$ng_version ..."
32- run_test $ng_version
30+ echo " Testing library in Ionic v8 and Angular v19..."
31+ run_test 19
32+ echo " Ionic v8 and Angular v19 tests successful!"
33+ echo " Testing library in Ionic v8 and Angular v16..."
34+ run_test 16
35+ echo " Ionic v8 and Angular v16 tests successful!"
You can’t perform that action at this time.
0 commit comments