Releases: Juanpe/SkeletonView
Releases · Juanpe/SkeletonView
LayoutSkeleton (1.8.1)
New
- Swizzle
layoutSubviews
method.
Improvements
- Fix completion call in .none transition style while hiding skeletons. (thanks @aadudyrev)
- Swift format.
Bug fixes
Transition (1.8)
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)
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)
Transparent (1.4.2)
Improvements
- Code quality
- User Bitrise
- Some minor fixes
1.4.1
Debug (1.4)
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
- Solved issue #86 (thanks @reececomo)
Custom defaults (1.3)
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)
Fixes
- Fix typo in
SkeletonTableViewDataSource
protocol. (thanks @giantramen)
Improvements
- Now it takes in account the
UIStackView
to calculate theSkeletonLayer
bounds (thanks @giantramen)