Skip to content

Commit

Permalink
release: v4.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Jan 16, 2020
1 parent e10f6c7 commit fc9c6ce
Show file tree
Hide file tree
Showing 12 changed files with 903 additions and 979 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 4.4.0-beta.2 (2020-01-16)

### :star: Highlights

Bug fixes and improvements [#517](https://github.com/akveo/react-native-ui-kitten/issues/517#issuecomment-575060796)

### :rocket: Features

* **Modal**: hide when unmounted ([#735](https://github.com/akveo/react-native-ui-kitten/issues/735)) ([8b2721a](https://github.com/akveo/react-native-ui-kitten/commit/8b2721a))
* Add direct manipulation methods to input components ([#801](https://github.com/akveo/react-native-ui-kitten/issues/801) [#802](https://github.com/akveo/react-native-ui-kitten/issues/802)) ([01399d7](https://github.com/akveo/react-native-ui-kitten/commit/01399d7))
* Add direct manipulation methods to modal components ([#808](https://github.com/akveo/react-native-ui-kitten/issues/808) [#813](https://github.com/akveo/react-native-ui-kitten/issues/813)) ([8b2721a](https://github.com/akveo/react-native-ui-kitten/commit/8b2721a))
* **Demo App**: [Kitten Tricks](https://github.com/akveo/kittenTricks) is used as a runnable framework demo ([1b987c1](https://github.com/akveo/react-native-ui-kitten/commit/1b987c1))

### :bug: Bug Fixes

* **Autocomplete**: Runtime crash on Android ([#800](https://github.com/akveo/react-native-ui-kitten/issues/800)) ([1aa3864](https://github.com/akveo/react-native-ui-kitten/commit/1aa3864))
* **Input**: Add ability to use placeholderTextColor property ([#828](https://github.com/akveo/react-native-ui-kitten/issues/828)) ([e10f6c7](https://github.com/akveo/react-native-ui-kitten/commit/e10f6c7))
* **Modal**: Ability to interact with modal contents on Android ([#807](https://github.com/akveo/react-native-ui-kitten/issues/807)) ([5c78095](https://github.com/akveo/react-native-ui-kitten/commit/5c78095))
* **Select**: Add vertical scroll indicator ([#794](https://github.com/akveo/react-native-ui-kitten/issues/807)) ([231ba89](https://github.com/akveo/react-native-ui-kitten/commit/231ba89))



## 4.4.0-beta.1 (2020-01-03)

### :star: Highlights
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-kitten",
"version": "4.4.0-beta.1",
"version": "4.4.0-beta.2",
"private": true,
"license": "MIT",
"author": "akveo <contact@akveo.com>",
Expand All @@ -12,8 +12,7 @@
"workspaces": {
"packages": [
"src/*",
"docs",
"../kittenTricks"
"docs"
]
},
"scripts": {
Expand All @@ -29,7 +28,7 @@
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@eva-design/eva": "^1.3.0",
"@eva-design/eva": "^1.3.2",
"@types/gulp": "ts3.7",
"@types/gulp-replace": "ts3.7",
"@types/jest": "ts3.7",
Expand Down
8 changes: 4 additions & 4 deletions src/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/components",
"description": "React Native components based on Eva Design System",
"version": "4.4.0-beta.1",
"version": "4.4.0-beta.2",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -21,13 +21,13 @@
"access": "public"
},
"dependencies": {
"@eva-design/dss": "^1.3.1",
"@eva-design/processor": "^1.3.1",
"@eva-design/dss": "^1.3.2",
"@eva-design/processor": "^1.3.2",
"hoist-non-react-statics": "^3.2.1",
"lodash.merge": "^4.6.1",
"fecha": "3.0.3"
},
"peerDependencies": {
"react-native-svg": "^9.4.0"
}
}
}
4 changes: 2 additions & 2 deletions src/date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/date-fns",
"description": "date-fns services for UI Kitten",
"version": "4.4.0-beta.1",
"version": "4.4.0-beta.2",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -24,7 +24,7 @@
"date-fns": "^1.30.1"
},
"peerDependencies": {
"@ui-kitten/components": "4.4.0-beta.1",
"@ui-kitten/components": "4.4.0-beta.2",
"date-fns": "^1.30.1"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/eva-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/eva-icons",
"description": "Eva Icons for React Native",
"version": "4.4.0-beta.1",
"version": "4.4.0-beta.2",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -27,7 +27,7 @@
"react-native-svg": "^9.4.0"
},
"peerDependencies": {
"@ui-kitten/components": "4.4.0-beta.1",
"@ui-kitten/components": "4.4.0-beta.2",
"react-native-svg": "^9.4.0"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/moment",
"description": "moment.js services for UI Kitten",
"version": "4.4.0-beta.1",
"version": "4.4.0-beta.2",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -24,7 +24,7 @@
"moment": "^2.24.0"
},
"peerDependencies": {
"@ui-kitten/components": "4.4.0-beta.1",
"@ui-kitten/components": "4.4.0-beta.2",
"moment": "^2.24.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/showcases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-kitten/showcases",
"version": "4.4.0-beta.1",
"version": "4.4.0-beta.2",
"private": true,
"workspaces": {
"nohoist": [
Expand Down
2 changes: 1 addition & 1 deletion src/template-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/template-js",
"description": "React Native template project with UI Kitten",
"version": "4.4.0-beta.1",
"version": "4.4.0-beta.2",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
8 changes: 4 additions & 4 deletions src/template-js/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "react-native link"
},
"dependencies": {
"@eva-design/eva": "^1.3.1",
"@ui-kitten/components": "4.4.0-beta.1",
"@ui-kitten/eva-icons": "4.4.0-beta.1",
"@eva-design/eva": "^1.3.2",
"@ui-kitten/components": "4.4.0-beta.2",
"@ui-kitten/eva-icons": "4.4.0-beta.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-svg": "^9.13.3"
Expand All @@ -30,4 +30,4 @@
"preset": "react-native",
"transformIgnorePatterns": []
}
}
}
2 changes: 1 addition & 1 deletion src/template-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/template-ts",
"description": "React Native template project with UI Kitten and TypeScript",
"version": "4.4.0-beta.1",
"version": "4.4.0-beta.2",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
8 changes: 4 additions & 4 deletions src/template-ts/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "react-native link"
},
"dependencies": {
"@eva-design/eva": "^1.3.1",
"@ui-kitten/components": "4.4.0-beta.1",
"@ui-kitten/eva-icons": "4.4.0-beta.1",
"@eva-design/eva": "^1.3.2",
"@ui-kitten/components": "4.4.0-beta.2",
"@ui-kitten/eva-icons": "4.4.0-beta.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-svg": "^9.13.3"
Expand Down Expand Up @@ -42,4 +42,4 @@
"node"
]
}
}
}

0 comments on commit fc9c6ce

Please sign in to comment.