Skip to content

Commit 9e4736f

Browse files
author
farfromrefuge
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # yarn.lock
2 parents 81192e7 + f9a5b6c commit 9e4736f

106 files changed

Lines changed: 625 additions & 448 deletions

File tree

Some content is hidden

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: steps.yarn-node_modules.outputs.cache-hit != 'true'
8080
uses: bahmutov/npm-install@v1
8181
with:
82-
install-command: yarn install --silent
82+
install-command: corepack yarn --silent
8383
env:
8484
YARN_ENABLE_IMMUTABLE_INSTALLS: false
8585

.yarnrc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ compressionLevel: mixed
33
nmHoistingLimits: workspaces
44

55
nodeLinker: node-modules
6-
7-
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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.78](https://github.com/nativescript-community/ui-material-component/compare/v7.2.77...v7.2.78) (2025-10-03)
7+
8+
### Features
9+
10+
* **switch:** onBackgroundColor property ([c456a6b](https://github.com/nativescript-community/ui-material-component/commit/c456a6bb3a3eb9da3d2649e53c4455298115ba33))
11+
12+
### Bug Fixes
13+
14+
* **slider:** iOS fix for when stepSize is set or null ([bfb4ac8](https://github.com/nativescript-community/ui-material-component/commit/bfb4ac85bb5e011ca398e8b10b955b109208bfac))
15+
16+
## [7.2.77](https://github.com/nativescript-community/ui-material-component/compare/v7.2.76...v7.2.77) (2025-10-02)
17+
18+
### Bug Fixes
19+
20+
* **snackbar:** iOS new option iosIgnorePresentedViewController ([98d25f5](https://github.com/nativescript-community/ui-material-component/commit/98d25f51348d76ff45a10a4daaaa3d8f8dcce387))
21+
22+
## [7.2.76](https://github.com/nativescript-community/ui-material-component/compare/v7.2.71...v7.2.76) (2025-10-02)
23+
24+
### Bug Fixes
25+
26+
* **bottom-navigation:** broken package fix ([bc61839](https://github.com/nativescript-community/ui-material-component/commit/bc61839bbcafe4bb45a8bb21d268bc7a49c28d95))
27+
* **cardview:** iOS fix for shape not applied from css ([c1fc94f](https://github.com/nativescript-community/ui-material-component/commit/c1fc94f5f08830052b0d40c01e59dfd389a79683))
28+
29+
## [7.2.71](https://github.com/nativescript-community/ui-material-component/compare/v7.2.70...v7.2.71) (2025-02-20)
30+
31+
### Bug Fixes
32+
33+
* **android:** potential memory leaks fix ([b86d2fe](https://github.com/nativescript-community/ui-material-component/commit/b86d2feae6751b19f5a4ad028543ef5246c108de))
34+
* lazy tab bar slow with or without animations ([e51e5c9](https://github.com/nativescript-community/ui-material-component/commit/e51e5c9a116cc03745ebe8b6c7bfb1cb114cc847))
35+
636
## [7.2.70](https://github.com/nativescript-community/ui-material-component/compare/v7.2.69...v7.2.70) (2025-01-14)
737

838
### Bug Fixes

demo-react

demo-vue

docs/assets/hierarchy.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/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.

0 commit comments

Comments
 (0)