Skip to content

Commit

Permalink
init react-native-tab-view 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
425765923 committed Nov 30, 2023
1 parent 99f00d2 commit 136ae17
Show file tree
Hide file tree
Showing 20 changed files with 133 additions and 27,370 deletions.
37 changes: 10 additions & 27 deletions packages/react-native-tab-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.4](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.4.3...react-native-tab-view@3.4.4) (2023-10-19)
## [3.5.2](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.5.1...react-native-tab-view@3.5.2) (2023-06-22)

### Bug Fixes

* bump use-latest-callback to fix callback assignements ([bc30315](https://github.com/react-navigation/react-navigation/commit/bc303159fafd9998a9c516e43943266002d5e4bb)) - by @satya164
* optimize tabBarItem by memoizing getter functions ([#11427](https://github.com/react-navigation/react-navigation/issues/11427)) ([1f94c8b](https://github.com/react-navigation/react-navigation/commit/1f94c8b7b2e11f09a36001ce7b512ec9468a63b5)) - by @okwasniewski

## [3.4.3](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.4.2...react-native-tab-view@3.4.3) (2023-09-25)
## [3.5.1](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.5.0...react-native-tab-view@3.5.1) (2023-03-01)

**Note:** Version bump only for package react-native-tab-view

## [3.4.2](https://github.com/react-navigation/react-navigation/compare/[email protected]@3.4.2) (2023-06-22)
### Bug Fixes

**Note:** Version bump only for package react-native-tab-view
* fix paths in sourcemap files ([368e069](https://github.com/react-navigation/react-navigation/commit/368e0691b9fb07d4b1cbe71cfe4c2f40512f93ad)) - by @satya164

## [3.4.1](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.4.0...react-native-tab-view@3.4.1) (2023-02-26)
# [3.5.0](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.3.0...react-native-tab-view@3.5.0) (2023-02-17)

### Bug Fixes

* fix paths in sourcemap files ([42c906d](https://github.com/react-navigation/react-navigation/commit/42c906d77d0235f7b3733c783308863ec686a54e)) - by @

# [3.4.0](https://github.com/react-navigation/react-navigation/compare/[email protected]@3.4.0) (2023-02-14)
* split updating state to batches on long lists ([#11046](https://github.com/react-navigation/react-navigation/issues/11046)) ([0aa6a18](https://github.com/react-navigation/react-navigation/commit/0aa6a18f15bca0c943e22e866d178ad347a19714)) - by @okwasniewski

### Features

* add support to override pager's overScrollMode ([#11194](https://github.com/react-navigation/react-navigation/issues/11194)) ([8d60b3c](https://github.com/react-navigation/react-navigation/commit/8d60b3cd9ed6f1df502982cbff8b75c633f455c7)) - by @ouabing
* allow users to pass `android_ripple` config in TabView ([#11203](https://github.com/react-navigation/react-navigation/issues/11203)) ([a452ecb](https://github.com/react-navigation/react-navigation/commit/a452ecbfa00d963ff46f231919e66b3cd87f5939)), closes [#11198](https://github.com/react-navigation/react-navigation/issues/11198) - by @okwasniewski

## [3.3.4](https://github.com/react-navigation/react-navigation/compare/[email protected]@3.3.4) (2022-12-12)

**Note:** Version bump only for package react-native-tab-view

## [3.3.3](https://github.com/react-navigation/react-navigation/compare/[email protected]@3.3.3) (2022-12-07)

**Note:** Version bump only for package react-native-tab-view

## [3.3.2](https://github.com/react-navigation/react-navigation/compare/[email protected]@3.3.2) (2022-11-29)

### Bug Fixes

* split updating state to batches on long lists ([#11046](https://github.com/react-navigation/react-navigation/issues/11046)) ([6345fac](https://github.com/react-navigation/react-navigation/commit/6345facf765451eea24e3ff91037424fe68bc389)) - by @okwasniewski
* add support to override pager's overScrollMode ([#11194](https://github.com/react-navigation/react-navigation/issues/11194)) ([0c4e83a](https://github.com/react-navigation/react-navigation/commit/0c4e83adf0eb8ea8d5ba6ff5520cf16dd8b82cc7)) - by @ouabing
* allow users to pass `android_ripple` config in TabView ([#11203](https://github.com/react-navigation/react-navigation/issues/11203)) ([15939d8](https://github.com/react-navigation/react-navigation/commit/15939d82cd7d77d2a75a870279d08cb18c7f9919)), closes [#11198](https://github.com/react-navigation/react-navigation/issues/11198) - by @okwasniewski
* extract drawer to a separate package ([58b7cae](https://github.com/react-navigation/react-navigation/commit/58b7caeaad00eafbcda36561e75e538e0f02c4af)) - by @satya164
Loading

0 comments on commit 136ae17

Please sign in to comment.