Releases: kiwicom/orbit-swiftui
Releases · kiwicom/orbit-swiftui
0.11.1
Changes in this release:
- Update JamesIves/github-pages-deploy-action action to v4.6.9 @renovate (#852)
- Update JamesIves/github-pages-deploy-action action to v4.6.8 @renovate (#845)
- Update dependency pointfreeco/swift-snapshot-testing to from: "1.17.6" @renovate (#846)
- Update dependency pointfreeco/swift-snapshot-testing to from: "1.17.5" @renovate (#843)
🚀 Features
- Improve inputfield native keyboard avoidance @PavelHolec (#765)
- Improve support for form field accessibility to cover both single-acc… @PavelHolec (#857)
- Add new inkdark button theme @PavelHolec (#862)
🐛 Bug Fixes
- Improve support for form field accessibility to cover both single-acc… @PavelHolec (#857)
- Only hide text values on .placeholder redaction reason @PavelHolec (#856)
🧰 Maintenance
🎨 Tokens
0.11.0
Changes in this release:
- Update dependency pointfreeco/swift-snapshot-testing to from: "1.17.4" @renovate (#833)
- chore(deps): update jamesives/github-pages-deploy-action action to v4.6.3 @renovate (#812)
- chore(deps): update dependency macos to v14 @renovate (#798)
🚀 Features
- Add new borderRadius constants @PavelHolec (#836)
- Make TileGroup and ListChoice separator configurable @PavelHolec (#834)
- Add localization support for components @PavelHolec (#783)
HorizontalScroll
currently scrolled item change @PavelHolec (#818)- Expose
BindingSource
@PavelHolec (#807)
🐛 Bug Fixes
- Fix TimelineIndicator animation @PavelHolec (#829)
- Fix touch area of indicators @PavelHolec (#826)
- Fix
HorizontalScroll
issues @PavelHolec (#823)
🎨 Tokens
- Design Tokens Icons Update on 2024-05-27 @kiwiprbot (#804)
0.10.9
Changes in this release:
- chore(deps): update dependency pointfreeco/swift-snapshot-testing to from: "1.16.0" @renovate (#790)
- chore(deps): update release-drafter/release-drafter action to v6 @renovate (#762)
🚀 Features
- Replace
TagStyle
withremoveAction
@sjavora (#785) - Add localization support to Text component @PavelHolec (#781)
- Add
Sendable
conformance toAccessibilityID
@sjavora (#778) - Update
Card
description color and its customization @PavelHolec (#775) - Update
Card
to use environment value to drive the content layout @PavelHolec (#772) - Update
Switch
design @PavelHolec (#759) - Update
Card
component design and action API @PavelHolec (#747) - Add Switch indicator to ChoiceTile @PavelHolec (#744)
🐛 Bug Fixes
🧰 Maintenance
- Improve support for snapshot testing in UIWindow @sjavora (#793)
- Decouple registration of icon font from text font @PavelHolec (#754)
- Replace
none
enumeration cases with optional enumeration type @PavelHolec (#748)
📖 Documentation
- Fix DocC warnings @PavelHolec (#771)
🎨 Tokens
- Design Tokens Icons Update on 2024-02-26 @kiwiprbot (#767)
- Design Tokens Illustrations Update on 2024-02-26 @kiwiprbot (#768)
- Design Tokens Icons Update on 2024-01-29 @kiwiprbot (#755)
- Design Tokens Illustrations Update on 2024-01-29 @kiwiprbot (#756)
- Design Tokens Illustrations Update on 2024-01-15 @kiwiprbot (#750)
0.10.8
0.10.7
Changes in this release:
- chore(deps): update dependency pointfreeco/swift-snapshot-testing to from: "1.15.1" @renovate (#727)
- chore(deps): update jamesives/github-pages-deploy-action action to v4.5.0 @renovate (#728)
🚀 Features
- Improve
textFieldShouldReturn
keyboard dismissal and docs @PavelHolec (#736) - Create
Textarea
component @PavelHolec (#724)
🐛 Bug Fixes
- Remove basic Equatable conformance from Text @PavelHolec (#722)
🧰 Maintenance
- Release cleanup and fixes @PavelHolec (#731)
- Remove
OrbitCustomButtonStyle
@PavelHolec (#721) - Deprecate focus methods @PavelHolec (#718)
📖 Documentation
- Improve
textFieldShouldReturn
keyboard dismissal and docs @PavelHolec (#736) - Update documentation comments @PavelHolec (#726)
🎨 Tokens
0.10.6
0.10.5
Changes in this release:
- chore(deps): update dependency pointfreeco/swift-snapshot-testing to from: "1.14.2" @renovate (#692)
- Update actions/checkout action to v4 @renovate (#680)
- Update tibdex/github-app-token action to v2 @renovate (#682)
- Update dependency macos to v13 @renovate (#657)
🚀 Features
- Extract illustrations to a separate target @sjavora (#693)
- Unify background configuration components @PavelHolec (#695)
- Switch and rename default
ButtonLink
size @PavelHolec (#675) - Make
screenLayout
content alignment configurable @PavelHolec (#679) - Update
EmptyState
design, add newly extracted button stack builder @PavelHolec (#678)
🐛 Bug Fixes
- Fix
HorizontalScroll
behaviour when not idle @PavelHolec (#676)
🧰 Maintenance
- Update Illustration and image resources and named bundles @PavelHolec (#701)
- Rename
backgroundColor
tobackgroundStyle
@PavelHolec (#699) - Extract illustrations to a separate target @sjavora (#693)
🎨 Tokens
0.10.4
Changes in this release:
🚀 Features
- Add inputFieldReturnAction to InputField @PavelHolec (#656)
- Concatenated Text should be sized the same as regular Text @PavelHolec (#655)
- Update inline label design @PavelHolec (#653)
- Update focus state for
InputField
@PavelHolec (#654) - Add focus modifier for inputfields @PavelHolec (#651)
🐛 Bug Fixes
🧰 Maintenance
- Update accessibility of InputContent labels @PavelHolec (#668)
- Create
Dialog
button builder @PavelHolec (#641) - Update
ScreenLayoutModifier
alignment @PavelHolec (#640) - Make properties of TextRepresentableEnvironment public @bul-nick-al (#650)
🎨 Tokens
0.10.3
Changes in this release:
🚀 Features
- Allow single
Alert
button to be styled assecondary
@PavelHolec (#624) - Support custom content in
BadgeList
@PavelHolec (#622) - Add support for multiple options in SegmentedSwitch @michalraska (#619)
Alert
updates @sjavora (#612)- Update
ButtonLink
design @PavelHolec (#610) - Extract
textSize
andiconSize
fromText
andIcon
to modifiers @PavelHolec (#608) - Add inline label support to
Select
@PavelHolec (#603) - Move behavior/presentation of
Button
toOrbitButtonStyle
@sjavora (#607) - Remove
Icon.Content
and replace it with ViewBuilder parameters @PavelHolec (#597) - Configurable haptics @sjavora (#571)
- Added
Coupon
component @PavelHolec (#591) - Improve
EmptyView
detection @PavelHolec (#633)
🐛 Bug Fixes
- Padding and sizing of buttons is incorrect @PavelHolec (#626)
- Fix nil or false
idealSize
behaviour for some components. @PavelHolec (#620)
🧰 Maintenance
- Fix
ListChoice
andTile
separator @PavelHolec (#629) - Extract
textSize
andiconSize
fromText
andIcon
to modifiers @PavelHolec (#608)
🎨 Tokens
0.10.2
Changes in this release:
🚀 Features
Tabs
updates @sjavora (#577)- Add
textFontWeight
modifier @sjavora (#581) - Simplify
SegmentedSwitch
implementation @sjavora (#576)
🐛 Bug Fixes
- Workaround for
IDPreference
crash @sjavora (#586) - Keyboard autocomplete appends the suggestion at the end of InputField binding @PavelHolec (#582)