Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 4.05 KB

File metadata and controls

48 lines (27 loc) · 4.05 KB

Change Log

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

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