diff --git a/CHANGELOG.md b/CHANGELOG.md index 157dfb91f..0bf9a656e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 5.1.1 (2021-07-19) + +### :rocket: Highlights: +* Added testID prop for components (#1444) ([83c75b0](https://github.com/akveo/react-native-ui-kitten/commit/83c75b0)), closes [#1444](https://github.com/akveo/react-native-ui-kitten/issues/1444) +* Improved Autocomplete. Now no need to double-click to select item from the list (#1423) ([af715a9](https://github.com/akveo/react-native-ui-kitten/commit/af715a9)), closes [#1423](https://github.com/akveo/react-native-ui-kitten/issues/1423) +* Documentation fixes and corrections + + +### :rocket: Features +* Add support for disabling custom mapping file watcher ([a985f07](https://github.com/akveo/react-native-ui-kitten/commit/a985f07)) + +### :bug: Bug Fixes +* **TabIndicator**: Now there is ability to change color and other styles without changing active tab ([123eb2b](https://github.com/akveo/react-native-ui-kitten/commit/123eb2b)) +* **Icon**: Fixed warning does not recognize the animationConfig ([2624267](https://github.com/akveo/react-native-ui-kitten/commit/2624267)), closes [#1432](https://github.com/akveo/react-native-ui-kitten/issues/1432) +* **List**: Add forward ItemT to React's ListProps ([bdf41d3](https://github.com/akveo/react-native-ui-kitten/commit/bdf41d3)), closes [#1430](https://github.com/akveo/react-native-ui-kitten/issues/1430) +* **Modal**: Remove warning during state update. ([273746a](https://github.com/akveo/react-native-ui-kitten/commit/273746a)), closes [#1448](https://github.com/akveo/react-native-ui-kitten/issues/1448) +* Update eva packages to v2.1.1 (#1481) ([05eb9a2](https://github.com/akveo/react-native-ui-kitten/commit/05eb9a2)), closes [#1481](https://github.com/akveo/react-native-ui-kitten/issues/1481) +* Update react-native-svg peer version (#1460) ([32a0882](https://github.com/akveo/react-native-ui-kitten/commit/32a0882)), closes [#1460](https://github.com/akveo/react-native-ui-kitten/issues/1460) + ## 5.1.0 (2021-04-16) ### :rocket: Highlights: diff --git a/package.json b/package.json index 5695ff25f..b1f6aed1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-kitten", - "version": "5.1.0", + "version": "5.1.1", "private": true, "license": "MIT", "author": "akveo ", diff --git a/src/components/package.json b/src/components/package.json index 93f628f5f..287c342fd 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/components", "description": "React Native components based on Eva Design System", - "version": "5.1.0", + "version": "5.1.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", diff --git a/src/date-fns/package.json b/src/date-fns/package.json index 7f39b2fe4..c426f4fee 100644 --- a/src/date-fns/package.json +++ b/src/date-fns/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/date-fns", "description": "date-fns services for UI Kitten", - "version": "5.1.0", + "version": "5.1.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -24,7 +24,7 @@ "date-fns": "2" }, "peerDependencies": { - "@ui-kitten/components": "5.1.0", + "@ui-kitten/components": "5.1.1", "date-fns": "^1.30.1" }, "sideEffects": false diff --git a/src/eva-icons/package.json b/src/eva-icons/package.json index 7fa648865..0c6dbc2c5 100644 --- a/src/eva-icons/package.json +++ b/src/eva-icons/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/eva-icons", "description": "Eva Icons for React Native", - "version": "5.1.0", + "version": "5.1.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -24,7 +24,7 @@ "react-native-eva-icons": "^1.3.1" }, "peerDependencies": { - "@ui-kitten/components": "5.1.0", + "@ui-kitten/components": "5.1.1", "react-native-svg": "*" }, "sideEffects": false diff --git a/src/metro-config/package.json b/src/metro-config/package.json index 76b9533bb..929cbabee 100644 --- a/src/metro-config/package.json +++ b/src/metro-config/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/metro-config", "description": "UI Kitten config for Metro Bundler", - "version": "5.1.0", + "version": "5.1.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", diff --git a/src/moment/package.json b/src/moment/package.json index cb5d6c03f..994b63590 100644 --- a/src/moment/package.json +++ b/src/moment/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/moment", "description": "moment.js services for UI Kitten", - "version": "5.1.0", + "version": "5.1.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -24,7 +24,7 @@ "moment": "^2.24.0" }, "peerDependencies": { - "@ui-kitten/components": "5.1.0", + "@ui-kitten/components": "5.1.1", "moment": "^2.24.0" }, "sideEffects": false diff --git a/src/template-js/package.json b/src/template-js/package.json index 050a9931c..f435b813c 100644 --- a/src/template-js/package.json +++ b/src/template-js/package.json @@ -22,4 +22,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/src/template-js/template/package.json b/src/template-js/template/package.json index d7ca9b761..03937a4aa 100644 --- a/src/template-js/template/package.json +++ b/src/template-js/template/package.json @@ -13,9 +13,9 @@ "react": "17.0.1", "react-native": "0.64.1", "@eva-design/eva": "^2.1.0", - "@ui-kitten/components": "^5.1.0", - "@ui-kitten/eva-icons": "^5.1.0", - "@ui-kitten/metro-config": "^5.1.0", + "@ui-kitten/components": "5.1.1", + "@ui-kitten/eva-icons": "5.1.1", + "@ui-kitten/metro-config": "5.1.1", "react-native-svg": "^12.1.1" }, "devDependencies": { @@ -31,4 +31,4 @@ "jest": { "preset": "react-native" } -} +} \ No newline at end of file diff --git a/src/template-ts/package.json b/src/template-ts/package.json index b809e8975..228946e1e 100644 --- a/src/template-ts/package.json +++ b/src/template-ts/package.json @@ -22,4 +22,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/src/template-ts/template/package.json b/src/template-ts/template/package.json index 81846d20d..9a9165144 100644 --- a/src/template-ts/template/package.json +++ b/src/template-ts/template/package.json @@ -13,9 +13,9 @@ "react": "17.0.1", "react-native": "0.64.1", "@eva-design/eva": "^2.1.0", - "@ui-kitten/components": "^5.1.0", - "@ui-kitten/eva-icons": "^5.1.0", - "@ui-kitten/metro-config": "^5.1.0", + "@ui-kitten/components": "5.1.1", + "@ui-kitten/eva-icons": "5.1.1", + "@ui-kitten/metro-config": "5.1.1", "react-native-svg": "^12.1.1" }, "devDependencies": { @@ -46,4 +46,4 @@ "node" ] } -} +} \ No newline at end of file