Skip to content

Commit 9be38d3

Browse files
committed
v6.2.21
1 parent ad2f094 commit 9be38d3

Some content is hidden

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

49 files changed

+213
-51
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
## [6.2.21](https://github.com/nativescript-community/ui-material-component/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **bottom-navigation/tabs:** android full rewrite using ViewPager2 ([013616a](https://github.com/nativescript-community/ui-material-component/commit/013616a9b73156466f79d5c6974498d0282073cd))
12+
* **bottom-navigation:** android default to no animation ([e62441d](https://github.com/nativescript-community/ui-material-component/commit/e62441d97c064eb9673c73156e9ac0d85ab84f07))
13+
* **tabs/bottom-navigation:** image color filter not reset on unselect ([f4c53c5](https://github.com/nativescript-community/ui-material-component/commit/f4c53c5aba0fad6a8d3893b9f16ce38c5a8597dd))
14+
* **tabs:** android crash on back navigation ([ff12691](https://github.com/nativescript-community/ui-material-component/commit/ff126913bb5c324b59e8619ff02b15a51cb3633a))
15+
* **tabs:** ios wrong color set in TabStrip items ([0923641](https://github.com/nativescript-community/ui-material-component/commit/0923641104f3d50a7433acbb2fb871e357999400))
16+
17+
18+
19+
20+
621
## [6.2.20](https://github.com/nativescript-community/ui-material-component/compare/v6.2.19...v6.2.20) (2022-03-04)
722

823

lerna.json

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

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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.

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": "6.2.20",
3+
"version": "6.2.21",
44
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
@@ -47,7 +47,7 @@
4747
"readmeFilename": "README.md",
4848
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
4949
"dependencies": {
50-
"@nativescript-community/ui-material-core": "^6.2.20"
50+
"@nativescript-community/ui-material-core": "^6.2.21"
5151
},
5252
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5353
}

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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.

packages/bottom-navigation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottom-navigation",
3-
"version": "6.2.21-alpha.5+6a7fa01a",
3+
"version": "6.2.21",
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,
@@ -51,8 +51,8 @@
5151
},
5252
"readmeFilename": "README.md",
5353
"dependencies": {
54-
"@nativescript-community/ui-material-core": "^6.2.20",
55-
"@nativescript-community/ui-material-core-tabs": "^6.2.21-alpha.5+6a7fa01a"
54+
"@nativescript-community/ui-material-core": "^6.2.21",
55+
"@nativescript-community/ui-material-core-tabs": "^6.2.21"
5656
},
5757
"gitHead": "6a7fa01aa25fd5987efa49315d7bb3c47fbf2b48"
5858
}

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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.

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": "6.2.20",
3+
"version": "6.2.21",
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,
@@ -52,7 +52,7 @@
5252
},
5353
"readmeFilename": "README.md",
5454
"dependencies": {
55-
"@nativescript-community/ui-material-core": "^6.2.20"
55+
"@nativescript-community/ui-material-core": "^6.2.21"
5656
},
5757
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5858
}

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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.

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": "6.2.20",
3+
"version": "6.2.21",
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,
@@ -46,7 +46,7 @@
4646
},
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^6.2.20"
49+
"@nativescript-community/ui-material-core": "^6.2.21"
5050
},
5151
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5252
}

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-button
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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": "6.2.20",
3+
"version": "6.2.21",
44
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
55
"main": "./button",
66
"sideEffects": false,
@@ -47,7 +47,7 @@
4747
"readmeFilename": "README.md",
4848
"dependencies": {
4949
"@nativescript-community/text": "^1.5.2",
50-
"@nativescript-community/ui-material-core": "^6.2.20"
50+
"@nativescript-community/ui-material-core": "^6.2.21"
5151
},
5252
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5353
}

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-cardview
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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.

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": "6.2.20",
3+
"version": "6.2.21",
44
"description": "Material Design Cards contain content and actions about a single subject.",
55
"main": "./cardview",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
},
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^6.2.20"
49+
"@nativescript-community/ui-material-core": "^6.2.21"
5050
},
5151
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5252
}

packages/core-tabs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **bottom-navigation/tabs:** android full rewrite using ViewPager2 ([013616a](https://github.com/nativescript-community/ui-material-components/commit/013616a9b73156466f79d5c6974498d0282073cd))

packages/core-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-core-tabs",
3-
"version": "6.2.21-alpha.5+6a7fa01a",
3+
"version": "6.2.21",
44
"description": "Material Core Tabs component",
55
"main": "./index",
66
"sideEffects": false,
@@ -39,7 +39,7 @@
3939
"repository": "https://github.com/nativescript-community/ui-material-components",
4040
"readmeFilename": "README.md",
4141
"dependencies": {
42-
"@nativescript-community/ui-material-core": "^6.2.20"
42+
"@nativescript-community/ui-material-core": "^6.2.21"
4343
},
4444
"gitHead": "6a7fa01aa25fd5987efa49315d7bb3c47fbf2b48"
4545
}

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-core
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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": "6.2.20",
3+
"version": "6.2.21",
44
"description": "Material Core component",
55
"main": "./index",
66
"sideEffects": false,

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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": "6.2.20",
3+
"version": "6.2.21",
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,
@@ -43,8 +43,8 @@
4343
"license": "Apache-2.0",
4444
"readmeFilename": "README.md",
4545
"dependencies": {
46-
"@nativescript-community/ui-material-core": "^6.2.20",
47-
"@nativescript-community/ui-material-textfield": "^6.2.20"
46+
"@nativescript-community/ui-material-core": "^6.2.21",
47+
"@nativescript-community/ui-material-textfield": "^6.2.21"
4848
},
4949
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5050
}

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+
## [6.2.21](https://github.com/nativescript-community/ui-material-components/compare/v6.2.20...v6.2.21) (2022-03-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/nativescript-community/ui-material-components/compare/v6.2.19...v6.2.20) (2022-03-04)
715

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

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.

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": "6.2.20",
3+
"version": "6.2.21",
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,
@@ -46,7 +46,7 @@
4646
"license": "Apache-2.0",
4747
"readmeFilename": "README.md",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^6.2.20"
49+
"@nativescript-community/ui-material-core": "^6.2.21"
5050
},
5151
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5252
}

0 commit comments

Comments
 (0)