Skip to content

Commit 7062ecb

Browse files
authored
Merge branch 'master' into fix/tabstrip-animations
2 parents 469ea7e + 00a517b commit 7062ecb

File tree

288 files changed

+41784
-4053
lines changed

Some content is hidden

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

288 files changed

+41784
-4053
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ yarn-error.log*
2525
.project
2626
.yarn
2727
tmp/
28-
package-lock.json
29-
yarn.lock
3028

3129
!.eslintrc.js
3230
!.prettierrc.js
@@ -54,6 +52,5 @@ packages/*.ngsummary.json
5452
packages/*.metadata.json
5553
packages/angular
5654
packages/typings
57-
pnpm-lock.yaml
5855

5956
/blueprint.md

.gitmodules

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
[submodule "demo-react"]
22
path = demo-react
3-
url = git@github.com:nativescript-community/plugin-seed-demo-react.git
3+
url = https://github.com/nativescript-community/plugin-seed-demo-react.git
44
[submodule "demo-svelte"]
55
path = demo-svelte
6-
url = git@github.com:nativescript-community/plugin-seed-demo-svelte.git
6+
url = https://github.com/nativescript-community/plugin-seed-demo-svelte.git
77
[submodule "demo-ng"]
88
path = demo-ng
9-
url = git@github.com:nativescript-community/plugin-seed-demo-ng.git
9+
url = https://github.com/nativescript-community/plugin-seed-demo-ng.git
1010
[submodule "demo-vue"]
1111
path = demo-vue
12-
url = git@github.com:nativescript-community/plugin-seed-demo-vue.git
12+
url = https://github.com/nativescript-community/plugin-seed-demo-vue.git
1313
[submodule "tools"]
1414
path = tools
15-
url = [email protected]:nativescript-community/plugin-seed-tools.git
15+
url = https://github.com/nativescript-community/plugin-seed-tools.git
16+
[submodule "demo-vue3"]
17+
path = demo-vue3
18+
url = https://github.com/nativescript-community/plugin-seed-demo-vue3.git

.npmrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
shamefully-hoist=true
2+
public-hoist-pattern[]=*eslint*
3+
public-hoist-pattern[]=source-map-support
4+
public-hoist-pattern[]=ts-patch
5+
public-hoist-pattern[]=typescript
6+
public-hoist-pattern[]=cpy-cli
27
strict-peer-dependencies=false
8+
shell-emulator=true
9+
auto-install-peers=false
310
loglevel=error
411
engine-strict=true

.yarnrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
nmHoistingLimits: workspaces
2+
3+
nodeLinker: node-modules
4+
5+
yarnPath: tools/.yarn/releases/yarn-3.3.1.cjs

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,68 @@
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.34](https://github.com/nativescript-community/ui-material-component/compare/v7.0.33...v7.0.34) (2023-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **snackbar:** if no view passed ensure we show over any modal view ([fcd6622](https://github.com/nativescript-community/ui-material-component/commit/fcd6622228ac3b5667318ebe6bc044dbf8a777c3))
12+
13+
14+
15+
16+
17+
## [7.0.33](https://github.com/nativescript-community/ui-material-component/compare/v7.0.32...v7.0.33) (2022-12-16)
18+
19+
**Note:** Version bump only for package @nativescript-community/ui-material-components
20+
21+
22+
23+
24+
25+
## [7.0.32](https://github.com/nativescript-community/ui-material-component/compare/v7.0.31...v7.0.32) (2022-12-09)
26+
27+
28+
### Bug Fixes
29+
30+
* **tabs:** active tabitem isn't visible ([fc286a5](https://github.com/nativescript-community/ui-material-component/commit/fc286a55a67b08403aff027fa49d66f6a7022200))
31+
32+
33+
34+
35+
36+
## [7.0.31](https://github.com/nativescript-community/ui-material-component/compare/v7.0.30...v7.0.31) (2022-12-01)
37+
38+
**Note:** Version bump only for package @nativescript-community/ui-material-components
39+
40+
41+
42+
43+
44+
## [7.0.30](https://github.com/nativescript-community/ui-material-component/compare/v7.0.29...v7.0.30) (2022-11-18)
45+
46+
47+
### Bug Fixes
48+
49+
* **dialogs:** iOS ensure we dont show a dialog from another one ([e68a13b](https://github.com/nativescript-community/ui-material-component/commit/e68a13b45047b3542f64240b537d1b400d610f35))
50+
51+
52+
53+
54+
55+
## [7.0.29](https://github.com/nativescript-community/ui-material-component/compare/v7.0.28...v7.0.29) (2022-10-24)
56+
57+
58+
### Bug Fixes
59+
60+
* **bottomnavigationbar:** select tab native view ([7a0debe](https://github.com/nativescript-community/ui-material-component/commit/7a0debee97405416ef1f0a8eb9f69d7989732c9b))
61+
* **BottomSheet:** Back-to-blade motion is fluid ([09f7e2f](https://github.com/nativescript-community/ui-material-component/commit/09f7e2f77b44fa820ff628f4f0c1f6f42083fe9a))
62+
* **textfield:** wrong hint colors ([8055347](https://github.com/nativescript-community/ui-material-component/commit/805534779fc91b25ff095242ca4cf30b76286404))
63+
64+
65+
66+
67+
668
## [7.0.28](https://github.com/nativescript-community/ui-material-component/compare/v7.0.27...v7.0.28) (2022-09-16)
769

870

0 commit comments

Comments
 (0)