Skip to content

Commit

Permalink
release: v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Feb 10, 2020
1 parent 284a7b8 commit d2c624a
Show file tree
Hide file tree
Showing 12 changed files with 569 additions and 412 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 4.4.0 (2020-02-10)

### :star: Highlights

Eva Material compatibility! :tada: [#517](https://github.com/akveo/react-native-ui-kitten/issues/517#issuecomment-584100452)

### :rocket: Features

* Add `onFocus` and `onBlur` props to input-based components ([#857](https://github.com/akveo/react-native-ui-kitten/issues/857)) ([422b523](https://github.com/akveo/react-native-ui-kitten/commit/422b523))
* **Datepicker**: Add `backdropStyle` prop ([#849](https://github.com/akveo/react-native-ui-kitten/issues/849))([d69cc02](https://github.com/akveo/react-native-ui-kitten/commit/d69cc02))
* **Autocomplete**: Add `placement` prop ([#845](https://github.com/akveo/react-native-ui-kitten/issues/845))([c61f63e](https://github.com/akveo/react-native-ui-kitten/commit/c61f63e))
* **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

* **Modal**: State update during render ([#847](https://github.com/akveo/react-native-ui-kitten/issues/847)) ([39632ea](https://github.com/akveo/react-native-ui-kitten/commit/39632ea))
* **Input**: Extra vertical padding on Android ([#609](https://github.com/akveo/react-native-ui-kitten/issues/609)) ([c27c610](https://github.com/akveo/react-native-ui-kitten/commit/c27c610))
* **Documentation**: fix example usage of theme variable ([#871](https://github.com/akveo/react-native-ui-kitten/issues/871)) [617b40d](https://github.com/akveo/react-native-ui-kitten/commit/617b40d)

## 4.4.0-beta.3 (2020-01-21)

### :star: Highlights
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-kitten",
"version": "4.4.0-beta.3",
"version": "4.4.0",
"private": true,
"license": "MIT",
"author": "akveo <[email protected]>",
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "4.4.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -21,8 +21,8 @@
"access": "public"
},
"dependencies": {
"@eva-design/dss": "^1.3.2",
"@eva-design/processor": "^1.3.2",
"@eva-design/dss": "^1.4.0",
"@eva-design/processor": "^1.4.0",
"hoist-non-react-statics": "^3.2.1",
"lodash.merge": "^4.6.1",
"fecha": "3.0.3"
Expand Down
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.3",
"version": "4.4.0",
"author": "akveo <[email protected]>",
"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.3",
"@ui-kitten/components": "4.4.0",
"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.3",
"version": "4.4.0",
"author": "akveo <[email protected]>",
"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.3",
"@ui-kitten/components": "4.4.0",
"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.3",
"version": "4.4.0",
"author": "akveo <[email protected]>",
"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.3",
"@ui-kitten/components": "4.4.0",
"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.3",
"version": "4.4.0",
"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.3",
"version": "4.4.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
6 changes: 3 additions & 3 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.2",
"@ui-kitten/components": "4.4.0-beta.3",
"@ui-kitten/eva-icons": "4.4.0-beta.3",
"@eva-design/eva": "^1.4.0",
"@ui-kitten/components": "4.4.0",
"@ui-kitten/eva-icons": "4.4.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-svg": "^9.13.3"
Expand Down
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.3",
"version": "4.4.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
6 changes: 3 additions & 3 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.2",
"@ui-kitten/components": "4.4.0-beta.3",
"@ui-kitten/eva-icons": "4.4.0-beta.3",
"@eva-design/eva": "^1.4.0",
"@ui-kitten/components": "4.4.0",
"@ui-kitten/eva-icons": "4.4.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-svg": "^9.13.3"
Expand Down
Loading

0 comments on commit d2c624a

Please sign in to comment.