All Versions
23
Latest Version
Avg Release Cycle
141 days
Latest Release
1974 days ago

Changelog History
Page 2

  • v3.6.0 Changes

    • 🏗 [ADD] IBDesignable/IBInspectable macros to work with interface builder more easily
    • [ADD] progressBarInset property to determines the inset between the track and the track for the rounded progress bar type
    • ✅ [ADD] Test project
    • 🗄 [FIX] Cleaning deprecated apis
    • ⚡️ [FIX] Text not updating sometimes
  • v3.5.2 Changes

    • ⚡️ [UPDATE] Label display behavior
  • v3.5.1 Changes

    • [FIX] Minor glitches with the gloss display
  • v3.5.0 Changes

    • [ADD] The hideTrack property to display/hide the background of the progress bar
    • [FIX] The hideGloss property now affects the inner gloss
  • v3.4.0 Changes

    • [ADD] stripesDelta property to customise the distance between the top and the bottom point
  • v3.3.0 Changes

    • 🚚 [ADD] stripesDirection property to change the stripes direction of their movement
    • ⚡️ [ADD] stripesAnimationVelocity property to update the velocity of the stripe animation
  • v3.2.0 Changes

    • [ADD] hideGloss property to manage the display of the gloss effect
  • v3.1.1 Changes

    • [FIX] Stop the stripes animation when hidden #13
  • v3.1.0 Changes

    • [FIX] Gloss effect on the stripes
    • [ADD] indicatorTextLabel property to display the value inside the progress
    • [ADD] indicatorTextDisplayMode property to change the indicator text display
    • [ADD] type property to display the progress as flat or rounded
    • [FIX] setProgress:Animated: not animated
  • v3.0.0 Changes

    • ⚡️ [UPDATE] Makes the YLProgressBar inherits from UIView instead of UIProgressView to work with iOS7
    • 🚚 [ADD] hideStripes property to remove the stripes
    • [ADD] stripesColor property to change the stripes color
    • [ADD] behavior property to define the behaviour of the progress bar in certain case.
    • [ADD] progressTintColors property to define a gradient of colours
    • [ADD] setProgress:animated: method
    • [ADD] YLProgressBarStripesOrientationVertical orientation
    • ⚡️ [UPDATE] progressStripeAnimated property => stripesAnimated
    • ⚡️ [UPDATE] progressStripeOrientation property => stripesOrientation
    • ⚡️ [UPDATE] progressStripeWidth property => stripesWidth