Skip to content

Commit dd334ef

Browse files
committed
v5.2.9
1 parent 1222a0f commit dd334ef

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.9](https://github.com/Akylas/nativescript-material-components/compare/v5.2.8...v5.2.9) (2021-03-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** some lollipop carsh fixes ([1222a0f](https://github.com/Akylas/nativescript-material-components/commit/1222a0f86c78f92c8cd2fd253458cfdec18c2757))
12+
* **slider:** ios background color not working ([712a860](https://github.com/Akylas/nativescript-material-components/commit/712a8608f83bbe18e40494a0a50142e32f5c542a))
13+
* **textfield:** ensure we request layout only when necessary ([3aa93f0](https://github.com/Akylas/nativescript-material-components/commit/3aa93f0e95883f921bba9de3934ae398b0fb69d8))
14+
15+
16+
17+
18+
619
## [5.2.8](https://github.com/Akylas/nativescript-material-components/compare/v5.2.7...v5.2.8) (2021-02-24)
720

821

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "5.2.8"
20+
"version": "5.2.9"
2121
}

packages/activityindicator/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+
## [5.2.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.2.8...v5.2.9) (2021-03-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [5.2.8](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.2.7...v5.2.8) (2021-02-24)
715

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

packages/activityindicator/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "5.2.8",
3+
"version": "5.2.9",
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.8"
46+
"@nativescript-community/ui-material-core": "^5.2.9"
4747
},
4848
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4949
}

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+
## [5.2.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.2.8...v5.2.9) (2021-03-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [5.2.8](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.2.7...v5.2.8) (2021-02-24)
715

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

packages/bottom-navigation/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bottom-navigation/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-bottom-navigation",
3-
"version": "5.2.8",
3+
"version": "5.2.9",
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.8"
50+
"@nativescript-community/ui-material-core": "^5.2.9"
5151
},
5252
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
5353
}

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+
## [5.2.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.2.8...v5.2.9) (2021-03-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [5.2.8](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.2.7...v5.2.8) (2021-02-24)
715

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

packages/bottomnavigationbar/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)