Skip to content

Commit c66e6e5

Browse files
committed
Merge branch 'master' of github.com:nativescript-community/ui-material-components
# Conflicts: # docs/assets/search.js
2 parents 56d38fe + 50fe91a commit c66e6e5

File tree

143 files changed

+3201
-2490
lines changed

Some content is hidden

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

143 files changed

+3201
-2490
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
github: [farfromrefug]
2+
liberapay: farfromrefuge
3+
patreon: farfromrefuge

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.53](https://github.com/nativescript-community/ui-material-component/compare/v7.2.52...v7.2.53) (2024-05-03)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-components
9+
10+
## [7.2.52](https://github.com/nativescript-community/ui-material-component/compare/v7.2.51...v7.2.52) (2024-05-03)
11+
12+
**Note:** Version bump only for package @nativescript-community/ui-material-components
13+
14+
## [7.2.51](https://github.com/nativescript-community/ui-material-component/compare/v7.2.50...v7.2.51) (2024-05-03)
15+
16+
### Bug Fixes
17+
18+
* WeakRef possible crash fix ([f597674](https://github.com/nativescript-community/ui-material-component/commit/f5976746c69711cef0aadeffea89a61bd244c608))
19+
620
## [7.2.50](https://github.com/nativescript-community/ui-material-component/compare/v7.2.49...v7.2.50) (2024-04-30)
721

822
### Bug Fixes

demo-ng

demo-snippets/svelte/Buttons.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</script>
2020

2121
<page>
22-
<actionBar :title="title">
22+
<actionBar title="title">
2323
<stackLayout orientation="horizontal" width="100%">
2424
<mdbutton v-show="isEditing" variant="flat" text="test" on:tap={() => (isEditing = !isEditing)} />
2525
<mdbutton text="save" on:tap={() => (isEditing = !isEditing)} />

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.

0 commit comments

Comments
 (0)