Skip to content

Commit 3db7ec9

Browse files
committed
v7.0.35
1 parent a9fb4cb commit 3db7ec9

38 files changed

+245
-40
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-component/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-component/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
* **BottomSheet:** types ([ef80352](https://github.com/nativescript-community/ui-material-component/commit/ef80352e85fc27d6d2fde5eb3a29ea10df78357d))
13+
* **tabs:** handle removing, re-adding, and changing visibility of tabstrip ([7297d7e](https://github.com/nativescript-community/ui-material-component/commit/7297d7e9be2a601cdff3559040a2327b42cc564e))
14+
15+
16+
### Features
17+
18+
* add demo-vue3 ([c13c088](https://github.com/nativescript-community/ui-material-component/commit/c13c0889d667969849bb3e2d849494990d7f112d))
19+
* **BottomSheet:** add vue 3 support ([0d2549e](https://github.com/nativescript-community/ui-material-component/commit/0d2549e17149c1cdf0948173ba7bddebc5c5c491))
20+
21+
22+
23+
24+
625
## [7.0.34](https://github.com/nativescript-community/ui-material-component/compare/v7.0.33...v7.0.34) (2023-01-06)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"version": "7.0.34"
21+
"version": "7.0.35"
2222
}

packages/activityindicator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-components/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
13+
14+
15+
16+
617
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
718

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

packages/activityindicator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-activityindicator",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34"
50+
"@nativescript-community/ui-material-core": "^7.0.35"
5151
},
5252
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5353
}

packages/bottom-navigation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
715

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

packages/bottom-navigation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottom-navigation",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34",
55-
"@nativescript-community/ui-material-core-tabs": "^7.0.34"
54+
"@nativescript-community/ui-material-core": "^7.0.35",
55+
"@nativescript-community/ui-material-core-tabs": "^7.0.35"
5656
},
5757
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5858
}

packages/bottomnavigationbar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
715

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

packages/bottomnavigationbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomnavigationbar",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34"
55+
"@nativescript-community/ui-material-core": "^7.0.35"
5656
},
5757
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5858
}

packages/bottomsheet/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-components/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
13+
14+
15+
16+
617
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
718

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

packages/bottomsheet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomsheet",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34"
49+
"@nativescript-community/ui-material-core": "^7.0.35"
5050
},
5151
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5252
}

packages/button/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-components/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
13+
14+
15+
16+
617
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
718

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

packages/button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-button",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34"
50+
"@nativescript-community/ui-material-core": "^7.0.35"
5151
},
5252
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5353
}

packages/cardview/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-components/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
13+
14+
15+
16+
617
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
718

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

packages/cardview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-cardview",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34"
49+
"@nativescript-community/ui-material-core": "^7.0.35"
5050
},
5151
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5252
}

packages/core-tabs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs
9+
10+
11+
12+
13+
614
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
715

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

packages/core-tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-core-tabs",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34"
42+
"@nativescript-community/ui-material-core": "^7.0.35"
4343
},
4444
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
4545
}

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-components/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
13+
14+
15+
16+
617
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
718

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

packages/core/package.json

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

packages/dialogs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-components/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
13+
14+
15+
16+
617
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
718

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

packages/dialogs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-dialogs",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34",
47-
"@nativescript-community/ui-material-textfield": "^7.0.34"
46+
"@nativescript-community/ui-material-core": "^7.0.35",
47+
"@nativescript-community/ui-material-textfield": "^7.0.35"
4848
},
4949
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5050
}

packages/floatingactionbutton/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-components/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
13+
14+
15+
16+
617
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
718

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

packages/floatingactionbutton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-floatingactionbutton",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
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": "^7.0.34"
49+
"@nativescript-community/ui-material-core": "^7.0.35"
5050
},
5151
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5252
}

packages/progress/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.35](https://github.com/nativescript-community/ui-material-components/compare/v7.0.34...v7.0.35) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([60c0ef2](https://github.com/nativescript-community/ui-material-components/commit/60c0ef218e3b5b4a0903b214f129fe7671a2ebbf))
12+
13+
14+
15+
16+
617
## [7.0.34](https://github.com/nativescript-community/ui-material-components/compare/v7.0.33...v7.0.34) (2023-01-06)
718

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

0 commit comments

Comments
 (0)