File tree Expand file tree Collapse file tree 32 files changed +174
-46
lines changed
nativescript-material-activityindicator
nativescript-material-bottomnavigationbar
nativescript-material-bottomsheet
nativescript-material-button
nativescript-material-cardview
nativescript-material-core
nativescript-material-dialogs
nativescript-material-floatingactionbutton
nativescript-material-progress
nativescript-material-ripple
nativescript-material-slider
nativescript-material-snackbar
nativescript-material-tabs
nativescript-material-textfield
nativescript-material-textview Expand file tree Collapse file tree 32 files changed +174
-46
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-components
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-components
Original file line number Diff line number Diff line change 18
18
]
19
19
}
20
20
},
21
- "version" : " 3.2.15 "
21
+ "version" : " 3.2.16 "
22
22
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-activityindicator
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-activityindicator
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-activityindicator" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material ActivityIndicator component" ,
5
5
"main" : " ./activityindicator" ,
6
6
"sideEffects" : false ,
37
37
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
38
38
"readmeFilename" : " README.md" ,
39
39
"dependencies" : {
40
- "nativescript-material-core" : " ^3.2.15 "
40
+ "nativescript-material-core" : " ^3.2.16 "
41
41
},
42
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
42
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-bottomnavigationbar
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-bottomnavigationbar
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-bottomnavigationbar" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " NativeScript plugin to add a bottom navigation bar component for Android & iOS" ,
5
5
"main" : " bottomnavigationbar" ,
6
6
"sideEffects" : false ,
44
44
"repository" : " https://github.com/Akylas/nativescript-material-components" ,
45
45
"readmeFilename" : " README.md" ,
46
46
"dependencies" : {
47
- "nativescript-material-core" : " ^3.2.15 "
47
+ "nativescript-material-core" : " ^3.2.16 "
48
48
},
49
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
49
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
50
50
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-bottomsheet
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-bottomsheet
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-bottomsheet" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material bottomsheet component" ,
5
5
"main" : " ./bottomsheet" ,
6
6
"sideEffects" : false ,
37
37
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
38
38
"readmeFilename" : " README.md" ,
39
39
"dependencies" : {
40
- "nativescript-material-core" : " ^3.2.15 "
40
+ "nativescript-material-core" : " ^3.2.16 "
41
41
},
42
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
42
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-button
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-button
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-button" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material button component" ,
5
5
"main" : " ./button" ,
6
6
"sideEffects" : false ,
37
37
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
38
38
"readmeFilename" : " README.md" ,
39
39
"dependencies" : {
40
- "nativescript-material-core" : " ^3.2.15 "
40
+ "nativescript-material-core" : " ^3.2.16 "
41
41
},
42
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
42
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-cardview
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-cardview
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-cardview" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material cardview component" ,
5
5
"main" : " ./cardview" ,
6
6
"sideEffects" : false ,
37
37
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
38
38
"readmeFilename" : " README.md" ,
39
39
"dependencies" : {
40
- "nativescript-material-core" : " ^3.2.15 "
40
+ "nativescript-material-core" : " ^3.2.16 "
41
41
},
42
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
42
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-core" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material Core component" ,
5
5
"main" : " ./core" ,
6
6
"sideEffects" : false ,
34
34
"license" : " Apache-2.0" ,
35
35
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
36
36
"readmeFilename" : " README.md" ,
37
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
37
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
38
38
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-dialogs
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-dialogs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-dialogs" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material Dialogs component" ,
5
5
"main" : " ./dialogs" ,
6
6
"sideEffects" : false ,
35
35
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
36
36
"readmeFilename" : " README.md" ,
37
37
"dependencies" : {
38
- "nativescript-material-core" : " ^3.2.15 " ,
39
- "nativescript-material-textfield" : " ^3.2.15 "
38
+ "nativescript-material-core" : " ^3.2.16 " ,
39
+ "nativescript-material-textfield" : " ^3.2.16 "
40
40
},
41
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
41
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
42
42
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-floatingactionbutton
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-floatingactionbutton
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-floatingactionbutton" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material floatingactionbutton component" ,
5
5
"main" : " ./floatingactionbutton" ,
6
6
"sideEffects" : false ,
37
37
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
38
38
"readmeFilename" : " README.md" ,
39
39
"dependencies" : {
40
- "nativescript-material-core" : " ^3.2.15 "
40
+ "nativescript-material-core" : " ^3.2.16 "
41
41
},
42
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
42
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-progress
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-progress
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-progress" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material progress component" ,
5
5
"main" : " ./progress" ,
6
6
"sideEffects" : false ,
37
37
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
38
38
"readmeFilename" : " README.md" ,
39
39
"dependencies" : {
40
- "nativescript-material-core" : " ^3.2.15 "
40
+ "nativescript-material-core" : " ^3.2.16 "
41
41
},
42
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
42
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-ripple
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-ripple
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-ripple" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material ripple component" ,
5
5
"main" : " ./ripple" ,
6
6
"sideEffects" : false ,
37
37
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
38
38
"readmeFilename" : " README.md" ,
39
39
"dependencies" : {
40
- "nativescript-material-core" : " ^3.2.15 "
40
+ "nativescript-material-core" : " ^3.2.16 "
41
41
},
42
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
42
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-slider
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-slider
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-material-slider" ,
3
- "version" : " 3.2.15 " ,
3
+ "version" : " 3.2.16 " ,
4
4
"description" : " Material slider component" ,
5
5
"main" : " ./slider" ,
6
6
"sideEffects" : false ,
37
37
"homepage" : " https://github.com/Akylas/nativescript-material-components" ,
38
38
"readmeFilename" : " README.md" ,
39
39
"dependencies" : {
40
- "nativescript-material-core" : " ^3.2.15 "
40
+ "nativescript-material-core" : " ^3.2.16 "
41
41
},
42
- "gitHead" : " 6ce196cf069b45274d5421ae823a84a0018d791c "
42
+ "gitHead" : " a1bf3e154438bb0bfc7e9a46901093a64f88d615 "
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.2.16] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.15...v3.2.16 ) (2020-07-16)
7
+
8
+ ** Note:** Version bump only for package nativescript-material-snackbar
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.2.15] ( https://github.com/Akylas/nativescript-material-components/compare/v3.2.14...v3.2.15 ) (2020-07-16)
7
15
8
16
** Note:** Version bump only for package nativescript-material-snackbar
You can’t perform that action at this time.
0 commit comments