Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - react-navigation-playground@0.1.0
 - react-navigation-animated-switch@0.5.0
 - @react-navigation/core@3.6.0
 - react-navigation-drawer@2.4.0
 - react-navigation-material-bottom-tabs@2.2.0
 - @react-navigation/native@3.7.0
 - react-navigation@4.2.0
 - react-navigation-stack@2.2.0
 - react-navigation-tabs@2.8.0
  • Loading branch information
satya164 committed Feb 24, 2020
1 parent 72e8160 commit 88fbfac
Show file tree
Hide file tree
Showing 18 changed files with 453 additions and 18 deletions.
8 changes: 8 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-02-24)

**Note:** Version bump only for package react-navigation-playground
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-navigation-playground",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "expo start",
Expand Down
22 changes: 22 additions & 0 deletions packages/animated-switch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.5.0 (2020-02-24)


### Bug Fixes

* fix location of types ([#31](https://github.com/react-navigation/react-navigation/issues/31)) ([73242b7](https://github.com/react-navigation/react-navigation/commit/73242b7027a25389f6b5e3a514872a40a541ad1d)), closes [#33](https://github.com/react-navigation/react-navigation/issues/33)


### Features

* add transitionStyle config option, closes [#12](https://github.com/react-navigation/react-navigation/issues/12) ([5df122d](https://github.com/react-navigation/react-navigation/commit/5df122d9fc5bcbf08b6873e439eb802437d32891))
* upgrade project and add example ([3e5085e](https://github.com/react-navigation/react-navigation/commit/3e5085ee46fd788a21b590a7f230092bab7f928d))


### BREAKING CHANGES

* Migrate to React Navigation 4.x
4 changes: 2 additions & 2 deletions packages/animated-switch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-navigation-animated-switch",
"version": "0.4.1",
"version": "0.5.0",
"description": "Animated switch for React Navigation",
"main": "lib/commonjs/index.js",
"react-native": "lib/module/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-reanimated": "~1.7.0",
"react-navigation": "^4.1.1",
"react-navigation": "^4.2.0",
"typescript": "~3.7.5"
},
"peerDependencies": {
Expand Down
34 changes: 34 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.6.0 (2020-02-24)


### Bug Fixes

* add back change to defaultNavigationOptions ([75661e7](https://github.com/react-navigation/react-navigation-core/commit/75661e761595aa01c61820784bc40324c60344ed))
* avoid error when updateNextStateHistory called with state ([f9defd5](https://github.com/react-navigation/react-navigation-core/commit/f9defd5afb171870aa015fd9c40e91adfa8ffe3b))
* don't keep descriptors for routes that have been removed ([a6872b9](https://github.com/react-navigation/react-navigation-core/commit/a6872b900af3687ab7775e639cc06eb38d65ebbb))
* don't pop routeKeyHistory when child handles back action ([#75](https://github.com/react-navigation/react-navigation-core/issues/75)) ([531dc30](https://github.com/react-navigation/react-navigation-core/commit/531dc30530d133fe37086e9ef8804da8cf1db0ae))
* drop custom history logic for isFirstRouteInParent ([#52](https://github.com/react-navigation/react-navigation-core/issues/52)) ([9434cfa](https://github.com/react-navigation/react-navigation-core/commit/9434cfa41835e7f709b505e846ee46cab7330a84))
* fix optional flag on testRegex ([#16](https://github.com/react-navigation/react-navigation-core/issues/16)) ([1501d4c](https://github.com/react-navigation/react-navigation-core/commit/1501d4cd85d04ac6187a58cc39a9aee8c97ce1ab)), closes [#15](https://github.com/react-navigation/react-navigation-core/issues/15)
* fix regression updating route object on navigation ([b5b7cb9](https://github.com/react-navigation/react-navigation-core/commit/b5b7cb91b2619faa64cb4955b5785e55fcb23af0))
* fixed Tab/SwitchRouter incorrectly switching children on "ba… ([#74](https://github.com/react-navigation/react-navigation-core/issues/74)) ([80da403](https://github.com/react-navigation/react-navigation-core/commit/80da403c61ec83deb306ce8482b8e74610a8c77f))
* getScreen getting called for each route on init ([#62](https://github.com/react-navigation/react-navigation-core/issues/62)) ([720f943](https://github.com/react-navigation/react-navigation-core/commit/720f943fcf04f841897f16bea680ec9f427a35e1))
* remove console.log ([#32](https://github.com/react-navigation/react-navigation-core/issues/32)) ([4f79a70](https://github.com/react-navigation/react-navigation-core/commit/4f79a705e585c15eec4fa39dc664e6333bb2ca19))
* update navigation prop invariant for v4 ([#84](https://github.com/react-navigation/react-navigation-core/issues/84)) ([aeb5682](https://github.com/react-navigation/react-navigation-core/commit/aeb5682693798d1eeee12e372e4a33177099c06e))
* use compiled files for react native. closes [#58](https://github.com/react-navigation/react-navigation-core/issues/58) ([d80418a](https://github.com/react-navigation/react-navigation-core/commit/d80418a2ec7532b4d3f000c3e67a96f7d8c27282))


### Features

* add a JUMP_TO action for switch ([6101d7c](https://github.com/react-navigation/react-navigation-core/commit/6101d7c1810366555a077a59f8bd375ff7dd7134))
* add theme support ([8d49ee2](https://github.com/react-navigation/react-navigation-core/commit/8d49ee27717ad8c7fb56c14fa0acbad2ae16e981))
* support string array for uriPrefix ([#66](https://github.com/react-navigation/react-navigation-core/issues/66)) ([5b1a8fe](https://github.com/react-navigation/react-navigation-core/commit/5b1a8fed6056a2487311820b325af5f0c9bdadb1))


### Reverts

* Revert "wip: removed code block that prevents event dispatch (#73)" ([b4a6810](https://github.com/react-navigation/react-navigation-core/commit/b4a6810235e302bcf05b62a0f01c30b29d06d96e)), closes [#73](https://github.com/react-navigation/react-navigation-core/issues/73)
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-navigation/core",
"version": "3.5.2",
"version": "3.6.0",
"description": "Core utilities for the react-navigation framework",
"main": "lib/commonjs/index.js",
"react-native": "lib/module/index.js",
Expand Down
41 changes: 41 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.4.0 (2020-02-24)


### Bug Fixes

* add `screenProps` to DrawerNavigatorItemsProps ([#100](https://github.com/react-navigation/drawer/issues/100)) ([395bb31](https://github.com/react-navigation/drawer/commit/395bb31a400c63c1443cbf34cc26b3fe252dec01))
* add peer dep on react-navigation ([79fb9ef](https://github.com/react-navigation/drawer/commit/79fb9efd4695c0d53a0caaab502c9becbe4282d1))
* change type of the `navigation` field in DrawerContentComponentProps ([#121](https://github.com/react-navigation/drawer/issues/121)) ([f92d3ed](https://github.com/react-navigation/drawer/commit/f92d3ed4a8b631ee03ac0b868185c2bff7169b7a))
* don't disable programmatic open/close of drawer with drawerLockMode ([d39b299](https://github.com/react-navigation/drawer/commit/d39b29925ad21b55e375e5683db5ed1a6e6f5b50)), closes [#56](https://github.com/react-navigation/drawer/issues/56)
* export DrawerLockMode, DrawerIconProps, and DrawerLabelProps ([2bc25b6](https://github.com/react-navigation/drawer/commit/2bc25b677136f6b20667aff9d28d5de9fb57c458))
* expose DrawerItems to maintain backward compat ([cbc09c2](https://github.com/react-navigation/drawer/commit/cbc09c2351328a4e774aea00277ec387f854c71b))
* fix "DrawerActions" typo ([#65](https://github.com/react-navigation/drawer/issues/65)) ([be85845](https://github.com/react-navigation/drawer/commit/be85845a5a7e723828f71d314e201df21690ca35))
* fix path for declaration file. fixes [#99](https://github.com/react-navigation/drawer/issues/99) ([c5009bd](https://github.com/react-navigation/drawer/commit/c5009bd8e92108b88dcd8573ecb20d1d199759b2))
* fix path to typescript definitions ([7747e51](https://github.com/react-navigation/drawer/commit/7747e51202e8e769d05d414bd3debeae313e8939))
* fix typescript definitions ([#95](https://github.com/react-navigation/drawer/issues/95)) ([da51ced](https://github.com/react-navigation/drawer/commit/da51cedff44f44a9096e8a31fe6838cf58f12bc9))
* get rid of random red screen on iOS on opening drawer ([#68](https://github.com/react-navigation/drawer/issues/68)) ([e15ba96](https://github.com/react-navigation/drawer/commit/e15ba96fb93ec6cd59dddba8f7a2cee514f9b60d))
* hide content while drawer is open from talkback ([#132](https://github.com/react-navigation/drawer/issues/132)) ([71df6f3](https://github.com/react-navigation/drawer/commit/71df6f36f5c2e2ef1073a8aca95280c1b4edf7c6))
* immediate closing drawer of fully opened ([6225151](https://github.com/react-navigation/drawer/commit/6225151dbec6bd6fc619b5baca87da344134c437))
* navigation drawer sometimes not closing when pressed outside ([#126](https://github.com/react-navigation/drawer/issues/126)) ([ff9dd73](https://github.com/react-navigation/drawer/commit/ff9dd732ad08c4cbeeb924b2d9c12fda9e11ef31))
* only pass accessibility label if it is a string. fixes [#36](https://github.com/react-navigation/drawer/issues/36) ([#38](https://github.com/react-navigation/drawer/issues/38)) ([479f7b1](https://github.com/react-navigation/drawer/commit/479f7b15795ef4ac448952def616e7b93a991470))
* rename contentContainerStyle to sceneContainerStyle ([9900a5c](https://github.com/react-navigation/drawer/commit/9900a5c7aeb01bdbad73e05306d87b8801fa1cf8))
* reset this.gestureX on manual setting ([7a940b2](https://github.com/react-navigation/drawer/commit/7a940b216aaf5ac2ff5fc0c5355c5068c7456894))
* rewrite tap callbacks to native calls ([5c71dff](https://github.com/react-navigation/drawer/commit/5c71dffc2c5987215c3de2c243158b970193f36d))
* set proper type for screenProps in ScreenComponent ([26cd851](https://github.com/react-navigation/drawer/commit/26cd8511b5effdf8fc939a4c4c1cdeeafa03131c))
* spring was not triggered sometimes on tap ([#67](https://github.com/react-navigation/drawer/issues/67)) ([be17729](https://github.com/react-navigation/drawer/commit/be17729df6a0e18c319b1c1ec23f17cb10c1bc3a))
* tweak spring config for animation ([bdebebb](https://github.com/react-navigation/drawer/commit/bdebebb938d7d920bd12787232b66164cc026bf9))
* use compiled files for react native ([8c8cb8e](https://github.com/react-navigation/drawer/commit/8c8cb8e75825cb9c4312e20e1cb5424c656267ce))


### Features

* **drawer:** expose draweropenprogress via react-contextapi ([#125](https://github.com/react-navigation/drawer/issues/125)) ([ffbc1f5](https://github.com/react-navigation/drawer/commit/ffbc1f5115524fb74b0e285f0a65637b71364e3b))
* add custom GH props ([2c5b98b](https://github.com/react-navigation/drawer/commit/2c5b98bacb3e94184516abfd88f81a44e32df7c8))
* add theme support ([1e8279a](https://github.com/react-navigation/drawer/commit/1e8279ae18740113b0c38fc8e784f79a549f8bb7))
* export types for ScreenProps amd ScreenComponent ([c8fa94e](https://github.com/react-navigation/drawer/commit/c8fa94e15d59b4570f3a007f20277586c16155df))
* Move itemStyle to SafeAreaView ([#55](https://github.com/react-navigation/drawer/issues/55)) ([41a8f53](https://github.com/react-navigation/drawer/commit/41a8f5366a8eb15f3b771634ed7bc305921795f6))
5 changes: 2 additions & 3 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-navigation-drawer",
"version": "2.3.4",
"version": "2.4.0",
"description": "Drawer navigator component for React Navigation",
"main": "lib/commonjs/index.js",
"react-native": "lib/module/index.js",
Expand Down Expand Up @@ -49,10 +49,9 @@
"react-native-reanimated": "^1.2.0",
"react-native-screens": "^2.0.0-beta.10",
"react-native-testing-library": "^1.12.0",
"react-navigation": "^4.1.1",
"react-navigation": "^4.2.0",
"typescript": "~3.7.5"
},
"dependencies": {},
"peerDependencies": {
"react": "*",
"react-native": "*",
Expand Down
40 changes: 40 additions & 0 deletions packages/material-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2020-02-24)


### Bug Fixes

* add option to hide the tab bar per screen ([#20](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/20)) ([a28a72e](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/a28a72ed0dd0716244c0aafe94ec360083a1109c))
* add tabBarColor prop to typedefs ([#58](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/58)) ([27d195e](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/27d195e304a48861f515d015c6547eece4ee8305))
* avoid tab bar flash on keyboard shown ([2f0c14b](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/2f0c14b40eebe3cf852601b9a87e1c6d14f9b626)), closes [#43](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/43)
* disable no-unused-disable for lint to pass on CI, required for local machine ([b415acb](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/b415acbb31132751141765fba0cff7146b4bf096))
* don't use paper's babel plugin ([c34863a](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/c34863ac9e870086e7b6033e1055a79abd511b62))
* fix applying barStyle ([5b7de5c](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/5b7de5ccc39fbb2ff470833af28eca07e31e609f))
* fix path for declaration file ([7231584](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/72315843029d0489db63eb10d6b22db3ef4b13ec))
* fix typescript definitions ([#54](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/54)) ([d980263](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/d98026325d4e0a72e1ab57ccde702d342bfaa55d))
* fix typo in filename ([#52](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/52)) ([aeda104](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/aeda1042c8a632de0d2eabcdcbf922ae2c4239c2))
* maintain backward compat for activeTintColor and inactiveTintColor ([ea95fa6](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/ea95fa69e1e720f33c644b9eb3b3639ac72c2615))
* remove incorrect types ([d2c8bac](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/d2c8bac7a4e7fb7599f3bb83b6dae00eddc51c70))
* reuse types from react-native-paper ([d253f93](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/d253f931c2207696adbb93e80baeada5894154c4))
* set proper type for screenProps in ScreenComponent ([4a8e7e3](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/4a8e7e3ae6436c1dda0d7f0bc9f31f3b31320d4d))
* update react-native-paper ([e4a579f](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/e4a579f518a44af0aa66dc9cf7b75c72ecf62d2c))
* update react-native-paper. fixes [#4](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/4) ([c1fbf0a](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/c1fbf0a161852624a5fcc3ab1c75d422f2c94bba))


### Code Refactoring

* upgrade ([edc6865](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/edc6865df0042b599d8d2b5c6dd8a323791567da))


### Features

* export types for ScreenProps amd ScreenComponent ([cdc3537](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/cdc353704528e569b2eb119aa8817363597256ea))


### BREAKING CHANGES

* change activeTintColor -> activeColor
4 changes: 2 additions & 2 deletions packages/material-bottom-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-navigation-material-bottom-tabs",
"version": "2.1.5",
"version": "2.2.0",
"description": "Material Bottom Tab Navigation component for React Navigation",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"react-native-gesture-handler": "^1.6.0",
"react-native-paper": "^3.1.1",
"react-native-reanimated": "^1.2.0",
"react-navigation": "^4.1.1",
"react-navigation": "^4.2.0",
"typescript": "~3.7.5"
},
"peerDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.7.0 (2020-02-24)


### Bug Fixes

* add dummy functions to throw on wrong version ([bb4b217](https://github.com/react-navigation/react-navigation-native/commit/bb4b21712aa7e2ef488d1fd69eba1368d0a9a9d0))
* make sure index.js is common js ([3175965](https://github.com/react-navigation/react-navigation-native/commit/31759653955daaeb1c338382c33b00c7ec9c422c))
* prop validation in app container should include theme as valid ([808e7ae](https://github.com/react-navigation/react-navigation-native/commit/808e7aecafc73408346847523a91902a319b1d60))
* remove dep on react-native-screens ([04915cd](https://github.com/react-navigation/react-navigation-native/commit/04915cd88cb26da62c3657c04255431ce968e72f))
* remove incorrect prop validation instance method and fix actual function ([220457d](https://github.com/react-navigation/react-navigation-native/commit/220457da6581dcc9e6fff4961ecc49cf9ec9ece8))
* support platforms without BackHandler ([#24](https://github.com/react-navigation/react-navigation-native/issues/24)) ([54e87e5](https://github.com/react-navigation/react-navigation-native/commit/54e87e5e30e418274f7a1711577234f7f8dc8c2a))
4 changes: 2 additions & 2 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-navigation/native",
"version": "3.6.5",
"version": "3.7.0",
"description": "React Native support for React Navigation",
"main": "lib/commonjs/index.js",
"react-native": "lib/module/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-native-safe-area-view": "^0.14.8"
},
"devDependencies": {
"@react-navigation/core": "^3.5.0-alpha.4",
"@react-navigation/core": "^3.6.0",
"@types/react-test-renderer": "^16.9.2",
"del-cli": "^3.0.0",
"react": "~16.9.0",
Expand Down

0 comments on commit 88fbfac

Please sign in to comment.