Skip to content

Releases: react-native-segmented-control/segmented-control

v2.2.2

15 Dec 15:11
Compare
Choose a tag to compare

chore: update peerDependency version (#142)
style: TypeScript declaration fixes (#144)

v2.2.0

17 Oct 01:51
Compare
Choose a tag to compare

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

16 Sep 01:12
Compare
Choose a tag to compare

fix: Fix Animation Active segment width in RTL (#121) by @anastely

v2.1.1

08 Aug 12:04
Compare
Choose a tag to compare

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

04 Jul 06:04
Compare
Choose a tag to compare

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

17 Jun 14:00
Compare
Choose a tag to compare

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

30 May 15:02
Compare
Choose a tag to compare
  • 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 and activeTextColor props were removed

  • fontStyle and activeFontStyle were added, which takes color, fontSize, fontFamily attribute

v1.6.1

10 May 04:42
Compare
Choose a tag to compare

#81 fix: ios: Not selected tab gets bold face when setting fontSize by @gabriprat
#83 fix: allow combining attributes by @Naturalclar

v1.6.0

07 May 10:35
Compare
Choose a tag to compare

#78 chore: apply style to match iOS 13 Segmented Control by @Naturalclar
#77 feat: Animate segment selection on Android by @magicismight

1.5.0

29 Apr 14:21
Compare
Choose a tag to compare