File tree 14 files changed +121
-32
lines changed
ngx-ui-tour-ngx-bootstrap
14 files changed +121
-32
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 12.0.0 " ></a >
2
+
3
+ # [ 12.0.0] ( https://github.com/hakimio/ngx-ui-tour ) (2023-11-30)
4
+
5
+ ### Features
6
+ - Support for Angular 17
7
+ - New ` asyncStepTimeout ` config. It's now possible to have optional async steps if ` asyncStepTimeout ` is specified.
8
+
9
+ ### Breaking Changes
10
+ - Angular 16 is no longer supported
11
+
1
12
<a name =" 11.0.6 " ></a >
2
13
3
14
# [ 11.0.6] ( https://github.com/hakimio/ngx-ui-tour ) (2023-10-25)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-core" ,
3
- "version" : " 11 .0.6 " ,
3
+ "version" : " 12 .0.0 " ,
4
4
"description" : " UI tour library for Angular 12+" ,
5
5
"keywords" : [
6
6
" angular" ,
15
15
"author" :
" Isaac Mann <[email protected] >" ,
16
16
"license" : " MIT" ,
17
17
"peerDependencies" : {
18
- "@angular/common" : " ^16 .0.0" ,
19
- "@angular/core" : " ^16 .0.0" ,
20
- "@angular/router" : " ^16 .0.0" ,
18
+ "@angular/common" : " ^17 .0.0" ,
19
+ "@angular/core" : " ^17 .0.0" ,
20
+ "@angular/router" : " ^17 .0.0" ,
21
21
"rxjs" : " ^7.4.0"
22
22
},
23
23
"dependencies" : {
Original file line number Diff line number Diff line change
1
+ <a name =" 3.0.0 " ></a >
2
+
3
+ # [ 3.0.0] ( https://github.com/hakimio/ngx-ui-tour ) (2023-11-30)
4
+
5
+ ### Features
6
+ - Support for Angular 17.
7
+ - New ` asyncStepTimeout ` config. It's now possible to have optional async steps if ` asyncStepTimeout ` is specified.
8
+ - Ionic standalone components are now used instead of Ionic module.
9
+ - Default step template now contains tour progress indicator. Can be disabled using ` showProgress ` config.
10
+
11
+ ### Breaking Changes
12
+ - Angular 16 is no longer supported.
13
+ - Due to migration to Ionic standalone components, ` @ionic/angular ` version requirement has been set to ` ^7.5.6 ` .
14
+
1
15
<a name =" 2.0.6 " ></a >
2
16
3
17
# [ 2.0.6] ( https://github.com/hakimio/ngx-ui-tour ) (2023-10-25)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-ionic" ,
3
- "version" : " 2 .0.6 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " UI tour library for Angular 15+" ,
5
5
"keywords" : [
6
6
" angular" ,
18
18
"author" :
" Tomas Rimkus <[email protected] >" ,
19
19
"license" : " MIT" ,
20
20
"peerDependencies" : {
21
- "@angular/common" : " ^16 .0.0" ,
22
- "@angular/core" : " ^16 .0.0" ,
21
+ "@angular/common" : " ^17 .0.0" ,
22
+ "@angular/core" : " ^17 .0.0" ,
23
23
"@ionic/angular" : " ^7.5.6" ,
24
24
"ionicons" : " ^7.2.1"
25
25
},
26
26
"dependencies" : {
27
27
"tslib" : " ^2.3.0" ,
28
- "ngx-ui-tour-core" : " 11 .0.6 "
28
+ "ngx-ui-tour-core" : " 12 .0.0 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change
1
+ <a name =" 12.0.0 " ></a >
2
+
3
+ # [ 12.0.0] ( https://github.com/hakimio/ngx-ui-tour ) (2023-11-30)
4
+
5
+ ### Features
6
+ - Support for Angular 17
7
+ - Tour steps now show an arrow pointing at the anchor element. Can be disabled using ` showArrow ` config.
8
+ - New ` asyncStepTimeout ` config. It's now possible to have optional async steps if ` asyncStepTimeout ` is specified.
9
+ - Default step template now contains tour progress indicator. Can be disabled using ` showProgress ` config.
10
+
11
+ ### Breaking Changes
12
+ - Angular 16 is no longer supported
13
+ - Tour step arrow is now enabled by default and in some cases, for example when a small anchor element is positioned
14
+ at the edge of the screen, tour step arrow might not align correctly with the tour anchor. In that case ` placement `
15
+ config can be used to adjust tour step position and fix the alignment or the arrow can be hidden using ` showArrow ` config.
16
+
1
17
<a name =" 11.0.6 " ></a >
2
18
3
19
# [ 11.0.6] ( https://github.com/hakimio/ngx-ui-tour ) (2023-10-25)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-md-menu" ,
3
- "version" : " 11 .0.6 " ,
3
+ "version" : " 12 .0.0 " ,
4
4
"description" : " UI tour library for Angular 12+" ,
5
5
"keywords" : [
6
6
" angular" ,
19
19
"license" : " MIT" ,
20
20
"dependencies" : {
21
21
"tslib" : " ^2.0.0" ,
22
- "ngx-ui-tour-core" : " 11 .0.6 "
22
+ "ngx-ui-tour-core" : " 12 .0.0 "
23
23
},
24
24
"peerDependencies" : {
25
- "@angular/common" : " ^16 .0.0" ,
26
- "@angular/core" : " ^16 .0.0" ,
27
- "@angular/cdk" : " ^16 .0.0" ,
28
- "@angular/material" : " ^16 .0.0"
25
+ "@angular/common" : " ^17 .0.0" ,
26
+ "@angular/core" : " ^17 .0.0" ,
27
+ "@angular/cdk" : " ^17 .0.0" ,
28
+ "@angular/material" : " ^17 .0.0"
29
29
}
30
30
}
Original file line number Diff line number Diff line change
1
+ <a name =" 14.0.0 " ></a >
2
+
3
+ # [ 14.0.0] ( https://github.com/hakimio/ngx-ui-tour ) (2023-11-30)
4
+
5
+ ### Features
6
+ - Support for Angular 17
7
+ - New ` asyncStepTimeout ` config. It's now possible to have optional async steps if ` asyncStepTimeout ` is specified.
8
+ - Default step template now contains tour progress indicator. Can be disabled using ` showProgress ` config.
9
+
10
+ ### Breaking Changes
11
+ - Angular 16 is no longer supported
12
+
1
13
<a name =" 13.0.6 " ></a >
2
14
3
15
# [ 13.0.6] ( https://github.com/hakimio/ngx-ui-tour ) (2023-10-25)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-ng-bootstrap" ,
3
- "version" : " 13 .0.6 " ,
3
+ "version" : " 14 .0.0 " ,
4
4
"description" : " UI tour library for Angular 12+" ,
5
5
"keywords" : [
6
6
" angular" ,
17
17
"author" :
" Isaac Mann <[email protected] >" ,
18
18
"license" : " MIT" ,
19
19
"peerDependencies" : {
20
- "@angular/common" : " ^16 .0.0" ,
21
- "@angular/core" : " ^16 .0.0" ,
22
- "@ng-bootstrap/ng-bootstrap" : " ^15 .0.0"
20
+ "@angular/common" : " ^17 .0.0" ,
21
+ "@angular/core" : " ^17 .0.0" ,
22
+ "@ng-bootstrap/ng-bootstrap" : " ^16 .0.0"
23
23
},
24
24
"dependencies" : {
25
25
"tslib" : " ^2.0.0" ,
26
- "ngx-ui-tour-core" : " 11 .0.6 "
26
+ "ngx-ui-tour-core" : " 12 .0.0 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change
1
+ <a name =" 12.0.0 " ></a >
2
+
3
+ # [ 12.0.0] ( https://github.com/hakimio/ngx-ui-tour ) (2023-11-30)
4
+
5
+ ### Features
6
+ - Support for Angular 17
7
+ - New ` asyncStepTimeout ` config. It's now possible to have optional async steps if ` asyncStepTimeout ` is specified.
8
+ - Default step template now contains tour progress indicator. Can be disabled using ` showProgress ` config.
9
+
10
+ ### Breaking Changes
11
+ - Angular 16 is no longer supported
12
+
1
13
<a name =" 11.0.6 " ></a >
2
14
3
15
# [ 11.0.6] ( https://github.com/hakimio/ngx-ui-tour ) (2023-10-25)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-ngx-bootstrap" ,
3
- "version" : " 11 .0.6 " ,
3
+ "version" : " 12 .0.0 " ,
4
4
"description" : " UI tour library for Angular 12+" ,
5
5
"keywords" : [
6
6
" angular" ,
17
17
"author" :
" Isaac Mann <[email protected] >" ,
18
18
"license" : " MIT" ,
19
19
"peerDependencies" : {
20
- "@angular/common" : " ^16 .0.0" ,
21
- "@angular/core" : " ^16 .0.0" ,
22
- "ngx-bootstrap" : " ^11 .0.0"
20
+ "@angular/common" : " ^17 .0.0" ,
21
+ "@angular/core" : " ^17 .0.0" ,
22
+ "ngx-bootstrap" : " ^12 .0.0"
23
23
},
24
24
"dependencies" : {
25
25
"tslib" : " ^2.0.0" ,
26
- "ngx-ui-tour-core" : " 11 .0.6 "
26
+ "ngx-ui-tour-core" : " 12 .0.0 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change
1
+ <a name =" 6.0.0 " ></a >
2
+
3
+ # [ 6.0.0] ( https://github.com/hakimio/ngx-ui-tour ) (2023-11-30)
4
+
5
+ ### Features
6
+ - Support for Angular 17
7
+ - New ` asyncStepTimeout ` config. It's now possible to have optional async steps if ` asyncStepTimeout ` is specified.
8
+ - Default step template now contains tour progress indicator. Can be disabled using ` showProgress ` config.
9
+
10
+ ### Breaking Changes
11
+ - Angular 16 is no longer supported
12
+
1
13
<a name =" 5.0.6 " ></a >
2
14
3
15
# [ 5.0.6] ( https://github.com/hakimio/ngx-ui-tour ) (2023-10-25)
Original file line number Diff line number Diff line change 14
14
"repository" : " https://github.com/hakimio/ngx-ui-tour.git" ,
15
15
"author" :
" Tomas Rimkus <[email protected] >" ,
16
16
"license" : " MIT" ,
17
- "version" : " 5 .0.6 " ,
17
+ "version" : " 6 .0.0 " ,
18
18
"peerDependencies" : {
19
- "@angular/common" : " ^16 .0.0" ,
20
- "@angular/core" : " ^16 .0.0" ,
19
+ "@angular/common" : " ^17 .0.0" ,
20
+ "@angular/core" : " ^17 .0.0" ,
21
21
"@taiga-ui/core" : " ^3.24.0" ,
22
22
"@taiga-ui/icons" : " ^3.24.0"
23
23
},
24
24
"dependencies" : {
25
25
"tslib" : " ^2.3.0" ,
26
- "ngx-ui-tour-core" : " 11 .0.6 "
26
+ "ngx-ui-tour-core" : " 12 .0.0 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change
1
+ <a name =" 6.0.0 " ></a >
2
+
3
+ # [ 6.0.0] ( https://github.com/hakimio/ngx-ui-tour ) (2023-11-30)
4
+
5
+ ### Features
6
+ - Support for Angular 17
7
+ - New ` asyncStepTimeout ` config. It's now possible to have optional async steps if ` asyncStepTimeout ` is specified.
8
+ - Default step template now contains tour progress indicator. Can be disabled using ` showProgress ` config.
9
+
10
+ ### Breaking Changes
11
+ - Angular 16 is no longer supported
12
+
1
13
<a name =" 5.0.6 " ></a >
2
14
3
15
# [ 5.0.6] ( https://github.com/hakimio/ngx-ui-tour ) (2023-10-25)
Original file line number Diff line number Diff line change 14
14
"repository" : " https://github.com/hakimio/ngx-ui-tour.git" ,
15
15
"author" :
" Tomas Rimkus <[email protected] >" ,
16
16
"license" : " MIT" ,
17
- "version" : " 5 .0.6 " ,
17
+ "version" : " 6 .0.0 " ,
18
18
"peerDependencies" : {
19
- "@angular/common" : " ^16 .0.0" ,
20
- "@angular/core" : " ^16 .0.0" ,
19
+ "@angular/common" : " ^17 .0.0" ,
20
+ "@angular/core" : " ^17 .0.0" ,
21
21
"@taiga-ui/core" : " ^3.24.0" ,
22
22
"@taiga-ui/icons" : " ^3.24.0"
23
23
},
24
24
"dependencies" : {
25
25
"tslib" : " ^2.3.0" ,
26
- "ngx-ui-tour-core" : " 11 .0.6 "
26
+ "ngx-ui-tour-core" : " 12 .0.0 "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments