Skip to content

Commit 9b245c8

Browse files
committed
Merge branch 'master' of github.com:nativescript-community/ui-material-components
# Conflicts: # docs/assets/search.js # docs/interfaces/_nativescript_community_ui_material_dialogs.MDCAlertControlerOptions.html
2 parents 8fa4585 + f0efc97 commit 9b245c8

File tree

139 files changed

+2728
-4508
lines changed

Some content is hidden

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

139 files changed

+2728
-4508
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.2.49](https://github.com/nativescript-community/ui-material-component/compare/v7.2.48...v7.2.49) (2024-04-08)
7+
8+
### Bug Fixes
9+
10+
* ensure custom view has no parent ([7d3dd07](https://github.com/nativescript-community/ui-material-component/commit/7d3dd07bb5c56424f45287f907e405732e7f2e41))
11+
12+
## [7.2.48](https://github.com/nativescript-community/ui-material-component/compare/v7.2.47...v7.2.48) (2024-04-08)
13+
14+
### Bug Fixes
15+
16+
* **dialogs:** allow custom view to be added to `prompt/login` (for now under the text fields) ([33eac9d](https://github.com/nativescript-community/ui-material-component/commit/33eac9d44fef3fa04c9f8871e7be2305a7a40c36))
17+
18+
## [7.2.47](https://github.com/nativescript-community/ui-material-component/compare/v7.2.46...v7.2.47) (2024-03-28)
19+
20+
### Bug Fixes
21+
22+
* **android:** working fix for testId in textfield/textview ([b637cac](https://github.com/nativescript-community/ui-material-component/commit/b637cace3a35fb75b89ffc7936a15d29a109e4ca))
23+
24+
## [7.2.46](https://github.com/nativescript-community/ui-material-component/compare/v7.2.45...v7.2.46) (2024-03-28)
25+
26+
### Bug Fixes
27+
28+
* **textview, textfield, android:** accessibility fix ([0f2ce73](https://github.com/nativescript-community/ui-material-component/commit/0f2ce73a0a505ab07f65ce88e1b8263e78271d6b))
29+
630
## [7.2.45](https://github.com/nativescript-community/ui-material-component/compare/v7.2.44...v7.2.45) (2024-03-06)
731

832
### Bug Fixes

docs/assets/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

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

docs/assets/search.js

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

docs/assets/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@ dd {
405405
}
406406
body {
407407
background: var(--color-background);
408-
font-family: "Segoe UI", sans-serif;
408+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
409+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
409410
font-size: 16px;
410411
color: var(--color-text);
411412
}

docs/classes/_nativescript_community_ui_material_activityindicator.ActivityIndicator.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/_nativescript_community_ui_material_bottomnavigationbar.BottomNavigationBar.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/_nativescript_community_ui_material_bottomnavigationbar.BottomNavigationTab.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/_nativescript_community_ui_material_bottomsheet.ViewWithBottomSheetBase.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/_nativescript_community_ui_material_button.Button.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)