Skip to content

Latest commit

 

History

History
286 lines (149 loc) · 18.4 KB

File metadata and controls

286 lines (149 loc) · 18.4 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.2 (2025-06-14)

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

4.1.1 (2025-05-30)

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

4.1.0 (2025-05-11)

Features

  • add onTabSelect prop to tab view to detect when tab has finished switching (#12563) (5fd7046) - by @ikevin127

4.0.12 (2025-05-04)

Bug Fixes

4.0.11 (2025-05-02)

Bug Fixes

  • use aria props instead of accessibilityX (#11848) (347ca97) - by @satya164

4.0.10 (2025-04-08)

Bug Fixes

  • add types field back to support legacy moduleResolution (6c021d4), closes #12534 - by @

4.0.9 (2025-04-04)

Bug Fixes

  • drop commonjs module to avoid dual package hazard (f0fbcc5) - by @satya164

4.0.8 (2025-04-02)

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

4.0.7 (2025-04-01)

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

4.0.6 (2025-03-19)

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

4.0.5 (2024-11-28)

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

4.0.4 (2024-11-25)

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

4.0.3 (2024-11-22)

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

4.0.2 (2024-11-18)

Bug Fixes

  • fix deprecation warning for shadow styles on react-native-web (#12253) (4d444f7), closes #000 #000 #000 - by @kubabutkiewicz

4.0.1 (2024-11-07)

Bug Fixes

  • fix custom tab bar label and style not working for material top tabs (1a0805b), closes #12236 - by @satya164

4.0.0 (2024-11-06)

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

4.0.0-rc.13 (2024-10-31)

Code Refactoring

  • rename sceneContainerStyle to sceneStyle (d1d0761) - by @satya164

Features

  • move options and commonOptions to TabView for react-native-tab-view (3643926) - by @satya164

BREAKING CHANGES

  • This does the following changes:
  • Remove the sceneContainerStyle prop from Bottom Tabs & Material Top Tabs
  • Add a sceneStyle option to Bottom Tabs & Material Top Tabs
  • Rename sceneContainerStyle option to sceneStyle for Drawer

4.0.0-rc.12 (2024-10-24)

Bug Fixes

  • use * for react-native peer dep to support pre-release versions (07267e5) - by @satya164

4.0.0-rc.11 (2024-10-11)

Bug Fixes

4.0.0-rc.10 (2024-09-08)

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

4.0.0-rc.9 (2024-08-08)

Bug Fixes

  • use pointer cursor only on web & iOS (ce1ce06) - by @satya164

4.0.0-rc.8 (2024-08-01)

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

4.0.0-rc.7 (2024-07-11)

Bug Fixes

  • upgrade react-native-builder-bob (1575287) - by @

4.0.0-rc.6 (2024-07-10)

Bug Fixes

  • bump use-latest-callback to fix require (40ddae9) - by @satya164

4.0.0-rc.5 (2024-07-07)

Bug Fixes

  • upgrade use-latest-callback for esm compat (187d41b) - by @satya164

4.0.0-rc.4 (2024-07-04)

Bug Fixes

  • fix published files (829caa0) - by @

4.0.0-rc.3 (2024-07-04)

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

4.0.0-rc.2 (2024-07-04)

Features

  • add package.json exports field (1435cfe) - by @

4.0.0-rc.1 (2024-07-01)

Bug Fixes

  • stop using react-native field in package.json (efc33cb) - by @

4.0.0-rc.0 (2024-06-27)

Bug Fixes

  • add hover effect to buttons on iPad & VisionOS (2cb77c0) - by @satya164
  • center align TabBarIndicator when width is specified (#12030) (7df62fc) - by @JAE-GYU
  • update state on tab press for tab-view (feb82e6) - by @satya164

Features

  • pass route to badge function (f040776) - by @satya164

4.0.0-alpha.10 (2024-03-20)

Bug Fixes

  • fix some options not being passed to tab-view. fixes #11904 (8fcf215) - by @satya164

4.0.0-alpha.9 (2024-03-14)

Bug Fixes

  • fix tab auto width on chrome & opera on android & linux (#11440) (1ef7ed1), closes #f00 #00 - by @souzabrs

4.0.0-alpha.8 (2024-03-10)

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

4.0.0-alpha.7 (2024-03-08)

Bug Fixes

  • add href to tabs in material top tabs (#11873) (c3459e1) - by @groot007

Features

  • implement tab-view new api (#11548) (dca15c9) - by @okwasniewski

BREAKING CHANGES

  • react-native-tab-view now has a new API to address performance issues with current implementation.

Co-authored-by: Michał Osadnik micosa97@gmail.com Co-authored-by: Satyajit Sahoo satyajit.happy@gmail.com

4.0.0-alpha.6 (2024-03-04)

Bug Fixes

  • update drawer and material tab bar to match latest md guidelines (#11864) (8726597) - by @groot007

4.0.0-alpha.5 (2024-02-24)

Bug Fixes

  • fix peer dependency versions (4b93b63) - by @

4.0.0-alpha.4 (2024-02-23)

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

4.0.0-alpha.3 (2024-01-17)

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

4.0.0-alpha.2 (2023-11-17)

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

4.0.0-alpha.1 (2023-11-12)

Bug Fixes

  • cannot resolve use-latest-callback (#11696) (361bc6a) - by @jkaveri

4.0.0-alpha.0 (2023-09-07)

Bug Fixes

  • Allow to use PlatformColor in the theme (#11570) (64734e7) - by @retyui

  • TabBar horizontal padding for contentContainer (#11408) (24c0392), closes #8667 - by @Freddy03h

  • feat!: add a direction prop to NavigationContainer to specify rtl (#11393) (8309636), closes #11393 - by @satya164

Features

  • add children prop to tab bar indicator component (#11566) (fe3b560) - by @grezxune
  • add direction prop to TabView (#11322) (46735a3) - by @okwasniewski

BREAKING CHANGES

  • Previously the navigators tried to detect RTL automatically and adjust the UI. However this is problematic since we cannot detect RTL in all cases (e.g. on Web).

This adds an optional direction prop to NavigationContainer instead so that user can specify when React Navigation's UI needs to be adjusted for RTL. It defaults to the value from I18nManager on native platforms, however it needs to be explicitly passed for Web.

3.5.2 (2023-06-22)

Bug Fixes

  • optimize tabBarItem by memoizing getter functions (#11427) (1f94c8b) - by @okwasniewski

3.5.1 (2023-03-01)

Bug Fixes

  • fix paths in sourcemap files (368e069) - by @satya164

3.5.0 (2023-02-17)

Bug Fixes

  • split updating state to batches on long lists (#11046) (0aa6a18) - by @okwasniewski

Features

  • add support to override pager's overScrollMode (#11194) (0c4e83a) - by @ouabing
  • allow users to pass android_ripple config in TabView (#11203) (15939d8), closes #11198 - by @okwasniewski
  • extract drawer to a separate package (58b7cae) - by @satya164