Skip to content

Commit 6db4939

Browse files
committed
v5.2.7
1 parent 5877b5f commit 6db4939

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+199
-47
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/Akylas/nativescript-material-components/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** crash on null rippleColor ([0932a12](https://github.com/Akylas/nativescript-material-components/commit/0932a122d5844a16ae0befde216691a68a672ba2))
12+
13+
14+
### Features
15+
16+
* **core:** onPrimaryColor ([ca30f73](https://github.com/Akylas/nativescript-material-components/commit/ca30f73a9a65350d01dfa51716904b9b0b1a9557))
17+
18+
19+
20+
21+
622
## [5.2.6](https://github.com/Akylas/nativescript-material-components/compare/v5.2.5...v5.2.6) (2021-02-10)
723

824

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "5.2.6"
20+
"version": "5.2.7"
2121
}

Diff for: packages/activityindicator/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator

Diff for: packages/activityindicator/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/activityindicator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-activityindicator",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
@@ -43,7 +43,7 @@
4343
"readmeFilename": "README.md",
4444
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
4545
"dependencies": {
46-
"@nativescript-community/ui-material-core": "^5.2.5"
46+
"@nativescript-community/ui-material-core": "^5.2.7"
4747
},
4848
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4949
}

Diff for: packages/bottom-navigation/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation

Diff for: packages/bottom-navigation/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/bottom-navigation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottom-navigation",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
55
"main": "bottomnavigation",
66
"sideEffects": false,
@@ -47,7 +47,7 @@
4747
},
4848
"readmeFilename": "README.md",
4949
"dependencies": {
50-
"@nativescript-community/ui-material-core": "^5.2.5"
50+
"@nativescript-community/ui-material-core": "^5.2.7"
5151
},
5252
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
5353
}

Diff for: packages/bottomnavigationbar/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar

Diff for: packages/bottomnavigationbar/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/bottomnavigationbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomnavigationbar",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
55
"main": "bottomnavigationbar",
66
"sideEffects": false,
@@ -48,7 +48,7 @@
4848
},
4949
"readmeFilename": "README.md",
5050
"dependencies": {
51-
"@nativescript-community/ui-material-core": "^5.2.5"
51+
"@nativescript-community/ui-material-core": "^5.2.7"
5252
},
5353
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
5454
}

Diff for: packages/bottomsheet/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet

Diff for: packages/bottomsheet/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/bottomsheet/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomsheet",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.",
55
"main": "./bottomsheet",
66
"sideEffects": false,
@@ -42,7 +42,7 @@
4242
},
4343
"readmeFilename": "README.md",
4444
"dependencies": {
45-
"@nativescript-community/ui-material-core": "^5.2.5"
45+
"@nativescript-community/ui-material-core": "^5.2.7"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4848
}

Diff for: packages/button/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-button
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-button

Diff for: packages/button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-button",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
55
"main": "./button",
66
"sideEffects": false,
@@ -43,7 +43,7 @@
4343
"readmeFilename": "README.md",
4444
"dependencies": {
4545
"@nativescript-community/text": "^1.3.10",
46-
"@nativescript-community/ui-material-core": "^5.2.5"
46+
"@nativescript-community/ui-material-core": "^5.2.7"
4747
},
4848
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4949
}

Diff for: packages/cardview/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-cardview
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-cardview

Diff for: packages/cardview/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/cardview/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-cardview",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Material Design Cards contain content and actions about a single subject.",
55
"main": "./cardview",
66
"sideEffects": false,
@@ -42,7 +42,7 @@
4242
},
4343
"readmeFilename": "README.md",
4444
"dependencies": {
45-
"@nativescript-community/ui-material-core": "^5.2.5"
45+
"@nativescript-community/ui-material-core": "^5.2.7"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4848
}

Diff for: packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/Akylas/nativescript-material-components/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-core
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/Akylas/nativescript-material-components/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-core

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-core",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Material Core component",
55
"main": "./index",
66
"sideEffects": false,

Diff for: packages/dialogs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
9+
10+
11+
12+
13+
614
## [5.2.6](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.2.5...v5.2.6) (2021-02-10)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs

Diff for: packages/dialogs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-dialogs",
3-
"version": "5.2.6",
3+
"version": "5.2.7",
44
"description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.",
55
"main": "./dialogs",
66
"sideEffects": false,
@@ -41,8 +41,8 @@
4141
"license": "Apache-2.0",
4242
"readmeFilename": "README.md",
4343
"dependencies": {
44-
"@nativescript-community/ui-material-core": "^5.2.5",
45-
"@nativescript-community/ui-material-textfield": "^5.2.6"
44+
"@nativescript-community/ui-material-core": "^5.2.7",
45+
"@nativescript-community/ui-material-textfield": "^5.2.7"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4848
}

Diff for: packages/floatingactionbutton/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton

Diff for: packages/floatingactionbutton/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/floatingactionbutton/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-floatingactionbutton",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Material Design FAB performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center.",
55
"main": "./floatingactionbutton",
66
"sideEffects": false,
@@ -42,7 +42,7 @@
4242
"license": "Apache-2.0",
4343
"readmeFilename": "README.md",
4444
"dependencies": {
45-
"@nativescript-community/ui-material-core": "^5.2.5"
45+
"@nativescript-community/ui-material-core": "^5.2.7"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4848
}

Diff for: packages/progress/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress/compare/v5.2.6...v5.2.7) (2021-02-22)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-progress
9+
10+
11+
12+
13+
614
## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress/compare/v5.2.4...v5.2.5) (2021-02-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-progress

Diff for: packages/progress/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/progress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-progress",
3-
"version": "5.2.5",
3+
"version": "5.2.7",
44
"description": "Progress view is a linear progress indicator that implements Material Design animation and layout.",
55
"main": "./progress",
66
"sideEffects": false,
@@ -42,7 +42,7 @@
4242
},
4343
"readmeFilename": "README.md",
4444
"dependencies": {
45-
"@nativescript-community/ui-material-core": "^5.2.5"
45+
"@nativescript-community/ui-material-core": "^5.2.7"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4848
}

0 commit comments

Comments
 (0)