Skip to content

Commit 3b363b0

Browse files
committed
Merge branch 'master' of github.com:nativescript-community/ui-pager
2 parents cde7a15 + 246cdb9 commit 3b363b0

Some content is hidden

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

75 files changed

+28479
-819
lines changed

.gitignore

Lines changed: 1 addition & 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
@@ -45,6 +43,7 @@ build
4543
Pods
4644
!packages/platforms
4745
/packages/**/*.aar
46+
/demo-snippets/**/*.aar
4847
*.xcuserdatad
4948
/packages/README.md
5049
packages/**/*js.map
@@ -54,6 +53,5 @@ packages/*.ngsummary.json
5453
packages/*.metadata.json
5554
packages/angular
5655
packages/typings
57-
pnpm-lock.yaml
5856

5957
/blueprint.md

.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[submodule "tools"]
22
path = tools
3-
url = git@github.com:nativescript-community/plugin-seed-tools.git
3+
url = https://github.com/nativescript-community/plugin-seed-tools.git
44
[submodule "demo-ng"]
55
path = demo-ng
6-
url = git@github.com:nativescript-community/plugin-seed-demo-ng.git
6+
url = https://github.com/nativescript-community/plugin-seed-demo-ng.git
77
[submodule "demo-react"]
88
path = demo-react
9-
url = git@github.com:nativescript-community/plugin-seed-demo-react.git
9+
url = https://github.com/nativescript-community/plugin-seed-demo-react.git
1010
[submodule "demo-svelte"]
1111
path = demo-svelte
12-
url = git@github.com:nativescript-community/plugin-seed-demo-svelte.git
12+
url = https://github.com/nativescript-community/plugin-seed-demo-svelte.git
1313
[submodule "demo-vue"]
1414
path = demo-vue
15-
url = git@github.com:nativescript-community/plugin-seed-demo-vue.git
15+
url = https://github.com/nativescript-community/plugin-seed-demo-vue.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: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,57 @@
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+
## [14.1.1](https://github.com/nativescript-community/ui-pager/compare/v14.1.0...v14.1.1) (2023-01-28)
7+
8+
**Note:** Version bump only for package ui-pager
9+
10+
11+
12+
13+
14+
# [14.1.0](https://github.com/nativescript-community/ui-pager/compare/v14.0.3...v14.1.0) (2023-01-23)
15+
16+
17+
### Features
18+
19+
* allow to register custom transformers ([5eed813](https://github.com/nativescript-community/ui-pager/commit/5eed813b11f07b689582a6ae63f1c6520c2b8916))
20+
21+
22+
23+
24+
25+
## [14.0.3](https://github.com/nativescript-community/ui-pager/compare/v14.0.2...v14.0.3) (2023-01-23)
26+
27+
**Note:** Version bump only for package ui-pager
28+
29+
30+
31+
32+
33+
## [14.0.2](https://github.com/nativescript-community/ui-pager/compare/v14.0.0...v14.0.2) (2023-01-23)
34+
35+
**Note:** Version bump only for package ui-pager
36+
37+
38+
39+
40+
41+
# [14.0.0](https://github.com/nativescript-community/ui-pager/compare/v13.0.44...v14.0.0) (2023-01-23)
42+
43+
44+
### Features
45+
46+
* moved indicator into it's own package ([631859d](https://github.com/nativescript-community/ui-pager/commit/631859d077d4afcc52e4ac06a3ab1f326e64f593))
47+
48+
49+
### BREAKING CHANGES
50+
51+
* You now create a `PagerIndicator`(from `@nativescript-community/ui-pager-indicator) and set `pagerViewId` on it to the id of your Pager.
52+
53+
54+
55+
56+
657
## [13.0.44](https://github.com/nativescript-community/ui-pager/compare/v13.0.43...v13.0.44) (2022-12-01)
758

859
**Note:** Version bump only for package nativescript-pager

0 commit comments

Comments
 (0)