All Versions
16
Latest Version
Avg Release Cycle
4 days
Latest Release
1403 days ago

Changelog History
Page 1

  • v1.5.2 Changes

    June 15, 2020
    1. Dynamic space calculation between the steps in Vertical Stepper View using .autoSpacing(true) โšก๏ธ 2. Readme updates for the usage and example is provided in https://github.com/badrinathvm/StepperView/blob/master/Example/StepperView/ExampleView6.swift#L50
  • v1.5.1 Changes

    June 07, 2020
    1. Feature for adding steps dynamically ( #52 )
    2. Example added for step dynamically (https://github.com/badrinathvm/StepperView/blob/master/Example/StepperView/ExampleView9.swift)
    3. Readme and Jazzy documents enhancements.
  • v1.5.0 Changes

    May 25, 2020

    Extended the option of animated circular step Indicators for every step.
    โšก๏ธ Jazzy docs updated for 1.5.0
    iOS and watchOS Github examples added

  • v1.4.1 Changes

    May 18, 2020

    ๐Ÿ›  1. Scrolling fixes for Pitstop , Added examples for both watchKit and iOS โšก๏ธ 2. Readme updates- Added table of Contents section.

    1. Refer More examples section for iPhone and WatchOS examples.
    2. Addition of screenshots for more examples.
  • v1.4.0 Changes

    May 10, 2020

    StepperView is now available for AppleWatch
    ๐Ÿ‘‰ Use-cases and example scenarios added for Apple watch

  • v1.3.1 Changes

    May 04, 2020

    ๐Ÿ‘Œ Support for Carthage
    ๐Ÿ“š Readme and Jazzy documentation on how to use via Carthage.

  • v1.3.0 Changes

    April 28, 2020
    1. Implementation of Pitstop feature for Vertical mode of step Indicator ๐Ÿ‘ 2. Support for CircledIconView for Step Indicator ๐Ÿ“š 3. Jazzy documentation with 100% documentation coverage for usability
    2. Readme enhancements and examples additions for usage
    3. Addition of new modifiers .addPitStops(_ steps: [PitStopStep])
  • v1.2.0 Changes

    April 19, 2020
    • โž• Adding new view Modifiers for StepperView
      • .addSteps(_ steps: [View])
      • .alignments(_ alignments: [StepperAlignment])
      • .indicatorTypes(_ indicators:[StepperIndicationType])
      • .lineOptions(_ options: StepperLineOptions)
      • .spacing(_ value: CGFloat)
      • .stepIndicatorMode(_ mode: StepperMode)
    • โœ… Unit test fixes
    • โž• Added new Supporting View for Indicators like NumberedCircleView
  • v1.1.4 Changes

    April 16, 2020

    ๐Ÿ‘Œ Support for Horizontal StepIndicator
    โž• Added a new parameter for StepIndicatorMode enum
    โž• Addition of Community templates like Pull request, Code of Conduct, Issues

  • v1.1.3 Changes

    April 14, 2020

    ๐Ÿ‘• 1. Configured github hook for SwiftLint โœ… 2. Snapshot Unit tests for Example Views ๐Ÿ‘• 3. Fixing Swift Lint violations. ๐Ÿ“ฆ 4. Uni tests for Swift Package Manager files.