Skip to content

Commit f5f13d7

Browse files
authored
release: v4.3.2
1 parent 2ca7cd0 commit f5f13d7

File tree

12 files changed

+62
-54
lines changed

12 files changed

+62
-54
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>4.3.2 (2019-12-13)</small>
2+
3+
* fix(components): resolve bundling on the web ([2ca7cd0](https://github.com/akveo/react-native-ui-kitten/commit/2ca7cd0))
4+
* fix(components): calendar and modal performance ([85bb1df](https://github.com/akveo/react-native-ui-kitten/commit/85bb1df))
5+
6+
7+
18
## <small>4.3.1 (2019-12-04)</small>
29

310
* fix: typescript build issues ([980414b](https://github.com/akveo/react-native-ui-kitten/commit/980414b))

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-kitten",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"private": true,
55
"license": "MIT",
66
"author": "akveo <[email protected]>",
@@ -64,4 +64,4 @@
6464
"react-native": "~0.61.4",
6565
"react-native-svg": "~9.13.3"
6666
}
67-
}
67+
}

Diff for: src/components/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/components",
33
"description": "React Native components based on Eva Design System",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -21,13 +21,13 @@
2121
"access": "public"
2222
},
2323
"dependencies": {
24-
"@eva-design/dss": "^1.3.0",
25-
"@eva-design/processor": "^1.3.0",
24+
"@eva-design/dss": "^1.3.1",
25+
"@eva-design/processor": "^1.3.1",
2626
"hoist-non-react-statics": "^3.2.1",
2727
"lodash.merge": "^4.6.1",
2828
"fecha": "3.0.3"
2929
},
3030
"peerDependencies": {
3131
"react-native-svg": "^9.4.0"
3232
}
33-
}
33+
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/date-fns",
33
"description": "date-fns services for UI Kitten",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -24,7 +24,7 @@
2424
"date-fns": "^1.30.1"
2525
},
2626
"peerDependencies": {
27-
"@ui-kitten/components": "4.3.1",
27+
"@ui-kitten/components": "4.3.2",
2828
"date-fns": "^1.30.1"
2929
},
3030
"sideEffects": false

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/eva-icons",
33
"description": "Eva Icons for React Native",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -27,7 +27,7 @@
2727
"react-native-svg": "^9.4.0"
2828
},
2929
"peerDependencies": {
30-
"@ui-kitten/components": "4.3.1",
30+
"@ui-kitten/components": "4.3.2",
3131
"react-native-svg": "^9.4.0"
3232
},
3333
"sideEffects": false

Diff for: src/moment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/moment",
33
"description": "moment.js services for UI Kitten",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -24,7 +24,7 @@
2424
"moment": "^2.24.0"
2525
},
2626
"peerDependencies": {
27-
"@ui-kitten/components": "4.3.1",
27+
"@ui-kitten/components": "4.3.2",
2828
"moment": "^2.24.0"
2929
},
3030
"sideEffects": false

Diff for: src/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kitten/playground",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"private": true,
55
"workspaces": {
66
"nohoist": [

Diff for: src/template-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/template-js",
33
"description": "React Native template project with UI Kitten",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",

Diff for: src/template-js/template/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"postinstall": "react-native link"
1111
},
1212
"dependencies": {
13-
"@eva-design/eva": "^1.3.0",
14-
"@ui-kitten/components": "4.3.1",
15-
"@ui-kitten/eva-icons": "4.3.1",
13+
"@eva-design/eva": "^1.3.1",
14+
"@ui-kitten/components": "4.3.2",
15+
"@ui-kitten/eva-icons": "4.3.2",
1616
"react": "16.9.0",
1717
"react-native": "0.61.5",
1818
"react-native-svg": "^9.13.3"
@@ -30,4 +30,4 @@
3030
"preset": "react-native",
3131
"transformIgnorePatterns": []
3232
}
33-
}
33+
}

