File tree 16 files changed +72
-15
lines changed
ngx-ui-tour-ngx-bootstrap
16 files changed +72
-15
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 12.0.2 " ></a >
2
+
3
+ # [ 12.0.2] ( https://github.com/hakimio/ngx-ui-tour ) (2024-05-02)
4
+
5
+ ### Fixes
6
+ - Fix issue preventing the tour from closing when used in "NgModule" application.
7
+
1
8
<a name =" 12.0.1 " ></a >
2
9
3
10
# [ 12.0.1] ( https://github.com/hakimio/ngx-ui-tour ) (2024-01-26)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-console" ,
3
- "version" : " 12.0.1 " ,
3
+ "version" : " 12.0.2 " ,
4
4
"repository" : " https://github.com/hakimio/ngx-ui-tour.git" ,
5
5
"author" :
" Isaac Mann <[email protected] >" ,
6
6
"license" : " MIT" ,
20
20
},
21
21
"dependencies" : {
22
22
"tslib" : " ^2.0.0" ,
23
- "ngx-ui-tour-core" : " 12.0.1 "
23
+ "ngx-ui-tour-core" : " 12.0.2 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change
1
+ <a name =" 12.0.2 " ></a >
2
+
3
+ # [ 12.0.2] ( https://github.com/hakimio/ngx-ui-tour ) (2024-05-02)
4
+
5
+ ### Fixes
6
+ - Fix issue preventing the tour from closing when used in "NgModule" application.
7
+
1
8
<a name =" 12.0.1 " ></a >
2
9
3
10
# [ 12.0.1] ( https://github.com/hakimio/ngx-ui-tour ) (2024-01-26)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-core" ,
3
- "version" : " 12.0.1 " ,
3
+ "version" : " 12.0.2 " ,
4
4
"description" : " UI tour library for Angular 12+" ,
5
5
"keywords" : [
6
6
" angular" ,
Original file line number Diff line number Diff line change
1
+ <a name =" 3.0.3 " ></a >
2
+
3
+ # [ 3.0.3] ( https://github.com/hakimio/ngx-ui-tour ) (2024-05-02)
4
+
5
+ ### Fixes
6
+ - Fix issue preventing the tour from closing when used in "NgModule" application.
7
+ - Allow ` @ionic/angular ` ` ^8.1.0 ` as peer dependency
8
+
1
9
<a name =" 3.0.2 " ></a >
2
10
3
11
# [ 3.0.2] ( https://github.com/hakimio/ngx-ui-tour ) (2024-01-26)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-ionic" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.3 " ,
4
4
"description" : " UI tour library for Angular 15+" ,
5
5
"keywords" : [
6
6
" angular" ,
24
24
},
25
25
"dependencies" : {
26
26
"tslib" : " ^2.3.0" ,
27
- "ngx-ui-tour-core" : " 12.0.1 "
27
+ "ngx-ui-tour-core" : " 12.0.2 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change
1
+ <a name =" 12.0.3 " ></a >
2
+
3
+ # [ 12.0.3] ( https://github.com/hakimio/ngx-ui-tour ) (2024-05-02)
4
+
5
+ ### Fixes
6
+ - Fix issue preventing the tour from closing when used in "NgModule" application.
7
+
1
8
<a name =" 12.0.2 " ></a >
2
9
3
10
# [ 12.0.2] ( https://github.com/hakimio/ngx-ui-tour ) (2024-01-26)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-md-menu" ,
3
- "version" : " 12.0.2 " ,
3
+ "version" : " 12.0.3 " ,
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" : " 12.0.1 "
22
+ "ngx-ui-tour-core" : " 12.0.2 "
23
23
},
24
24
"peerDependencies" : {
25
25
"@angular/common" : " ^17.0.0" ,
Original file line number Diff line number Diff line change
1
+ <a name =" 14.0.3 " ></a >
2
+
3
+ # [ 14.0.3] ( https://github.com/hakimio/ngx-ui-tour ) (2024-05-02)
4
+
5
+ ### Fixes
6
+ - Fix issue preventing the tour from closing when used in "NgModule" application.
7
+
1
8
<a name =" 14.0.2 " ></a >
2
9
3
10
# [ 14.0.2] ( https://github.com/hakimio/ngx-ui-tour ) (2024-01-26)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-ng-bootstrap" ,
3
- "version" : " 14.0.2 " ,
3
+ "version" : " 14.0.3 " ,
4
4
"description" : " UI tour library for Angular 12+" ,
5
5
"keywords" : [
6
6
" angular" ,
23
23
},
24
24
"dependencies" : {
25
25
"tslib" : " ^2.0.0" ,
26
- "ngx-ui-tour-core" : " 12.0.1 "
26
+ "ngx-ui-tour-core" : " 12.0.2 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change
1
+ <a name =" 12.0.4 " ></a >
2
+
3
+ # [ 12.0.4] ( https://github.com/hakimio/ngx-ui-tour ) (2024-05-02)
4
+
5
+ ### Fixes
6
+ - Fix issue preventing the tour from closing when used in "NgModule" application.
7
+
1
8
<a name =" 12.0.3 " ></a >
2
9
3
10
# [ 12.0.3] ( https://github.com/hakimio/ngx-ui-tour ) (2024-01-26)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-ui-tour-ngx-bootstrap" ,
3
- "version" : " 12.0.3 " ,
3
+ "version" : " 12.0.4 " ,
4
4
"description" : " UI tour library for Angular 12+" ,
5
5
"keywords" : [
6
6
" angular" ,
23
23
},
24
24
"dependencies" : {
25
25
"tslib" : " ^2.0.0" ,
26
- "ngx-ui-tour-core" : " 12.0.1 "
26
+ "ngx-ui-tour-core" : " 12.0.2 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change
1
+ <a name =" 6.0.3 " ></a >
2
+
3
+ # [ 6.0.3] ( https://github.com/hakimio/ngx-ui-tour ) (2024-05-02)
4
+
5
+ ### Fixes
6
+ - Fix issue preventing the tour from closing when used in "NgModule" application.
7
+
1
8
<a name =" 6.0.2 " ></a >
2
9
3
10
# [ 6.0.2] ( https://github.com/hakimio/ngx-ui-tour ) (2024-01-26)
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" : " 6.0.2 " ,
17
+ "version" : " 6.0.3 " ,
18
18
"peerDependencies" : {
19
19
"@angular/common" : " ^17.0.0" ,
20
20
"@angular/core" : " ^17.0.0" ,
23
23
},
24
24
"dependencies" : {
25
25
"tslib" : " ^2.3.0" ,
26
- "ngx-ui-tour-core" : " 12.0.1 "
26
+ "ngx-ui-tour-core" : " 12.0.2 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change
1
+ <a name =" 6.0.3 " ></a >
2
+
3
+ # [ 6.0.3] ( https://github.com/hakimio/ngx-ui-tour ) (2024-05-02)
4
+
5
+ ### Fixes
6
+ - Fix issue preventing the tour from closing when used in "NgModule" application.
7
+
1
8
<a name =" 6.0.2 " ></a >
2
9
3
10
# [ 6.0.2] ( https://github.com/hakimio/ngx-ui-tour ) (2024-01-26)
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" : " 6.0.2 " ,
17
+ "version" : " 6.0.3 " ,
18
18
"peerDependencies" : {
19
19
"@angular/common" : " ^17.0.0" ,
20
20
"@angular/core" : " ^17.0.0" ,
23
23
},
24
24
"dependencies" : {
25
25
"tslib" : " ^2.3.0" ,
26
- "ngx-ui-tour-core" : " 12.0.1 "
26
+ "ngx-ui-tour-core" : " 12.0.2 "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments