Skip to content

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

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

v1.4.0

17 Apr 16:40
Compare
Choose a tag to compare

feat: add SegmentedControl for android (#65) by @Naturalclar
docs: add screenshot of android implementation (#66) by @Naturalclar
feat: add web support (#67) by @Naturalclar
docs: Add screenshot for web (#68) by @Naturalclar

v1.3.0

17 Apr 06:55
Compare
Choose a tag to compare

v1.2.1

12 Mar 16:05
Compare
Choose a tag to compare
  • fix: Add activeTextColor to d.ts #54
  • chore: use ColorValue for color props #53
  • chore: update some devDependencies #55