UNPKG

11.7 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [2.8.11](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.10...react-navigation-tabs@2.8.11) (2020-04-02)
7
8**Note:** Version bump only for package react-navigation-tabs
9
10
11
12
13
14## [2.8.10](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.9...react-navigation-tabs@2.8.10) (2020-03-31)
15
16**Note:** Version bump only for package react-navigation-tabs
17
18
19
20
21
22## [2.8.9](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.7...react-navigation-tabs@2.8.9) (2020-03-28)
23
24**Note:** Version bump only for package react-navigation-tabs
25
26
27
28
29
30## [2.8.8](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.7...react-navigation-tabs@2.8.8) (2020-03-27)
31
32**Note:** Version bump only for package react-navigation-tabs
33
34
35
36
37
38## [2.8.7](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.6...react-navigation-tabs@2.8.7) (2020-03-22)
39
40**Note:** Version bump only for package react-navigation-tabs
41
42
43
44
45
46## [2.8.6](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.5...react-navigation-tabs@2.8.6) (2020-03-20)
47
48**Note:** Version bump only for package react-navigation-tabs
49
50
51
52
53
54## [2.8.5](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.4...react-navigation-tabs@2.8.5) (2020-03-19)
55
56
57### Bug Fixes
58
59* don't use react-native-screens on web ([44c3900](https://github.com/react-navigation/tabs/commit/44c390075f7b76664e09fd9a1a7926645133ebec)), closes [#7485](https://github.com/react-navigation/tabs/issues/7485)
60
61
62
63
64
65## [2.8.4](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.3...react-navigation-tabs@2.8.4) (2020-03-16)
66
67
68### Bug Fixes
69
70* downgrade react-native-safe-area-view ([cfc1bac](https://github.com/react-navigation/tabs/commit/cfc1bac4e153db4a4ba3f2a9033f77b53367fcbc)), closes [#7813](https://github.com/react-navigation/tabs/issues/7813)
71
72
73
74
75
76## [2.8.3](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.2...react-navigation-tabs@2.8.3) (2020-03-16)
77
78**Note:** Version bump only for package react-navigation-tabs
79
80
81
82
83
84## [2.8.2](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.1...react-navigation-tabs@2.8.2) (2020-02-26)
85
86**Note:** Version bump only for package react-navigation-tabs
87
88
89
90
91
92## [2.8.1](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.8.0...react-navigation-tabs@2.8.1) (2020-02-24)
93
94**Note:** Version bump only for package react-navigation-tabs
95
96
97
98
99
100# 2.8.0 (2020-02-24)
101
102
103### Bug Fixes
104
105* add peer dep on react-navigation ([52064c7](https://github.com/react-navigation/tabs/commit/52064c7f967664ef4bb5d08528372b14ea71e828))
106* add safeAreaInset to tab bar options ([8f19e41](https://github.com/react-navigation/tabs/commit/8f19e410c0feb9a2ce980afc0528c6f902c050d6))
107* change opacity for hidden tabs only when not using rn-screens ([#80](https://github.com/react-navigation/tabs/issues/80)) ([856f7f4](https://github.com/react-navigation/tabs/commit/856f7f40361edfb044141866049dfae4fdf74e90)), closes [#5382](https://github.com/react-navigation/tabs/issues/5382)
108* change prepublish to prepare to fix warning ([d90b444](https://github.com/react-navigation/tabs/commit/d90b44446eb387552ba6549525037d7e8b80c94a))
109* correctly reset _isTabPress property ([e2b64af](https://github.com/react-navigation/tabs/commit/e2b64af7d8cacdd08938b9381b26894e81c56938))
110* don't override position unnecessarily ([e700bb9](https://github.com/react-navigation/tabs/commit/e700bb97139959b1051b5414a7ca7825a886e9f9))
111* fix hit slop for bottom tab bar ([#110](https://github.com/react-navigation/tabs/issues/110)) ([35d85f1](https://github.com/react-navigation/tabs/commit/35d85f1ad189ff096363506fb882298ee1af722e))
112* fix issue when setting position to absolute for tab bar ([584af8f](https://github.com/react-navigation/tabs/commit/584af8f7b19ad0628f95c8b60d78b1bc958fe671))
113* fix layout when starting in landscape ([#192](https://github.com/react-navigation/tabs/issues/192)) ([5c18bee](https://github.com/react-navigation/tabs/commit/5c18bee2cf5fcc12b09ef26e738342fffa0a1335))
114* fix path for declaration file ([9e5f4d7](https://github.com/react-navigation/tabs/commit/9e5f4d7a647a549f7a2100b4a9f93227bc2a3876))
115* fix tabBarOnPress with MaterialTopTabs and fix isFocused ([#21](https://github.com/react-navigation/tabs/issues/21)) ([325c65a](https://github.com/react-navigation/tabs/commit/325c65aa5fa2833b10fb8903a3d90d03244fa67d))
116* fix types for tab bar button component ([5175ffb](https://github.com/react-navigation/tabs/commit/5175ffb583170a0c411a9c06f55e58f633af0e39))
117* fix typescript definitions ([#165](https://github.com/react-navigation/tabs/issues/165)) ([255266a](https://github.com/react-navigation/tabs/commit/255266a68396adbca6ff5802d3247b8c64f90f02))
118* fix typescript definitions. closes [#163](https://github.com/react-navigation/tabs/issues/163) ([2d22d87](https://github.com/react-navigation/tabs/commit/2d22d877e901c88c8eec2787bb772b8bd21a8b35))
119* import SceneView from react-navigation default export ([0e7d56f](https://github.com/react-navigation/tabs/commit/0e7d56fb1c116574b1d9b8359b21509e9a9970ef))
120* increase padding for iOS horizontal label alignment ([#114](https://github.com/react-navigation/tabs/issues/114)) ([eaed48b](https://github.com/react-navigation/tabs/commit/eaed48b71b6e6040fe3626d1e19535806b2a126b)), closes [#113](https://github.com/react-navigation/tabs/issues/113)
121* iPad / horizontal layout works as expected in BottomTabBar ([ba2d119](https://github.com/react-navigation/tabs/commit/ba2d119ab38e997274754c21f86ec5b9dd9ccddc))
122* loosen types for navigation prop ([cebb0db](https://github.com/react-navigation/tabs/commit/cebb0dbd628338e8466ac8e6a48097590b77df05))
123* NavigationActions.popToTop no longer exists, belongs to StackActions now ([4633baa](https://github.com/react-navigation/tabs/commit/4633baa98ab1023cd5184dbd1758d50aba945113))
124* remove extra extension. fixes [#5](https://github.com/react-navigation/tabs/issues/5) ([68b8611](https://github.com/react-navigation/tabs/commit/68b8611525d3dce3dfdcbc80b69ad7001bef0e9b))
125* remove tab icon wrapper to fix adaptive icons ([eb8e1de](https://github.com/react-navigation/tabs/commit/eb8e1de6dc6e63f1f57ad35c56b46341c4bdacb6))
126* set proper type for screenProps in ScreenComponent ([62844c0](https://github.com/react-navigation/tabs/commit/62844c042ab7dea7f238dc66c0088f8d66dfe9a1))
127* specify default values for getAccessibilityX ([3ff10fa](https://github.com/react-navigation/tabs/commit/3ff10fa16d4bfb418cc3a1e15eb0a3aa5d1ec43d)), closes [#116](https://github.com/react-navigation/tabs/issues/116)
128* tweak hitSlop on bottom tab bar buttons ([f86fe1c](https://github.com/react-navigation/tabs/commit/f86fe1ce7f49fae594deb03fab42aa245545e6f9))
129* typo in accessibilityLabel ([09422dd](https://github.com/react-navigation/tabs/commit/09422dd5b34fa3272daea05975b644fa11782110))
130* upgrade react-navigation. closes [#163](https://github.com/react-navigation/tabs/issues/163) ([eeefa5d](https://github.com/react-navigation/tabs/commit/eeefa5df6b1f54593f00389672d50fc12436fdf0))
131* use react-lifecycles-compat for async mode compatibility ([afe8388](https://github.com/react-navigation/tabs/commit/afe8388d8ca527b93193421811cc6f3744089bc1))
132* use the JUMP_TO action for tab change ([1a9f354](https://github.com/react-navigation/tabs/commit/1a9f3542d7bd72dcf4bbced11693bb9abf29d070))
133* white block when keyboard is open ([#227](https://github.com/react-navigation/tabs/issues/227)) ([ead8cd9](https://github.com/react-navigation/tabs/commit/ead8cd979cfe17d009bfc45d61858b887ee05bf5)), closes [#206](https://github.com/react-navigation/tabs/issues/206)
134
135
136### Features
137
138* add ability to render label beside the icon ([#103](https://github.com/react-navigation/tabs/issues/103)) ([533c2e5](https://github.com/react-navigation/tabs/commit/533c2e5a089363231558fcebfdafc553c1545c3b))
139* add accessibility role and state to bottom bar ([#90](https://github.com/react-navigation/tabs/issues/90)) ([7c77f60](https://github.com/react-navigation/tabs/commit/7c77f603989a1e0812075c17e91cd57e3d839ce4))
140* add accessibilityLabel and testID options ([#26](https://github.com/react-navigation/tabs/issues/26)) ([45d1f60](https://github.com/react-navigation/tabs/commit/45d1f60aa4ff146d8b5432ea1c5b28db4718c9d0))
141* add an option to swap out TouchableWithoutFeedback for another component ([#27](https://github.com/react-navigation/tabs/issues/27)) ([db9afb3](https://github.com/react-navigation/tabs/commit/db9afb30d2bb7292e5e8ba1502c10ef8c0686271))
142* add keyboardHidesTabBarAnimationConfig props ([#195](https://github.com/react-navigation/tabs/issues/195)) ([4b94048](https://github.com/react-navigation/tabs/commit/4b940481e3a2b993e6816389c3508cbf4b94ceb0))
143* add lazy option. fixes [#23](https://github.com/react-navigation/tabs/issues/23) ([3feeb0f](https://github.com/react-navigation/tabs/commit/3feeb0f87e5d9a1c00d848fa0564353568efea5f))
144* add support for pager component ([4147e4f](https://github.com/react-navigation/tabs/commit/4147e4f869c8b1de4d8d7b3e94c57778accfb089))
145* add theme support ([3550163](https://github.com/react-navigation/tabs/commit/3550163f561295e2451ced780bc3a5211ed53765))
146* export BottomTabBarProps ([#194](https://github.com/react-navigation/tabs/issues/194)) ([ef1e400](https://github.com/react-navigation/tabs/commit/ef1e400a2868016f40f128a10d27210ea848d1f6))
147* export individual navigators separately. fixes [#2](https://github.com/react-navigation/tabs/issues/2) ([eaea9e9](https://github.com/react-navigation/tabs/commit/eaea9e929be7bd236e366968f2833f92bf939faf))
148* export tab bars ([2f91453](https://github.com/react-navigation/tabs/commit/2f9145372c7a00b1fca4c1777ae2e0dac323382b))
149* export types for ScreenProps amd ScreenComponent ([7ecc884](https://github.com/react-navigation/tabs/commit/7ecc884ecd8dfacfdf2bbb1337ca1d5fffc953c9))
150* hide tab bar when keyboard is shown ([#112](https://github.com/react-navigation/tabs/issues/112)) ([70a479d](https://github.com/react-navigation/tabs/commit/70a479da84c672f9d2c150a2aebce035273c543b)), closes [#16](https://github.com/react-navigation/tabs/issues/16)
151* initial commit ([f362912](https://github.com/react-navigation/tabs/commit/f362912bf71c38234ff67f8159d46b7511fb981a))
152* lazy initialized MaterialTopTabNavigator routes ([#9](https://github.com/react-navigation/tabs/issues/9)) ([03cd756](https://github.com/react-navigation/tabs/commit/03cd7566acf2269cea381e7ac4569afde3912b73))
153* put material bottom tabs in another repository ([078e7b8](https://github.com/react-navigation/tabs/commit/078e7b802a3d5867d95068bce83d47fcf3bb277d))
154* simplify installation instructions ([0c6b662](https://github.com/react-navigation/tabs/commit/0c6b66236babf8462d757ea5ff3666c9a070fe0c))
155* upgrade react-native-tab-view closes [#118](https://github.com/react-navigation/tabs/issues/118) ([d37d3dd](https://github.com/react-navigation/tabs/commit/d37d3dd7bd749347b17a2ef8a86de3ef01ffc8df))
156* upgrade react-native-tab-view closes [#118](https://github.com/react-navigation/tabs/issues/118) ([c98f6f1](https://github.com/react-navigation/tabs/commit/c98f6f15ae40e3b94678982809bc5ab24c8f6270))
157* upgrade react-native-tab-view to 2.0 ([6486c4b](https://github.com/react-navigation/tabs/commit/6486c4b7dddf321470c357b85ab5d63dd8bcc511))
158* use resource saving view for scenes. fixes [#3](https://github.com/react-navigation/tabs/issues/3) ([b532943](https://github.com/react-navigation/tabs/commit/b532943549d73da420866e44df6e4b26995693e5))