Releases: callstackincubator/react-native-bottom-tabs
@bottom-tabs/react-navigation@0.7.6
Patch Changes
- #193
79311a5
Thanks @okwasniewski! - chore: setup provenance
@bottom-tabs/react-navigation@0.7.5
@bottom-tabs/react-navigation@0.7.5
v0.7.4
What's changed
4771cfd: feat: add support for testID
8a7add1: fix: properly set translucent prop on iOS
Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/react-native-bottom-tabs@0.7.3...react-native-bottom-tabs@0.7.4
v0.7.3
v0.7.2
What's Changed
- fix(android): Handle tabBarIcon sources by @okwasniewski in #175
- Fix a bug that active tab label shows with inactive color by @honcon in #174
- fix: measure available space for views on iOS by @okwasniewski in #170
- fix(docs): wrong default value for labeled prop by @Nodonisko in #177
- feat: macos support by @okwasniewski in #63
New Contributors
- @honcon made their first contribution in #174
- @Nodonisko made their first contribution in #177
Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/react-native-bottom-tabs@0.7.1...react-native-bottom-tabs@0.7.2
v0.7.1
What's Changed
- fix(ios): correctly handle active items for scroll edge transparent by @okwasniewski in #166
- feat: add README to packages by @okwasniewski in #167
Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/react-native-bottom-tabs@0.7.0...react-native-bottom-tabs@0.7.1
v0.7.0
What's Changed
- feat: add changesets by @okwasniewski in #155
- fix: remove tab bar icon workaround by @okwasniewski in #157
- feat: implement useBottomTabBarHeight by @okwasniewski in #158
- Feat/react navigation v7 by @okwasniewski in #159
- Fix/change haptic feedback by @okwasniewski in #163
Warning
This release drops support for React Navigation v6, if you want to still use React Navigation v6 make sure to stay on @bottom-tabs/react-navigation@0.6.0
. The main package can still be updated to receive future updates.
Note
hapticFeedbackEnabled
is now set to false
by default.
Full Changelog: https://github.com/okwasniewski/react-native-bottom-tabs/compare/v0.6.0...react-native-bottom-tabs@0.7.0
v0.6.0
What's Changed
- feat: add issue templates by @okwasniewski in #146
- feat: migrate to monorepo by @okwasniewski in #147
- feat: add expo example by @okwasniewski in #148
- fix: remove unused image loader by @okwasniewski in #151
- feat: ✨ introduce separate package for navigation integration by @okwasniewski in #152
- docs: document new package by @okwasniewski in #153
Warning
This release contains a breaking change!
You need to change your import from:
import { createNativeBottomTabNavigator } from 'react-native-bottom-tabs/react-navigation';
to:
import { createNativeBottomTabNavigator } from '@bottom-tabs/react-navigation';
Make sure to also install the new integration package:
yarn add @bottom-tabs/react-navigation
Note: This is also the last release to support React Navigation v6, starting from 0.7.0 the @bottom-tabs/react-navigation
will only support React Navigation v7 but users wanting support for React Navigation v6 can still use 0.6.0
Full Changelog: v0.5.2...v0.6.0
Release 0.5.2
What's Changed
- Fix ios build on old xcode by @juliesaia-vendora in #144
- Fix compatibility issues with Expo Image by @okwasniewski in #145
New Contributors
- @juliesaia-vendora made their first contribution in #144
Full Changelog: v0.5.1...v0.5.2
Release 0.5.1
What's Changed
- fix jsdoc of disablePageAnimations by @jnsdrssn in #139
- fix: bump SDWebImage by @okwasniewski in #142
- fix: tvOS compile error and appearance by @douglowder in #140
New Contributors
Full Changelog: v0.5.0...v0.5.1