Diff for: src/template-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/template-ts",
33
"description": "React Native template project with UI Kitten and TypeScript",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",

Diff for: src/template-ts/template/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"postinstall": "react-native link"
1111
},
1212
"dependencies": {
13-
"@eva-design/eva": "^1.3.0",
14-
"@ui-kitten/components": "4.3.1",
15-
"@ui-kitten/eva-icons": "4.3.1",
13+
"@eva-design/eva": "^1.3.1",
14+
"@ui-kitten/components": "4.3.2",
15+
"@ui-kitten/eva-icons": "4.3.2",
1616
"react": "16.9.0",
1717
"react-native": "0.61.5",
1818
"react-native-svg": "^9.13.3"
@@ -42,4 +42,4 @@
4242
"node"
4343
]
4444
}
45-
}
45+
}

Diff for: yarn.lock

+32-31
Original file line numberDiff line numberDiff line change
@@ -1124,20 +1124,20 @@
11241124
exec-sh "^0.3.2"
11251125
minimist "^1.2.0"
11261126

1127-
"@eva-design/dss@^1.3.0":
1128-
version "1.3.0"
1129-
resolved "https://registry.yarnpkg.com/@eva-design/dss/-/dss-1.3.0.tgz#f3e33192681d6ddc3dbddbe4040b248bc10e3612"
1130-
integrity sha512-g5VdOXycxRInC+aZif60q6IySLga78CuhYEdU7ry+oOUul6GXVhGcRe0q+4MVkZXBA90IDdqh/e8gN2SOqfIRQ==
1127+
"@eva-design/dss@^1.3.1":
1128+
version "1.3.1"
1129+
resolved "https://registry.yarnpkg.com/@eva-design/dss/-/dss-1.3.1.tgz#b9105b7df1791a89a789a1e617aa39e1066a1415"
1130+
integrity sha512-l6ggdlkDala+uMWlNxK+unonbLwuPjUZykNwK5+XbBrdgrQkgO5c7QXWtM8E2PczWehOLKwsQX7EIf3A7nZaIA==
11311131

11321132
"@eva-design/eva@^1.3.0":
1133-
version "1.3.0"
1134-
resolved "https://registry.yarnpkg.com/@eva-design/eva/-/eva-1.3.0.tgz#9e20da2a5bd0f4420728f32d8ab93452c6fcc238"
1135-
integrity sha512-wdi+wolofBrEzGtSGv2mzLTndS61A+pQMrpqUhd0TH1cH3D5sjS8C81lzonwrv0qCRapNnb3X9mg8Bw0To/xNQ==
1133+
version "1.3.1"
1134+
resolved "https://registry.yarnpkg.com/@eva-design/eva/-/eva-1.3.1.tgz#d8c3a042a0fc43dcd9d6626b330b3166d6fe27c1"
1135+
integrity sha512-fjY1J3hg1GeGU1YGgbGbjDTS04emFG1xEkCpoT8syouKgxk/BIH0sJ8f3lS4p0DaVtsPmWO17Kah5F1nihjwgA==
11361136

1137-
"@eva-design/processor@^1.3.0":
1138-
version "1.3.0"
1139-
resolved "https://registry.yarnpkg.com/@eva-design/processor/-/processor-1.3.0.tgz#8fd0e7b946d3c3f5969fc8484bb609f3f8606eb4"
1140-
integrity sha512-wuVI00tjBfA6S4bKLLpxJFBVThFPyQUR+1uBN8OH7pEUUCfo/0u8UoW41SM2+BYdHbhaYCZzw6BXHXsHULZ2Ig==
1137+
"@eva-design/processor@^1.3.1":
1138+
version "1.3.1"
1139+
resolved "https://registry.yarnpkg.com/@eva-design/processor/-/processor-1.3.1.tgz#178b760037ae9365d78cf78f223c5067ac4c0234"
1140+
integrity sha512-xjPZFkt77bsxWNBmJru0d2t6DZJ/AZUQzTYieY65TB0MV6+Q7kL8cR/SnkPgl2JS7VNkUL9kpG2JHLWn4AhOjA==
11411141

