Releases: react-native-segmented-control/segmented-control
v2.2.2
v2.2.0
fix: Xcode 12 compatibility (#122) by @radko93
chore: setup github action (#128) by @Naturalclar
feat: Add dark mode on web and android + match iOS style (#124) by @andresain123
v2.1.2
v2.1.1
docs: Update README.md (#106) by @Naturalclar
chore: update example to RN 0.63 (#110) by @Naturalclar
fix: Fix spacing issue on android (#114) by @thomaschaaf
chore: bump @expo/webpack-config (#117) by @Naturalclar
v2.1.0
feat: Add support for images (#101) by @andresain123
chore: unify package.json (#100) by @Naturalclar
Update README.md (#103) by @Naturalclar
chore: update example (#104) by @Naturalclar
v2.0.1
fix: [iOS] fix activeFontStyle prop being override by fontStyle (#96) by @kesha-antonov
docs: add props detail for fontStyles (#91) by @Naturalclar
chore: update lint config (#97) by @Naturalclar
chore: update dependencies (#98) by @Naturalclar
v2.0.0
- BREAKING CHANGE: add activeFontStyle prop and remove textColor, activeTextColor props (#88)
- feat: Adds fontFamily support on iOS (#87)
- chore: update devDependencies for security (#89)
Breaking Change
-
fontSize
,textColor
andactiveTextColor
props were removed -
fontStyle
andactiveFontStyle
were added, which takescolor
,fontSize
,fontFamily
attribute
v1.6.1
#81 fix: ios: Not selected tab gets bold face when setting fontSize by @gabriprat
#83 fix: allow combining attributes by @Naturalclar
v1.6.0
#78 chore: apply style to match iOS 13 Segmented Control by @Naturalclar
#77 feat: Animate segment selection on Android by @magicismight
1.5.0
- feat: allow changing fontSize (#72) by @Naturalclar