Skip to content

Commit

Permalink
Merge d33ff88 into 67e84d2
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Jun 11, 2019
2 parents 67e84d2 + d33ff88 commit 70a45ff
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.
50 changes: 31 additions & 19 deletions CHANGELOG.md
@@ -1,23 +1,24 @@
## 4.0.0-beta.1 (2019-06-06)
## 4.0.0 (2019-06-11)

* refactor(common): changelog update ([60109b3](https://github.com/akveo/react-native-ui-kitten/commit/60109b3))
* refactor(docs): common refactor ([67e84d2](https://github.com/akveo/react-native-ui-kitten/commit/67e84d2))
* refactor(docs): hoc docs and doc-app refactor (#389) ([8718ee7](https://github.com/akveo/react-native-ui-kitten/commit/8718ee7)), closes [#389](https://github.com/akveo/react-native-ui-kitten/issues/389)
* refactor(framework): adopt to eva mappings ([b688ee8](https://github.com/akveo/react-native-ui-kitten/commit/b688ee8))
* refactor(framework): apply code style and token-groups ([b5d8ce6](https://github.com/akveo/react-native-ui-kitten/commit/b5d8ce6))
* refactor(framework): update .spec configuration files ([d0d610f](https://github.com/akveo/react-native-ui-kitten/commit/d0d610f))
* refactor(mapping): update toggle mapping ([e71ca2c](https://github.com/akveo/react-native-ui-kitten/commit/e71ca2c))
* refactor(playground): screen refactor ([621875c](https://github.com/akveo/react-native-ui-kitten/commit/621875c))
* refactor(playground): update playground to use typescript (#246) ([5c9b5d4](https://github.com/akveo/react-native-ui-kitten/commit/5c9b5d4)), closes [#246](https://github.com/akveo/react-native-ui-kitten/issues/246)
* refactor(script): travis-ci scripts ([cafe153](https://github.com/akveo/react-native-ui-kitten/commit/cafe153))
* refactor(tab-set): code style fixes ([ab640ed](https://github.com/akveo/react-native-ui-kitten/commit/ab640ed))
* refactor(tab-set): component structure separation ([90000c2](https://github.com/akveo/react-native-ui-kitten/commit/90000c2))
* refactor(tab-set): eslint warning fix ([7afecca](https://github.com/akveo/react-native-ui-kitten/commit/7afecca))
* refactor(tab-set): fix eslint warnings ([94ecf78](https://github.com/akveo/react-native-ui-kitten/commit/94ecf78))
* refactor(tab-set): merge tabSet types ([2ffcc23](https://github.com/akveo/react-native-ui-kitten/commit/2ffcc23))
* refactor(tab-set): rename rkTabView component to rkTabSet & docs update ([9c21cfb](https://github.com/akveo/react-native-ui-kitten/commit/9c21cfb))
* refactor(tab-set): update examples ([141254e](https://github.com/akveo/react-native-ui-kitten/commit/141254e))
* refactor(tab-set): update examples ([10e2022](https://github.com/akveo/react-native-ui-kitten/commit/10e2022))
* refactor(tab-set): update examples ([9e402b0](https://github.com/akveo/react-native-ui-kitten/commit/9e402b0))
* refactor(tab-set): update examples ([f6fe72c](https://github.com/akveo/react-native-ui-kitten/commit/f6fe72c))
* refactor(tab-set): update examples ([9e402b0](https://github.com/akveo/react-native-ui-kitten/commit/9e402b0))
* refactor(tab-set): update examples ([10e2022](https://github.com/akveo/react-native-ui-kitten/commit/10e2022))
* refactor(test): button test mapping update ([caf7a7e](https://github.com/akveo/react-native-ui-kitten/commit/caf7a7e))
* refactor(theme): adopt to eva mapping structure. Closes #266 ([47a4ed7](https://github.com/akveo/react-native-ui-kitten/commit/47a4ed7)), closes [#266](https://github.com/akveo/react-native-ui-kitten/issues/266)
* refactor(theme): optimize module imports (#225) ([2c86a03](https://github.com/akveo/react-native-ui-kitten/commit/2c86a03)), closes [#225](https://github.com/akveo/react-native-ui-kitten/issues/225)
Expand Down Expand Up @@ -45,16 +46,30 @@
* refactor(ui): radio/checkbox size variant remove ([ecb6568](https://github.com/akveo/react-native-ui-kitten/commit/ecb6568))
* refactor(ui): tab-view enhancements (#363) ([8d8e404](https://github.com/akveo/react-native-ui-kitten/commit/8d8e404)), closes [#363](https://github.com/akveo/react-native-ui-kitten/issues/363)
* refactor(ui): toggle icon refactor (#310) ([d88b048](https://github.com/akveo/react-native-ui-kitten/commit/d88b048)), closes [#310](https://github.com/akveo/react-native-ui-kitten/issues/310)
* build(common): add theme module ([2f8df0f](https://github.com/akveo/react-native-ui-kitten/commit/2f8df0f))
* build(common): bump eva version to 1.0.0 ([281eb98](https://github.com/akveo/react-native-ui-kitten/commit/281eb98))
* build(common): setup env configurations (#394) ([361a62f](https://github.com/akveo/react-native-ui-kitten/commit/361a62f)), closes [#394](https://github.com/akveo/react-native-ui-kitten/issues/394)
* build(common): setup playground to watch eva changes ([1e0b287](https://github.com/akveo/react-native-ui-kitten/commit/1e0b287))
* build(common): ui testing integration ([7b45ad7](https://github.com/akveo/react-native-ui-kitten/commit/7b45ad7))
* build(common): update eva dependencies ([2d78525](https://github.com/akveo/react-native-ui-kitten/commit/2d78525))
* build(common): update expo to sdk-33 ([e914362](https://github.com/akveo/react-native-ui-kitten/commit/e914362))
* build(package): make package prod-compatible ([47d9c15](https://github.com/akveo/react-native-ui-kitten/commit/47d9c15))
* build(playground): expo-31 upgrade ([65cf7ef](https://github.com/akveo/react-native-ui-kitten/commit/65cf7ef))
* build(playground): expo/react-native version bump ([f1cccd6](https://github.com/akveo/react-native-ui-kitten/commit/f1cccd6))
* build(test): configure jest with typescript ([c6dc732](https://github.com/akveo/react-native-ui-kitten/commit/c6dc732))
* feat: enhancements ([3b807ac](https://github.com/akveo/react-native-ui-kitten/commit/3b807ac))
* feat(calendar): component implementation (#153) ([5daf561](https://github.com/akveo/react-native-ui-kitten/commit/5daf561)), closes [#153](https://github.com/akveo/react-native-ui-kitten/issues/153)
* feat(ci): integrates coveralls (#204) ([0e38a4f](https://github.com/akveo/react-native-ui-kitten/commit/0e38a4f)), closes [#204](https://github.com/akveo/react-native-ui-kitten/issues/204)
* feat(ci): travis ci integration (#165) ([2239e5e](https://github.com/akveo/react-native-ui-kitten/commit/2239e5e)), closes [#165](https://github.com/akveo/react-native-ui-kitten/issues/165)
* feat(common): release pipeline add ([a868b55](https://github.com/akveo/react-native-ui-kitten/commit/a868b55))
* feat(docs): add documentation images ([c53fa8c](https://github.com/akveo/react-native-ui-kitten/commit/c53fa8c))
* feat(docs): components docs and application add (#386) ([885fb81](https://github.com/akveo/react-native-ui-kitten/commit/885fb81)), closes [#386](https://github.com/akveo/react-native-ui-kitten/issues/386)
* feat(docs): docs landing add ([48c11b2](https://github.com/akveo/react-native-ui-kitten/commit/48c11b2))
* feat(docs): update dependencies and theme ([ac2662d](https://github.com/akveo/react-native-ui-kitten/commit/ac2662d))
* feat(framework): enhancements ([fb8ae55](https://github.com/akveo/react-native-ui-kitten/commit/fb8ae55))
* feat(framework): modal service (#245) ([6efa3c5](https://github.com/akveo/react-native-ui-kitten/commit/6efa3c5)), closes [#245](https://github.com/akveo/react-native-ui-kitten/issues/245)
* feat(playground): add showcase settings ([81ab976](https://github.com/akveo/react-native-ui-kitten/commit/81ab976))
* feat(playground): home screen. Closes #203 (#205) ([e6d030c](https://github.com/akveo/react-native-ui-kitten/commit/e6d030c)), closes [#203](https://github.com/akveo/react-native-ui-kitten/issues/203) [#205](https://github.com/akveo/react-native-ui-kitten/issues/205)
* feat(release): part of release pipeline add ([0fa18f0](https://github.com/akveo/react-native-ui-kitten/commit/0fa18f0))
* feat(tab-set): add badge props ([1b0b6c2](https://github.com/akveo/react-native-ui-kitten/commit/1b0b6c2))
* feat(tab-set): add tab indicator types ([4a54318](https://github.com/akveo/react-native-ui-kitten/commit/4a54318))
* feat(tab-set): add tabBar indicator to tabView ([34d240e](https://github.com/akveo/react-native-ui-kitten/commit/34d240e))
Expand Down Expand Up @@ -99,6 +114,13 @@
* feat(ui): toggle component. closes #235 ([920105b](https://github.com/akveo/react-native-ui-kitten/commit/920105b)), closes [#235](https://github.com/akveo/react-native-ui-kitten/issues/235)
* feat(ui): tooltip component. Closes #261 (#263) ([9028953](https://github.com/akveo/react-native-ui-kitten/commit/9028953)), closes [#261](https://github.com/akveo/react-native-ui-kitten/issues/261) [#263](https://github.com/akveo/react-native-ui-kitten/issues/263)
* feat(ui): top navigation bar component ([3421311](https://github.com/akveo/react-native-ui-kitten/commit/3421311))
* docs(common): add new helpful readme shields ([55065cd](https://github.com/akveo/react-native-ui-kitten/commit/55065cd))
* docs(common): fix DEV_DOCS, CODE_OF_CONDUCT, CONTRIBUTING ([870d57d](https://github.com/akveo/react-native-ui-kitten/commit/870d57d))
* docs(common): fix documentation typo at index ([053c303](https://github.com/akveo/react-native-ui-kitten/commit/053c303))
* docs(common): update readme ([59a780d](https://github.com/akveo/react-native-ui-kitten/commit/59a780d))
* docs(guides): add getting-started and theme-system guides ([96ef0dd](https://github.com/akveo/react-native-ui-kitten/commit/96ef0dd))
* docs(readme): update README.md ([910fb0c](https://github.com/akveo/react-native-ui-kitten/commit/910fb0c))
* docs(theme): add theme components documentation (#387) ([c2e5be0](https://github.com/akveo/react-native-ui-kitten/commit/c2e5be0)), closes [#387](https://github.com/akveo/react-native-ui-kitten/issues/387)
* fix(ci): travis auth (#270) ([bf65ddb](https://github.com/akveo/react-native-ui-kitten/commit/bf65ddb)), closes [#270](https://github.com/akveo/react-native-ui-kitten/issues/270)
* fix(docs): update dev and contributing guides (#169) ([b0e1285](https://github.com/akveo/react-native-ui-kitten/commit/b0e1285)), closes [#169](https://github.com/akveo/react-native-ui-kitten/issues/169)
* fix(framework): eva-adopt ([2a9e315](https://github.com/akveo/react-native-ui-kitten/commit/2a9e315))
Expand All @@ -113,6 +135,7 @@
* fix(theme): theme change fix (#399) ([318c038](https://github.com/akveo/react-native-ui-kitten/commit/318c038)), closes [#399](https://github.com/akveo/react-native-ui-kitten/issues/399)
* fix(ui): adopt to eva (#397) ([1b90281](https://github.com/akveo/react-native-ui-kitten/commit/1b90281)), closes [#397](https://github.com/akveo/react-native-ui-kitten/issues/397)
* fix(ui): button layout issues (#375) ([a2e61d4](https://github.com/akveo/react-native-ui-kitten/commit/a2e61d4)), closes [#375](https://github.com/akveo/react-native-ui-kitten/issues/375)
* fix(ui): button-group border-right fix ([c32b8e2](https://github.com/akveo/react-native-ui-kitten/commit/c32b8e2))
* fix(ui): common issues ([d0835af](https://github.com/akveo/react-native-ui-kitten/commit/d0835af))
* fix(ui): container component interactions (#367) ([671ddd1](https://github.com/akveo/react-native-ui-kitten/commit/671ddd1)), closes [#367](https://github.com/akveo/react-native-ui-kitten/issues/367)
* fix(ui): export tab-view children props ([cb3ebae](https://github.com/akveo/react-native-ui-kitten/commit/cb3ebae))
Expand All @@ -130,26 +153,15 @@
* fix(ui): top-navigation-bar fix (#392) ([4410486](https://github.com/akveo/react-native-ui-kitten/commit/4410486)), closes [#392](https://github.com/akveo/react-native-ui-kitten/issues/392)
* fix(ui): update input mappings ([9aa396c](https://github.com/akveo/react-native-ui-kitten/commit/9aa396c))
* fix(ui): update text mappings ([87b89c1](https://github.com/akveo/react-native-ui-kitten/commit/87b89c1))
* fix(ui): view-pager scroll event on Android ([4655f48](https://github.com/akveo/react-native-ui-kitten/commit/4655f48))
* fix(ui): view-pager swipe ([2925e70](https://github.com/akveo/react-native-ui-kitten/commit/2925e70))
* build(common): add theme module ([2f8df0f](https://github.com/akveo/react-native-ui-kitten/commit/2f8df0f))
* build(common): setup env configurations (#394) ([361a62f](https://github.com/akveo/react-native-ui-kitten/commit/361a62f)), closes [#394](https://github.com/akveo/react-native-ui-kitten/issues/394)
* build(common): setup playground to watch eva changes ([1e0b287](https://github.com/akveo/react-native-ui-kitten/commit/1e0b287))
* build(common): ui testing integration ([7b45ad7](https://github.com/akveo/react-native-ui-kitten/commit/7b45ad7))
* build(package): make package prod-compatible ([47d9c15](https://github.com/akveo/react-native-ui-kitten/commit/47d9c15))
* build(playground): expo-31 upgrade ([65cf7ef](https://github.com/akveo/react-native-ui-kitten/commit/65cf7ef))
* build(playground): expo/react-native version bump ([f1cccd6](https://github.com/akveo/react-native-ui-kitten/commit/f1cccd6))
* build(test): configure jest with typescript ([c6dc732](https://github.com/akveo/react-native-ui-kitten/commit/c6dc732))
* feat(tab-set/tab): add icon prop ([c1ec7a3](https://github.com/akveo/react-native-ui-kitten/commit/c1ec7a3))
* refactor(mapping/theme): theme variables refactor ([dcad574](https://github.com/akveo/react-native-ui-kitten/commit/dcad574))
* package(common): update typing packages versions (#391) ([735edd3](https://github.com/akveo/react-native-ui-kitten/commit/735edd3)), closes [#391](https://github.com/akveo/react-native-ui-kitten/issues/391)
* docs(common): add new helpful readme shields ([55065cd](https://github.com/akveo/react-native-ui-kitten/commit/55065cd))
* docs(common): fix documentation typo at index ([053c303](https://github.com/akveo/react-native-ui-kitten/commit/053c303))
* docs(common): update readme ([59a780d](https://github.com/akveo/react-native-ui-kitten/commit/59a780d))
* docs(guides): add getting-started and theme-system guides ([96ef0dd](https://github.com/akveo/react-native-ui-kitten/commit/96ef0dd))
* docs(theme): add theme components documentation (#387) ([c2e5be0](https://github.com/akveo/react-native-ui-kitten/commit/c2e5be0)), closes [#387](https://github.com/akveo/react-native-ui-kitten/issues/387)
* test(common): temporary configuration changes ([059bf0c](https://github.com/akveo/react-native-ui-kitten/commit/059bf0c))
* test(theme): add style-provider change mappings/theme tests ([d75cacb](https://github.com/akveo/react-native-ui-kitten/commit/d75cacb))
* test(theme): add theme consumer tests ([830a566](https://github.com/akveo/react-native-ui-kitten/commit/830a566))
* chore(config): integrate with EditorConfig ([4a14277](https://github.com/akveo/react-native-ui-kitten/commit/4a14277))
* chore(next): initial solution structure ([6b9825b](https://github.com/akveo/react-native-ui-kitten/commit/6b9825b))
* chore(next): solution clean-up ([39e88bd](https://github.com/akveo/react-native-ui-kitten/commit/39e88bd))
* chore(tab-set): initial setup ([f5b59ac](https://github.com/akveo/react-native-ui-kitten/commit/f5b59ac))
* feat(tab-set/tab): add icon prop ([c1ec7a3](https://github.com/akveo/react-native-ui-kitten/commit/c1ec7a3))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-ui-kitten",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down

0 comments on commit 70a45ff

Please sign in to comment.