Nick Thompson
8ba48071de
Fix last line text alignment when using padding insets ( #477 )
1.26.2
2022-01-08 11:20:59 +01:00
Jackson
a0980380f2
Add ExampleViewController for programatically creating ViewController ( #475 )
...
* Add ExampleViewController for programatically creating view
* Update UITextViewByCodeViewController
2022-01-07 17:05:02 +01:00
Juanpe Catalán
dd80fabeea
Rename pod_trunk to pod_trunk.yml
2022-01-07 17:04:21 +01:00
Juanpe Catalán
d89a70052c
Create pod trunk workflow
2022-01-07 17:03:43 +01:00
Juanpe
cd12c64e18
Bump version 1.26.1
2022-01-07 15:56:40 +00:00
Juanpe Catalán
2edd715a87
Fix skeleton flow notifications triggered multiple times ( #476 )
...
* Fix notification names
* Fix problem with multiple notifications
1.26.1
2022-01-07 16:55:19 +01:00
Juanpe
f3cc8f0aba
Bump version 1.26.0
2021-11-23 10:41:10 +00:00
Juanpe Catalán
a9c22f502a
Improve multiline height calculation ( #466 )
...
* update line height logic
* update property name
* update README
* update README
* Update README.md
* fix typo
1.26.0
2021-11-23 11:25:59 +01:00
Juanpe
ee17db61c6
Bump version 1.25.2
2021-10-21 14:49:00 +00:00
Sharma Elanthiraiyan
ff1a7e299b
Vertically center align UILabel's skeleton. ( #456 )
...
- Introduce `shouldCenterTextVertically` in `SkeletonTextNode` to center align UILabels and keep UITextViews unaltered.
- Shift down CALayers after assigning frames in `updateMultilinesLayers` function in `CALayer+Extensions.swift`
1.25.2
2021-10-21 16:47:42 +02:00
Juanpe Catalán
4994907234
Update README.md
2021-10-20 09:39:41 +02:00
Juanpe
17fb1b9950
Bump version 1.25.1
2021-09-14 05:58:22 +00:00
Juanpe Catalán
138dc8bf82
Update CD.yml
1.25.1
2021-09-14 07:55:33 +02:00
Juanpe Catalán
0b308f5ef5
Update release.yml
2021-09-14 07:52:13 +02:00
Sharma Elanthiraiyan
af94b7e30b
Global setter for useFontLineHeight ( #454 )
...
- Add useFontLineHeight to SkeletonViewAppearance.
- Update README file to include useFontLineHeight under SkeletonAppearance.
2021-09-14 07:14:50 +02:00
Juanpe
14c138ec3e
Bump version 1.25.0
2021-09-09 07:46:08 +00:00
Sharma Elanthiraiyan
2691572392
Apply lastLineFillPercent for single line views as well. ( #449 )
...
* Apply lastLineFillPercent for single line views as well.
Fixes #430
* Update readme to include single_lastline.png
* Remove singleline_lastline.png asset added to demo last line in single line views.
* Simplify lastLineFillPercent related update in readme file.
* Fix grammar in readme.
1.25.0
2021-09-09 09:39:26 +02:00
Juanpe
1b9586e2d7
Bump version 1.24.4
2021-08-23 12:00:05 +00:00
Juanpe Catalán
a819e69cee
make skeletonPaddingInsets public again ( #446 )
1.24.4
2021-08-23 13:58:33 +02:00
Juanpe
88cd082d8e
Bump version 1.24.3
2021-08-23 10:36:24 +00:00
Juanpe Catalán
1ab26cd869
Merge branch 'main' of https://github.com/Juanpe/SkeletonView
1.24.3
2021-08-23 12:29:16 +02:00
Juanpe Catalán
8e369c9df2
fix build fails
2021-08-23 12:29:01 +02:00
Juanpe
5fc720d3ab
Bump version 1.24.2
2021-08-23 10:24:52 +00:00
Juanpe Catalán
34ce9365f6
Update main.yml
1.24.1
1.24.2
2021-08-23 12:22:06 +02:00
Juanpe Catalán
3708c0da7f
Improve debug description and create SkeletonExtensions ( #444 )
...
* create sk extension and improve debug
* update README
* fix readme
* Update README.md
* include SkeletonTreeNode
2021-08-23 12:20:47 +02:00
Juanpe
9103c14cc5
Bump version 1.24.0
2021-08-19 15:48:14 +00:00
Juanpe Catalán
5ce17f7a40
Add new property useFontLineHeight to disable the auto-adjustment ( #443 )
1.24.0
2021-08-19 17:46:59 +02:00
Juanpe
dfc2d60daa
Bump version 1.23.1
2021-08-19 12:48:19 +00:00
Juanpe Catalán
d8436f79f6
Codebase refactor ( #442 )
...
* files reorganization (#432 )
* fix podspec
* only include swift files
* Fix broken readme paths (#433 )
* update links
* fix french link
* split skeleton debug to public and internal methods (#434 )
* Add build phase to execute SwiftLint (#435 )
* update tvOS tests
* Refactor Extensions folder (#436 )
* Reorganize SkeletonAppearance (#437 )
* reorganize helpers and builders folders (#438 )
* Refactor flow and multilines (#439 )
* Reorganize collections folder (#440 )
* reorganize collections folder
* update podspec
* Refactor SkeletonView facade (#441 )
* reorganize collections folder
* update podspec
* refactor skeletonview facade
* fix conflict
* update iOS example
* fix github workflows
* update tvOS example project build settings
1.23.1
2021-08-19 14:45:33 +02:00
Juanpe
35db69e513
Bump version 1.23.0
2021-08-19 06:15:26 +00:00
ankitagarwal007
6b5002b9a7
Use fontLine for skeleton in labels ( #427 )
...
Co-authored-by: Ankit Agarwal <ankit.agarwal@naukri.com >
1.23.0
2021-08-19 08:04:01 +02:00
Juanpe
2d9f3192d3
Bump version 1.22.0
2021-08-17 17:08:39 +00:00
Sofia Silva
ae44d9f07a
Align last line of skeleton view according to text alignment ( #431 )
...
* feature: align last line of skeleton view according to text alignment
* code review changes
1.22.0
2021-08-17 19:03:13 +02:00
Juanpe Catalán
25c47d3029
update file header
2021-08-02 19:10:46 +02:00
Juanpe
11c90283ff
Bump version 1.21.2
2021-07-23 13:54:10 +00:00
Juanpe Catalán
49fafccd3f
set status off before the transition is finished ( #423 )
1.21.2
2021-07-23 15:52:52 +02:00
Juanpe
1f70ee4573
Bump version 1.21.1
2021-07-13 11:51:26 +00:00
dependabot[bot]
d13369a0dd
Bump addressable from 2.6.0 to 2.8.0 ( #420 )
...
Bumps [addressable](https://github.com/sporkmonger/addressable ) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases )
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.6.0...addressable-2.8.0 )
---
updated-dependencies:
- dependency-name: addressable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.21.1
2021-07-13 13:50:06 +02:00
Juanpe Catalán
35d63041d2
Update README.md
2021-07-05 20:01:41 +02:00
Juanpe
4514b509cc
Bump version 1.21.0
2021-07-02 14:10:57 +00:00
Guglielmo Faglioni
795fd7d0f1
Fallback to non-skeleton Header ( #416 )
...
Sometimes my collectionview's header doesn't need to be 'skeletoned' while the content does.
When collectionSkeletonView(_ skeletonView: UICollectionView, supplementaryViewIdentifierOfKind: String, at indexPath: IndexPath) -> ReusableCellIdentifier? returns nil, it's best if we fallback to the non-skeleton header.
1.21.0
2021-07-02 16:05:16 +02:00
Juanpe Catalán
6cc6f5aa80
Update README.md
2021-06-29 11:08:52 +02:00
Juanpe Catalán
3ecc3c3b39
Update README.md
2021-06-29 11:06:05 +02:00
Juanpe Catalán
511535921f
Update README.md
2021-06-29 11:05:20 +02:00
Juanpe
a6d1ae0b95
Bump version 1.20.0
2021-06-28 15:47:21 +00:00
Juanpe Catalán
220fc4016d
Fixed background color warning in UITableViewHeaderFooterView ( #417 )
1.20.0
2021-06-28 17:45:59 +02:00
Juanpe Catalán
ee94dd8aec
Update README.md
2021-06-24 16:00:38 +02:00
Juanpe Catalán
be2aa4f4ab
create CD workflow
2021-06-24 13:26:25 +02:00
Juanpe
55f16d9d51
Bump version 1.19.0
2021-06-24 06:21:47 +00:00
Nemanja Markicevic
9fccaf4fbd
Add prepareCellForSkeleton for UITableView and UICollectionView ( #415 )
...
* Add prepareCellForSkeleton for UITableView and UICollectionView
* Update README to add collectionSkeletonView(_ skeletonView: UICollectionView, prepareCellForSkeleton cell: UICollectionViewCell, at indexPath: IndexPath)
* Update README.md
Co-authored-by: Juanpe Catalán <juanpecm@gmail.com >
1.19.0
2021-06-24 08:09:36 +02:00