Skip to content

Commit bc4ceb1

Browse files
authored
release: v4.3.0-beta.1
1 parent ab0703a commit bc4ceb1

File tree

13 files changed

+148
-115
lines changed

13 files changed

+148
-115
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 4.3.0-beta.1 (2019-10-17)
2+
3+
* feat(docs): clickable examples ([a08e1d3](https://github.com/akveo/react-native-ui-kitten/commit/a08e1d3))
4+
* feat(docs): live-examples warning add ([723f16a](https://github.com/akveo/react-native-ui-kitten/commit/723f16a))
5+
* feat(ui): calendar - start day of week ([1d7a341](https://github.com/akveo/react-native-ui-kitten/commit/1d7a341))
6+
* feat(ui): select preselected values handling add ([ab0703a](https://github.com/akveo/react-native-ui-kitten/commit/ab0703a))
7+
* feat(ui): web states support ([84ef56b](https://github.com/akveo/react-native-ui-kitten/commit/84ef56b))
8+
* fix(docs): calendar outdated images remove ([48d9c0c](https://github.com/akveo/react-native-ui-kitten/commit/48d9c0c))
9+
* fix(docs): spinner docs fix ([35c72f8](https://github.com/akveo/react-native-ui-kitten/commit/35c72f8))
10+
* fix(script): template modules publish script ([7f6710f](https://github.com/akveo/react-native-ui-kitten/commit/7f6710f))
11+
* fix(ui): button-group render issues ([bcbf06a](https://github.com/akveo/react-native-ui-kitten/commit/bcbf06a))
12+
* fix(ui): calendar min-max navigation ([75e42dd](https://github.com/akveo/react-native-ui-kitten/commit/75e42dd))
13+
* docs(components): fix calendar showcases ([74cc1b1](https://github.com/akveo/react-native-ui-kitten/commit/74cc1b1))
14+
* docs(components): fix overflow-menu showcases ([9a5be22](https://github.com/akveo/react-native-ui-kitten/commit/9a5be22))
15+
* docs(design-system): theme variable tables ([a99cb7e](https://github.com/akveo/react-native-ui-kitten/commit/a99cb7e))
16+
* docs(getting-started): add @ui-kitten/eva-icons to what-is guide ([9fa4a8e](https://github.com/akveo/react-native-ui-kitten/commit/9fa4a8e))
17+
* docs(readme): add mobile bundles banner ([9d976a9](https://github.com/akveo/react-native-ui-kitten/commit/9d976a9))
18+
* docs(readme): update backend bundles image ([d03af5f](https://github.com/akveo/react-native-ui-kitten/commit/d03af5f))
19+
* docs(what-is): add backend bundles link ([8de0d3b](https://github.com/akveo/react-native-ui-kitten/commit/8de0d3b))
20+
21+
22+
123
## 4.2.0 (2019-09-27)
224

325
* feat(ui): add font-family for each component that has text ([aa11e1c](https://github.com/akveo/react-native-ui-kitten/commit/aa11e1c))

Diff for: package-lock.json

+37-37
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",
3+
"version": "4.3.0-beta.1",
44
"license": "MIT",
55
"author": "akveo <[email protected]>",
66
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -50,9 +50,9 @@
5050
"test": "jest"
5151
},
5252
"dependencies": {
53-
"@eva-design/dss": "^1.2.0",
54-
"@eva-design/eva": "^1.2.0",
55-
"@eva-design/processor": "^1.2.0",
53+
"@eva-design/dss": "^1.3.0-beta.1",
54+
"@eva-design/eva": "^1.3.0-beta.1",
55+
"@eva-design/processor": "^1.3.0-beta.1",
5656
"hoist-non-react-statics": "^3.2.1",
5757
"@welldone-software/why-did-you-render": "^3.3.3",
5858
"date-fns": "^1.30.1",

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.2.0",
3+
"version": "4.3.0-beta.1",
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.2.0",
23+
"react-native-ui-kitten": "4.3.0-beta.1",
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",
3+
"version": "4.3.0-beta.1",
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",
26+
"react-native-ui-kitten": "4.3.0-beta.1",
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",
3+
"version": "4.3.0-beta.1",
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.2.0",
13-
"@eva-design/processor": "^1.2.0",
12+
"@eva-design/dss": "^1.3.0-beta.1",
13+
"@eva-design/processor": "^1.3.0-beta.1",
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.2.0",
3+
"version": "4.3.0-beta.1",
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.2.0",
23+
"react-native-ui-kitten": "4.3.0-beta.1",
2424
"moment": "^2.24.0"
2525
},
2626
"sideEffects": false

0 commit comments

Comments
 (0)