11421142
11431143
version "0.1.0-alpha.8"
@@ -6194,10 +6194,10 @@ errorhandler@^1.5.0:
61946194
accepts "~1.3.7"
61956195
escape-html "~1.0.3"
61966196

6197-
es-abstract@^1.12.0, es-abstract@^1.5.1:
6198-
version "1.16.3"
6199-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.3.tgz#52490d978f96ff9f89ec15b5cf244304a5bca161"
6200-
integrity sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==
6197+
es-abstract@^1.17.0-next.1:
6198+
version "1.17.0-next.1"
6199+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172"
6200+
integrity sha512-7MmGr03N7Rnuid6+wyhD9sHNE2n4tFSwExnU2lQl3lIo2ShXWGePY80zYaoMOmILWv57H0amMjZGHNzzGG70Rw==
62016201
dependencies:
62026202
es-to-primitive "^1.2.1"
62036203
function-bind "^1.1.1"
@@ -6207,6 +6207,7 @@ es-abstract@^1.12.0, es-abstract@^1.5.1:
62076207
is-regex "^1.0.4"
62086208
object-inspect "^1.7.0"
62096209
object-keys "^1.1.1"
6210+
object.assign "^4.1.0"
62106211
string.prototype.trimleft "^2.1.0"
62116212
string.prototype.trimright "^2.1.0"
62126213

@@ -11775,22 +11776,22 @@ object.defaults@^1.0.0, object.defaults@^1.1.0:
1177511776
isobject "^3.0.0"
1177611777

1177711778
object.entries@^1.1.0:
11778-
version "1.1.0"
11779-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
11780-
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
11779+
version "1.1.1"
11780+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
11781+
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
1178111782
dependencies:
1178211783
define-properties "^1.1.3"
11783-
es-abstract "^1.12.0"
11784+
es-abstract "^1.17.0-next.1"
1178411785
function-bind "^1.1.1"
1178511786
has "^1.0.3"
1178611787

1178711788
object.getownpropertydescriptors@^2.0.3:
11788-
version "2.0.3"
11789-
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
11790-
integrity sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=
11789+
version "2.1.0"
11790+
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649"
11791+
integrity sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==
1179111792
dependencies:
11792-
define-properties "^1.1.2"
11793-
es-abstract "^1.5.1"
11793+
define-properties "^1.1.3"
11794+
es-abstract "^1.17.0-next.1"
1179411795

1179511796
object.map@^1.0.0:
1179611797
version "1.0.1"
@@ -11824,12 +11825,12 @@ object.reduce@^1.0.0:
1182411825
make-iterator "^1.0.0"
1182511826

1182611827
object.values@^1.1.0:
11827-
version "1.1.0"
11828-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
11829-
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
11828+
version "1.1.1"
11829+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
11830+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
1183011831
dependencies:
1183111832
define-properties "^1.1.3"
11832-
es-abstract "^1.12.0"
11833+
es-abstract "^1.17.0-next.1"
1183311834
function-bind "^1.1.1"
1183411835
has "^1.0.3"
1183511836

@@ -14115,9 +14116,9 @@ regjsparser@^0.1.4:
1411514116
jsesc "~0.5.0"
1411614117

1411714118
regjsparser@^0.6.0:
14118-
version "0.6.0"
14119-
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c"
14120-
integrity sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==
14119+
version "0.6.1"
14120+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.1.tgz#5b6b28c418f312ef42898dc6865ae2d4b9f0f7a2"
14121+
integrity sha512-7LutE94sz/NKSYegK+/4E77+8DipxF+Qn2Tmu362AcmsF2NYq/wx3+ObvU90TKEhjf7hQoFXo23ajjrXP7eUgg==
1412114122
dependencies:
1412214123
jsesc "~0.5.0"
1412314124

0 commit comments

Comments
 (0)