Juanpe
30c92f0992
Bump version 1.31.0
2024-04-18 11:15:17 +00:00
Sean Najera
2f5274827d
remove trailing comma in Package.swift ( #557 )
...
Fixes a syntax error, which is preventing SkeletonView from being added as a dependency in client projects
1.31.0
2024-04-18 13:14:51 +02:00
Juanpe Catalán
5699404ce2
Update SkeletonView.podspec
2024-01-15 10:41:52 +01:00
Juanpe Catalán
3d7ff3b255
Update release.yml
2024-01-15 10:35:50 +01:00
Juanpe Catalán
52cce6ea55
Update CD.yml
2024-01-15 10:30:38 +01:00
Dmitry Kuleshov
3269c97f42
Add PrivacyInfo manifest file ( #552 )
...
* Add PrivacyInfo manifest file
* Update package file
2024-01-15 10:21:29 +01:00
Juanpe
0f5eaf82e8
Bump version 1.30.4
2022-10-20 11:01:43 +00:00
André Pacheco Neves
739a4f5d78
Fix skeletons interfering with attributed strings in text-based views ( #520 )
...
When enabling skeleton mode in a text-based view (`UILabel`,
`UITextView`, `UITextField`), it sets the `textColor` to `.clear`,
which is fine when `text` is used, but causes problems when
`attributedText` is used, as it effectively "resets" the string to have
a single color.
Additionally, when a `UILabel` is nested inside a `UIStackView` a
dummy string `" "` was set on the label's `text` so that it didn't have
a 0 height content size. However, this workaround didn't consider the
case where the label already had a non-empty text, meaning that this
(intrusive) `text = " "` broke existing code by clearing the label's
contents.
By improving the corresponding `RecoverableXState` structs, we are able
to preserve each element's contents and state as skeleton is disabled.
Fixes #518 .
## Changes
- Create new `RecoverableLabelState` containing a `attributedText` and
`text`, and use it on `UILabel`.
- Update `RecoverableTextViewState` and `RecoverableTextFieldState` to
have a `attributedText`.
- Check if `UILabel`'s `text` is empty before setting dummy value when
enabling skeleton mode in a label nested inside a `UIStackView`.
1.30.4
2022-10-20 12:59:00 +02:00
Sebastian Nicklas
0058d510a9
The translation was written in an overly polite tone, which sounded kind ( #519 )
...
of strange in the context of library documentation.
Co-authored-by: Sebastian Nicklas <sebastian@iconicfinance.io >
2022-10-20 12:55:18 +02:00
Lucas Zischka
6a51bc8cc0
Add German translation ( #515 )
...
* Setup german translation file
- Create copy of english readme
- Link to it as German translation
* Translate header
* Translate Features
* Translate Installation
* Whoops i translated in the wrong file, switch them out
* Translate Usage
* Translate Collections
* Translate Texts
* Translate Appearance
* Better translation for Solid
* Even better translation for Solid
* Translate Custom colors
* Add back german translation link to readme
got lost in commit d6726af
* Translate Animations
* Fix linking
* Fix code formating
* Another code formatting fix
* Fix Asset linking
* Translate Transitions
* Translate Miscellaneous
* Translate the rest
2022-10-04 10:16:34 +02:00
Juanpe
b6b0fc894c
Bump version 1.30.3
2022-09-29 09:09:01 +00:00
Michał Zaborowski
cb4d48d603
Update lifecycle handlers ( #514 )
1.30.3
2022-09-28 17:34:42 +02:00
Juanpe
6604aae989
Bump version 1.30.2
2022-09-05 07:27:37 +00:00
Alexander
ca7d2edcee
Fix "complementaryColor" color isn't changed after updating the application theme ( #496 )
1.30.2
2022-09-05 09:26:20 +02:00
Juanpe Catalán
3688549eb8
Update Stale action
2022-08-29 08:48:23 +02:00
Juanpe Catalán
f27a4f69ff
Create needs-attention.yml
2022-08-29 08:40:38 +02:00
Juanpe
2ac515b97e
Bump version 1.30.1
2022-08-16 08:36:34 +00:00
Tom Cheung
969f068480
Bugfix/tableview insetgrouped ( #494 )
...
* Fixed TableView skeleton cannot hide if style is insetGrouped
* Fixed show skeleton button not visible
* Update the fix base on PR comments
1.30.1
2022-08-16 10:35:13 +02:00
Juanpe Catalán
fbc2e6f8d2
Update README.md
2022-08-11 21:00:45 +02:00
Juanpe Catalán
8be6c81729
Revert changes in the Package file
2022-08-11 20:16:10 +02:00
Juanpe Catalán
87c4706be8
Testing XCFramework
2022-08-11 20:13:19 +02:00
Juanpe
b4d6dc2602
Bump version 1.30.0
2022-08-11 16:33:23 +00:00
Carlos Enumo
f859d197f3
Add prepareViewForSkeleton to SkeletonCollectionViewDataSource ( #505 )
1.30.0
2022-08-11 18:32:08 +02:00
Juanpe
3a11e233c7
Bump version 1.29.4
2022-08-11 16:15:54 +00:00
dependabot[bot]
ddd4fdbb1f
Bump tzinfo from 1.2.5 to 1.2.10 ( #507 )
...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo ) from 1.2.5 to 1.2.10.
- [Release notes](https://github.com/tzinfo/tzinfo/releases )
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md )
- [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.5...v1.2.10 )
---
updated-dependencies:
- dependency-name: tzinfo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.29.4
2022-08-11 18:14:28 +02:00
Juanpe Catalán
00394e0b9f
Add Swift Package Index badge for platforms
2022-06-01 08:35:50 +02:00
Juanpe
daea88df8f
Bump version 1.29.3
2022-06-01 06:32:58 +00:00
dependabot[bot]
b640c1d8ee
Bump cocoapods-downloader from 1.2.2 to 1.6.3 ( #497 )
...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader ) from 1.2.2 to 1.6.3.
- [Release notes](https://github.com/CocoaPods/cocoapods-downloader/releases )
- [Changelog](https://github.com/CocoaPods/cocoapods-downloader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/CocoaPods/cocoapods-downloader/compare/1.2.2...1.6.3 )
---
updated-dependencies:
- dependency-name: cocoapods-downloader
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.29.3
2022-06-01 08:31:25 +02:00
Juanpe
2eaf72ed0e
Bump version 1.29.2
2022-01-18 14:21:59 +00:00
Juanpe Catalán
9e61ff3a85
Fix crash when text is empty ( #483 )
1.29.2
2022-01-18 15:20:32 +01:00
Juanpe Catalán
204b871f17
Update CD.yml
2022-01-18 14:56:28 +01:00
Juanpe Catalán
ecb41f1885
Update stale.yml
2022-01-15 10:17:58 +01:00
Juanpe
dffbd8cbfd
Bump version 1.29.1
2022-01-10 15:33:01 +00:00
Juanpe Catalán
458e5fc29b
Fix animation when the transition is .none ( #481 )
1.29.1
2022-01-10 16:32:00 +01:00
Juanpe
a6f335df01
Bump version 1.29.0
2022-01-10 10:24:35 +00:00
Juanpe Catalán
106692fbfb
Create new `SkeletonGradient constructor ( #480 )
1.29.0
2022-01-10 11:23:07 +01:00
Juanpe Catalán
cb4dcfd07a
Update CD.yml
2022-01-10 11:11:19 +01:00
Juanpe
419172104d
Bump version 1.28.0
2022-01-10 10:09:04 +00:00
Juanpe Catalán
b40a771510
Improved number of lines calculation ( #479 )
...
* Create SkeletonTextNumberOfLines
* Update README format
1.28.0
2022-01-10 11:07:31 +01:00
Juanpe Catalán
73b137cda6
Update CD.yml
2022-01-10 11:07:16 +01:00
Juanpe
add7401058
Bump version 1.27.0
2022-01-08 12:40:21 +00:00
Tom Cheung
947e2a63c2
Add skeletonCornerRadius in SkeletonAppearance ( #478 )
...
* Add skeletonCornerRadius in SkeletonAppearance
* Remove unnecessary type casting
1.27.0
2022-01-08 13:39:03 +01:00
Juanpe Catalán
c5462de1db
Update CD.yml
2022-01-08 11:25:33 +01:00
Juanpe
00b5d614b6
Bump version 1.26.2
2022-01-08 10:22:27 +00:00
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