Skip to content

Commit 4ce2d41

Browse files
authored
release: 4.2.0
1 parent a51159c commit 4ce2d41

File tree

16 files changed

+153
-68
lines changed

16 files changed

+153
-68
lines changed

Diff for: CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 4.2.0 (2019-09-27)
2+
3+
* feat(ui): add font-family for each component that has text ([aa11e1c](https://github.com/akveo/react-native-ui-kitten/commit/aa11e1c))
4+
* feat(ui): animation-config property to Icon component add ([060fe5d](https://github.com/akveo/react-native-ui-kitten/commit/060fe5d))
5+
* feat(ui): calendar/datepicker components add ([a51159c](https://github.com/akveo/react-native-ui-kitten/commit/a51159c))
6+
* feat(ui): eva 1.2 mappings and documentation adopt ([d35c244](https://github.com/akveo/react-native-ui-kitten/commit/d35c244))
7+
* feat(ui): toggle - add text property ([327ce36](https://github.com/akveo/react-native-ui-kitten/commit/327ce36))
8+
* feat(ui): top-navigation - control appearance ([7fe81f2](https://github.com/akveo/react-native-ui-kitten/commit/7fe81f2))
9+
* docs(components): add top-navigation with menu example ([5e84acd](https://github.com/akveo/react-native-ui-kitten/commit/5e84acd))
10+
* docs(components): refactor examples with js code and framework icon components ([5468776](https://github.com/akveo/react-native-ui-kitten/commit/5468776))
11+
* docs(components): update drawer documentation ([c4ac3a8](https://github.com/akveo/react-native-ui-kitten/commit/c4ac3a8))
12+
* docs(guides): missing app name in command example ([4de7c9f](https://github.com/akveo/react-native-ui-kitten/commit/4de7c9f))
13+
* refactor(docs): drawer/icon/select/spinner/checkbox/layout documentation refactor ([44ea5c3](https://github.com/akveo/react-native-ui-kitten/commit/44ea5c3))
14+
* refactor(docs): input docs expand ([e7abe28](https://github.com/akveo/react-native-ui-kitten/commit/e7abe28))
15+
* refactor(docs): OverflowMenu example changed ([c4bbda4](https://github.com/akveo/react-native-ui-kitten/commit/c4bbda4))
16+
* refactor(script): set env script to be executable with node ([f317e38](https://github.com/akveo/react-native-ui-kitten/commit/f317e38))
17+
* refactor(template): update template modules to new cli config ([3bc19af](https://github.com/akveo/react-native-ui-kitten/commit/3bc19af))
18+
* refactor(ui): drawer support component naming refactor ([113822c](https://github.com/akveo/react-native-ui-kitten/commit/113822c))
19+
* refactor(ui): modal - backdrop style prop type declaration ([b9658a4](https://github.com/akveo/react-native-ui-kitten/commit/b9658a4))
20+
* refactor(ui): text - allow text element in children ([a9904fc](https://github.com/akveo/react-native-ui-kitten/commit/a9904fc))
21+
* fix(docs): bottom navigation docs-examples fix ([6bf8f4f](https://github.com/akveo/react-native-ui-kitten/commit/6bf8f4f))
22+
* fix(ui): modal with backdrop update functionality fix ([37a0090](https://github.com/akveo/react-native-ui-kitten/commit/37a0090))
23+
* fix(ui): select - selectedOption value change ([ae886a4](https://github.com/akveo/react-native-ui-kitten/commit/ae886a4))
24+
* fix(ui): tab-view - tab content size ([ea2cc59](https://github.com/akveo/react-native-ui-kitten/commit/ea2cc59))
25+
* build(common): update jest version & remove ts-jest (#629) ([66f04ca](https://github.com/akveo/react-native-ui-kitten/commit/66f04ca)), closes [#629](https://github.com/akveo/react-native-ui-kitten/issues/629)
26+
27+
28+
129
## 4.2.0-beta.2 (2019-08-30)
230

331
* refactor(framework): install-templates functionality return ([8b3642f](https://github.com/akveo/react-native-ui-kitten/commit/8b3642f))

Diff for: package-lock.json

+43-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ui-kitten",
3-
"version": "4.2.0-beta.2",
3+
"version": "4.2.0",
44
"license": "MIT",
55
"author": "akveo <[email protected]>",
66
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -48,9 +48,9 @@
4848
"test": "jest"
4949
},
5050
"dependencies": {
51-
"@eva-design/dss": "^1.1.0-beta.1",
52-
"@eva-design/eva": "^1.1.0-beta.1",
53-
"@eva-design/processor": "^1.1.0-beta.1",
51+
"@eva-design/dss": "^1.2.0",
52+
"@eva-design/eva": "^1.2.0",
53+
"@eva-design/processor": "^1.2.0",
5454
"hoist-non-react-statics": "^3.2.1",
5555
"@welldone-software/why-did-you-render": "^3.3.3",
5656
"date-fns": "^1.30.1",

Diff for: scripts/publish/publish-modules.sh

+8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ env=${1}
44

55
if [[ $env == "beta" ]]
66
then
7+
npm publish --tag beta --access=public ./dist/tsc-out/date-fns
78
npm publish --tag beta --access=public ./dist/tsc-out/eva-icons
9+
npm publish --tag beta --access=public ./dist/tsc-out/moment
10+
npm publish --tag beta --access=public ./dist/tsc-out/templates/template-ui-kitten
11+
npm publish --tag beta --access=public ./dist/tsc-out/templates/template-ui-kitten-typescript
812
else
13+
npm publish --access=public ./dist/tsc-out/date-fns
914
npm publish --access=public ./dist/tsc-out/eva-icons
15+
npm publish --access=public ./dist/tsc-out/moment
16+
npm publish --access=public ./dist/tsc-out/templates/template-ui-kitten
17+
npm publish --access=public ./dist/tsc-out/templates/template-ui-kitten-typescript
1018
fi

Diff for: src/date-fns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kitten/date-fns",
3-
"version": "4.0.5",
3+
"version": "4.2.0",
44
"description": "@ui-kitten/date-fns",
55
"author": "akveo",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"ui-kitten"
2121
],
2222
"peerDependencies": {
23-
"react-native-ui-kitten": "4.1.0",
23+
"react-native-ui-kitten": "4.2.0",
2424
"date-fns": "^1.30.1"
2525
},
2626
"sideEffects": false

Diff for: src/eva-icons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kitten/eva-icons",
3-
"version": "4.2.0-beta.2",
3+
"version": "4.2.0",
44
"description": "@ui-kitten/eva-icons",
55
"author": "akveo",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"react-native-eva-icons": "1.1.0"
2424
},
2525
"peerDependencies": {
26-
"react-native-ui-kitten": "4.2.0-beta.2",
26+
"react-native-ui-kitten": "4.2.0",
2727
"react-native-svg": "^9.4.0"
2828
},
2929
"sideEffects": false

Diff for: src/framework/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ui-kitten",
3-
"version": "4.2.0-beta.2",
3+
"version": "4.2.0",
44
"license": "MIT",
55
"author": "akveo <[email protected]>",
66
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -9,8 +9,8 @@
99
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
1010
},
1111
"dependencies": {
12-
"@eva-design/dss": "^1.1.0-beta.1",
13-
"@eva-design/processor": "^1.1.0-beta.1",
12+
"@eva-design/dss": "^1.2.0",
13+
"@eva-design/processor": "^1.2.0",
1414
"hoist-non-react-statics": "^3.2.1",
1515
"lodash.merge": "^4.6.1",
1616
"fecha": "3.0.3"

Diff for: src/moment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kitten/moment",
3-
"version": "4.0.5",
3+
"version": "4.2.0",
44
"description": "@ui-kitten/moment",
55
"author": "akveo",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"ui-kitten"
2121
],
2222
"peerDependencies": {
23-
"react-native-ui-kitten": "4.1.0",
23+
"react-native-ui-kitten": "4.2.0",
2424
"moment": "^2.24.0"
2525
},
2626
"sideEffects": false

0 commit comments

Comments
 (0)