Skip to content

Releases: Juanpe/SkeletonView

📦 1.20.0

28 Jun 15:47
220fc40
Compare
Choose a tag to compare

🔬Improvements

  • #417: Fixed bg color warning in UITableViewHeaderFooterView - @Juanpe

📦 1.19.0

24 Jun 06:21
9fccaf4
Compare
Choose a tag to compare

🙌 New

📦 1.18.0

22 Jun 10:58
12e5688
Compare
Choose a tag to compare

🔬Improvements

  • #410: Improved the algorithm that calculates the number of skeleton lines for UITextViews - @Juanpe

🙌 New

  • #411: Delay the presentation of the skeletons - @Juanpe

📦 1.17.2

11 Jun 20:24
6f78f5c
Compare
Choose a tag to compare

🩹 Bug fixes

  • #409: Replace SkeletonCollectionDataSource.automaticNumberOfRows with UITableView.automaticNumberOfSkeletonRows and UICollectionView.automaticNumberOfSkeletonItems - @rlziii
  • #406: fix bug remove constraints wrongly - @Juanpe

📦 1.17.1

10 Jun 17:36
f1e61aa
Compare
Choose a tag to compare

🩹 Bug fixes

  • #404: fix typo isUserInteractionDisabledWhenSkeletonIsActive - @Juanpe

📦 1.17.0

10 Jun 17:23
Compare
Choose a tag to compare

🙌 New

  • Create isUserInteractionDisabledWhenSkeletonIsActive property - @Juanpe

🔬Improvements

  • #401: Add SkeletonCollectionDataSource.automaticNumberOfRows Constant - @rlziii

🩹 Bug fixes

  • #402: Fix TableViewCell skeleton not being removed & automaticNumberOfRows reference - @harrisonsj

📦 1.16.0

31 May 15:09
74b5172
Compare
Choose a tag to compare

🔬Improvements

🩹 Bug fixes

📦 1.15.0

13 Apr 06:49
36668f4
Compare
Choose a tag to compare

🔬Improvements

🩹 Bug fixes

📦 1.14.0

08 Apr 10:03
61a6efb
Compare
Choose a tag to compare

🔬Improvements

  • #380: Add workaround to simulate the content of labels contained in a stack view. - @Juanpe

📦 1.13.0

15 Feb 14:23
32ab6d3
Compare
Choose a tag to compare

🔬Improvements

  • #376: Deprecation warning fix for AssociatedObjects protocol from class to AnyObject - @brunnerjosh