Skip to content

Releases: Juanpe/SkeletonView

LayoutSkeleton (1.8.1)

26 Aug 21:03
Compare
Choose a tag to compare

New

  • Swizzle layoutSubviews method.

Improvements

  • Fix completion call in .none transition style while hiding skeletons. (thanks @aadudyrev)
  • Swift format.

Bug fixes

  • Update layout subviews when the original method is called.

Transition (1.8)

25 Aug 09:09
Compare
Choose a tag to compare

New

  • Adding swift news to mentioned section (thanks @osterbergmarcus).
  • Create SkeletonTransitionStyle. Now, you can animate transition when you show or hide skeletons. (thanks @pontusjacobsson)

Improvements

  • Refactor some methods.

Bug fixes

  • Solved issues.
    #175 Swift Package Manager version format

Layout update (1.7)

02 Jul 08:45
d665d01
Compare
Choose a tag to compare

New

  • Allow updating skeleton layout to recalculate skeleton bounds: layoutSkeletonIfNeeded. See the examples to know how to use it. (thanks @eduardbosch)
  • Readme translated to 🇰🇷 (thanks @techinpark)
  • Enabled support for skeletonable UICollectionReusableVIew. (thanks @guidev)

Improvements

  • Allow updating skeleton layers without recreating them: updateSkeleton, updateGradientSkeleton, updateAnimatedSkeleton, updateAnimatedGradientSkeleton. (thanks @eduardbosch)

SPM(1.6)

04 Jun 17:22
Compare
Choose a tag to compare

New

  • Now, SkeletonView is Swift Package Manager compatible.

Transparent (1.4.2)

26 Feb 17:02
Compare
Choose a tag to compare

Improvements

  • Code quality
  • User Bitrise
  • Some minor fixes

1.4.1

11 Dec 08:24
Compare
Choose a tag to compare
feat: Bump cocoapod version

Debug (1.4)

10 Aug 15:44
Compare
Choose a tag to compare

New

  • Create skeletonDescription print a skeleton representation of the view.
  • Create SKELETON_DEBUG environment variable, in order to print the view hierarchy when the skeleton appears.

Improvements

  • Add two new methods to SkeletonFlowDelegate protocol. Now you can know when the skeleton did show and when it did hide.
  • Recursive protocol

Bug fixes

Custom defaults (1.3)

02 Aug 15:46
Compare
Choose a tag to compare

New

  • Default values customizables. Now you can set the default values of Skeleton appearance.(thanks @reececomo)

Bug fixes

  • Solved issue #41. Now, Skeleton works if UICollectionView cell's Nib is registered in code. (thanks @kjoneandrei)

Typo (1.2.3)

25 Jul 06:55
Compare
Choose a tag to compare

Fixes

  • Fix typo in SkeletonTableViewDataSource protocol. (thanks @giantramen)

Improvements

  • Now it takes in account the UIStackView to calculate the SkeletonLayer bounds (thanks @giantramen)

New face (1.2.2)

24 Jul 06:35
Compare
Choose a tag to compare

New

  • Rebranding

Bug fixes