Releases: kiwicom/orbit-swiftui
Releases · kiwicom/orbit-swiftui
0.10.1
Changes in this release:
🚀 Features
- Update
SegmentedSwitch
to take aHashable
binding @sjavora (#484) - Add isSelected trait to
Tag
@PavelHolec (#566) Slider
component @Parabak (#457)
🧰 Maintenance
- Duplicate fonts registration fix @username0x0a (#563)
🎨 Tokens
0.10.0
Changes in this release:
Features
- Replace
foregroundColor
with a customtextColor
andiconColor
modifiers @PavelHolec (#549) - Add missing
UITextfield
properties and modifiers @PavelHolec (#545) - Support
foregroundColor
modifiers onIcon
@PavelHolec (#540) - Design Tokens Colors Update on 2023-04-17 @kiwiprbot (#543)
- Add Orbit colors definitions to
ShapeStyle
@PavelHolec (#536) - Replace
status
properties withstatus()
environment key modifier @PavelHolec (#516) - Support native modifiers on
Text
@PavelHolec (#522)
🐛 Bug Fixes
- Fix centered
ChoiceTile
top padding @PavelHolec (#526) - Fix
ChoiceTile
idealSize header layout issue @PavelHolec (#518)
🧰 Maintenance
- Password
InputField
issues @PavelHolec (#537) - Remove
FlowLayout
component @PavelHolec (#521)
0.9.6
Changes in this release:
🚀 Features
- Extract
accent
property ofText
@PavelHolec (#509) - Pass
TextLink
action and color as an environment value @PavelHolec (#508) - Update
HorizontalScroll
component with snapping support @PavelHolec (#498) - Use native
isEnabled
value inStepperButton
@PavelHolec (#505) - Update
SegmentedSwitch
@PavelHolec (#500) - Update
Dialog
component @PavelHolec (#499)
🎨 Tokens
- Design Tokens Icons Update on 2023-03-20 @kiwiprbot (#487)
🐛 Bug Fixes
- Add tint option to
BarButton
@PavelHolec (#485)
0.9.5
Changes in this release:
🚀 Features
Stepper
component @PetroShylaiev (#474)- Make
Collapse
separator optional @sjavora (#483) - Support automatic mirroring for certain
Icon
symbols @sjavora (#476) - Use
Binding
s for control selection values @sjavora (#465) - Make illustrations and images
RawRepresentable
@PavelHolec (#468)
🎨 Tokens
- Design Tokens Icons Update on 2023-03-06 @kiwiprbot (#478)
- Design Tokens Illustrations Update on 2023-02-06 @kiwiprbot (#466)
- Design Tokens Icons Update on 2023-01-30 @kiwiorbot (#462)
🧰 Maintenance
0.9.4
Changes in this release:
🚀 Features
- Implement SegmentedSwitch @Parabak (#403)
- Add inline
Alert
@sjavora (#418) - Add
Collapse
component @sjavora (#398) - Design Tokens Icons Update on 2023-01-16 @kiwiprbot (#427)
🐛 Bug Fixes
- Kerning of Text and Textlink is not in sync @PavelHolec (#455)
- Fix
TextLink
kerning issue when kerning is exactly zero @PavelHolec (#454) - Update TextLink accessibility @PavelHolec (#452)
- Update ListChoice init @PavelHolec (#438)
- Fix
ChoiceTile
content padding @PavelHolec (#421) - Unify
InputField
sizing and fixSecureTextField
size @PavelHolec (#409)
🧰 Maintenance
- Update inline Alert layout to match design @PavelHolec (#443)
- Update API for multiple viewbuilder content @PavelHolec (#431)
- Remove unused
UIFont
enum @PavelHolec (#432) - Remove parameter label from state wrappers @PavelHolec (#434)
- Update line height and line spacing calculations @PavelHolec (#425)
- Make readableMaxWidth overridable @PavelHolec (#415)
- Increase
small
andnormal
font sizes @PavelHolec (#422) - Remove
display
anddisplaySubtitle
Heading styles @PavelHolec (#412) - Simplify icon related alignments and paddings @PavelHolec (#405)
- Replace
CircularPro
withCircular20
font @PavelHolec (#400) - Replace
isEnabled
property withisEnabled
environment key @PavelHolec (#402)
0.9.3
Changes in this release:
🚀 Features
- Allow specifying horizontal size classes for
ignoreScreenLayoutHorizontalPadding
@PavelHolec (#357) - Update timeline design @bul-nick-al (#346)
- Update default BarButton Icon size, make it configurable @PavelHolec (#388)
- Allow ButtonLink style in Card @PavelHolec (#381)
- Update BarButton and NavigationButton @PavelHolec (#379)
🐛 Bug Fixes
- Show ButtonLink Tile disclosure for fully custom content @PavelHolec (#389)
- Fix the text concatenation runtime warning @bul-nick-al (#367)
🧰 Maintenance
- Include more support files @PavelHolec (#378)
- Add missing illustrations @PavelHolec (#376)
- Conform AccessibilityID to Equatable and Hashable @sjavora (#371)
- Design Tokens Icons Update on 2022-12-05 @kiwiprbot (#385)
0.9.2
Changes in this release:
🚀 Features
- Support text formatting for
Heading
@PavelHolec (#351) - Make
AccessibilityID
reusable and extensible by client @PavelHolec (#356)
🧰 Maintenance
- Check types are referenced in DocC @sjavora (#347)
- Separate OrbitStorybook target @sjavora (#345)
- Cleanup and rename
MessageType
and related components @PavelHolec (#350)
📖 Documentation
- Cleanup and rename
MessageType
and related components @PavelHolec (#350)
0.9.1
Changes in this release:
🧰 Maintenance
- Fix horizontal size of
Tag
content @PavelHolec (#343) - Update breaking change colors @PavelHolec (#342)
- Design Tokens Icons Update on 2022-10-24 @kiwiprbot (#340)
- Design Tokens Icons Update on 2022-10-17 @kiwiprbot (#334)
- chore(deps): update dependency pointfreeco/swift-snapshot-testing to from: "1.10.0" @renovate (#312)
0.8.23
Changes in this release:
🚀 Features
- Update
Checkbox
andRadio
font and layout @PavelHolec (#311) - Update
Dialog
padding @PavelHolec (#310) - Limit resizing of certain components @PavelHolec (#315)
- Allow tag to expand horizontally @PavelHolec (#314)
🐛 Bug Fixes
- Fix
Text
color override in Xcode 14 @PavelHolec (#309)
🧰 Maintenance
0.8.22
Changes in this release:
🚀 Features
- Add basic
TextRepresentable
support toText
@PavelHolec (#294) - Use TextLink-enabled FormFieldLabel in InputField and Select @PavelHolec (#292)
- Add
Heading
andIcon
concatenation support @bul-nick-al (#278) - Support TextLinks in FormField wrapper @PavelHolec (#288)
- Design Tokens Icons Update on 2022-08-29 @kiwiprbot (#285)
🐛 Bug Fixes
- Remove fixed size of EmptyState button @PavelHolec (#273)
🧰 Maintenance
- Release fixes @PavelHolec (#296)
- Make
PreviewWrapper
internal @sjavora (#281) - Add ScreenLayoutPaddingKey @PavelHolec (#272)