Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: colbymillerdev/react-native-progress-steps

v2.0.3

15 Feb 19:22
@colbymillerdev colbymillerdev

Choose a tag to compare

🐛 Bugs Fixed

  • Fixed README to replace outdated links to open source and PR contribution guides
Assets 2
Loading
kingslytshepiso reacted with thumbs up emoji
1 person reacted

v2.0.2

14 Feb 15:26
@colbymillerdev colbymillerdev

Choose a tag to compare

🐛 Bugs Fixed

  • Fixed README documentation to be more accurate
Loading

v2.0.1

14 Feb 08:23
@colbymillerdev colbymillerdev

Choose a tag to compare

🐛 Bugs Fixed

  • Moved icon library (lucide) to a peer dependency
Loading

v2.0.0

14 Feb 07:04
@colbymillerdev colbymillerdev

Choose a tag to compare

🚀 New Features

  • 🎯 Full TypeScript Support - Complete type definitions for an enhanced development experience
  • 🔄 Modern Component Architecture - Refactored to use functional components and React hooks
  • 🎨 Major UI/UX Improvements
    • Enhanced responsiveness and layout
    • Modernized styling with new step icons, default colors, and button design
    • Improved performance
    • Better readability
  • 💫 Smooth Step Transitions - Added subtle animations when changing between steps
  • 🛠️ Enhanced Customization - Streamlined props with new customization options and removal of legacy features
  • ⛔️ Breaking Changes - Some props have been removed and renamed. See the Migration Guide for more details.
Loading
ddikodroid and IDGS-802-21000151 reacted with rocket emoji
2 people reacted

v1.3.4

01 Jul 03:19
@colbymillerdev colbymillerdev

Choose a tag to compare

🚀 New Features

  • Adds a labelFontSize prop to the ProgressStep component. This sets the font size for all of the step icon labels. The default size is 14.
  • Adds a activeLabelFontSize prop to the ProgressStep component. This is an optional prop that sets the font size for the active step icon label. It will override the current labelFontSize only for the active step.
Loading

v1.3.3

30 May 02:26
@colbymillerdev colbymillerdev

Choose a tag to compare

🚀 New Features

  • Adds a scrollable prop to the ProgressStep component. When set to false, the ProgressStep will use a View instead of a ScrollView internally (#50)
Loading

v1.3.2

18 May 00:44
@colbymillerdev colbymillerdev

Choose a tag to compare

🔒 Security

  • Bumps lodash version to fix security vulnerability (#17)
Loading

v1.3.1

18 May 00:42
@colbymillerdev colbymillerdev

Choose a tag to compare

🚀 New Features

  • Adds the functionality to adjust the topOffset and marginBottom style props of the ProgressSteps component (#42)
  • No longer makes the label prop required for the StepIcon component (#42)
Loading

v1.3.0

11 Apr 04:36
@colbymillerdev colbymillerdev

Choose a tag to compare

🚀 New Features

  • Bottom button row can now be removed/hidden using the new removeBtnRow prop on each desired <ProgressStep /> component (#38).
  • Current step can be changed without needing to click the previous/next buttons by updating and managing the activeStep prop on the <ProgressSteps /> component (#38).
  • isComplete prop has been added to the <ProgressSteps /> component to mark all steps as completed (#38).
  • completedLabelColor props has been added to the <ProgressSteps /> component to change the label color of a completed step (#38).

🐛 Bugs Fixed

  • Fixes issue where the activeStep could be set higher than the total number of steps.
  • Fixes issue where the border width changed from the original default value.
Loading

v1.2.9

14 Mar 04:19
@colbymillerdev colbymillerdev

Choose a tag to compare

🐛 Bugs Fixed

  • Fixes bug causing an undefined element error when trying to press the previous button on the first step (#29).
Loading

AltStyle によって変換されたページ (->オリジナル) /