Releases: hyperconnect/HypeUI
Releases · hyperconnect/HypeUI
0.3.0
🥳 What's Changed
- Exclude AppCode project files not to sync in git(.gitignore) in #3 by @sangkwon
- Support LinearGradient in #4 by @cruisediary
- Add New Modifiers in #5 by @cruisediary
New Feature
UnitPoint
Gradient
Gradient.Stop
GradientView
LinearGradient
Alignment
AlignmentView
View Modifier
overlay
background
ScrollViewView Modifier
bounces
isPagingEnabled
isScrollEnabled
New Contributor
Full ChangeLog: 0.2.0...0.3.0
0.2.0
⛳️ What's Changed
New Feature
ViewBuildable
- Add
ViewBuildable
protocol in #1
Stack Modifier
distribution
View Modifier
masksTobounds
accessibilityIdentifier
Text
String?
initializer
Image
UIImage?
initializer
Full ChangeLog: 0.1.0...0.2.0
0.1.0
🌺 First Release
Supported Features
Supported Features | |
---|---|
HStack | ✅ |
VStack | ✅ |
ZStack | ✅ |
Button | ✅ |
Text | ✅ |
Image | ✅ |
ScrollView | ✅ |
Behavior | ✅ |
Spacer | ✅ |
View Modifier | ✅ |
Text Modifier | ✅ |
View Modifier
name | Description |
---|---|
setHContentHugging | Sets the priority with which a view resists being made larger than its intrinsic size. |
setVContentHugging | Sets the priority with which a view resists being made larger than its intrinsic size. |
setHContentCompressionResistance | Sets the priority with which a view resists being made smaller than its intrinsic size. |
setVContentCompressionResistance | Sets the priority with which a view resists being made smaller than its intrinsic size. |
makeRatio | Modify the ratio of the size of the view. |
cornerRadius | Modify corner radius. |
border | Modify border style. |
background | Modifiy background color. |
makeContentMode | Modify content mode. |
frame | Positions this view within an invisible frame with the specified size. |
padding | Adds an equal padding amount to specific edges of this view. |
allowsHitTesting | Configures whether this view participates in hit test operations. |
Text Modifier
name | Description |
---|---|
font | Modify text font. |
foregroundColor | Modify foreground color. |
textAligned | Modify text alignment |
lineLimit | The maximum number of lines that text can occupy in a view. |
lineBreakMode | Modify line break mode. |
adjustFontSize | Modify adjustsfontsize to fit width |
minimumScaleFactor | Modify minimum scale factor. |