Releases: liveview-native/liveview-client-swiftui
Releases · liveview-native/liveview-client-swiftui
0.1.1
What's Changed
- Removing outdated tutorial link by @bkilshaw in #1127
- Change dependencies to only use releases by @carson-katri in #1129
New Contributors
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Add MIT License by @bcardarella in #23
- Add support for frame-alignment attribute by @supernintendo in #26
- PhxTextField > Add isSecureTextEntry by @supernintendo in #27
- Fix doc typo by @kgautreaux in #36
- attempt to fix 2 cases of UI not recovering after reconnection by @mrluc in #51
- Support
spacing
onVStack
/HStack
by @carson-katri in #134 - Switch to LiveViewNativeCore by @shadowfacts in #129
- Snapshot Testing by @carson-katri in #132
- Add
TextField
/SecureField
by @carson-katri in #135 - Split
LiveViewCoordinator
into Session Coordinator and View Coordinator by @carson-katri in #130 - Add
Link
andText
interpolation by @carson-katri in #137 - Add
Toggle
by @carson-katri in #139 - Add axes and shows-indicators to ScrollView by @shadowfacts in #143
- Add EditButton by @shadowfacts in #144
- Add Divider by @shadowfacts in #145
- Support Circle, Ellipse, Capsule, and ContainerRelativeShape by @carson-katri in #149
- Use snake_case modifier keys by @carson-katri in #148
- Cache
navigationTitle
for smoother transitions by @carson-katri in #138 - GitHub Actions workflow for running tests by @carson-katri in #140
- Add defaults to
CustomRegistry
associated types by @carson-katri in #152 - Consistent naming convention by @carson-katri in #154
- Add
Menu
and prototype for slot syntax by @carson-katri in #150 - Add
Slider
by @carson-katri in #153 - Add
ProgressView
by @carson-katri in #141 - Fix macOS build by @carson-katri in #151
- Add more View tests by @carson-katri in #157
- Add Gauge by @carson-katri in #158
- Add
Stepper
by @carson-katri in #163 - Avoid
AnyView
in modifiers by @carson-katri in #161 - Add
Label
by @carson-katri in #162 - Add Form by @shadowfacts in #146
- Add Section by @carson-katri in #165
- Live bindings and public event handling API by @shadowfacts in #164
- Add TextEditor by @shadowfacts in #147
- Add Group by @carson-katri in #171
- Add GroupBox by @carson-katri in #172
- Add ControlGroup by @carson-katri in #174
- Performance improvements when handling document updates by @shadowfacts in #177
- Add Lazy Stacks by @carson-katri in #175
- List selection support by @carson-katri in #180
- Add ColorPicker by @carson-katri in #181
- Add
ShareLink
by @carson-katri in #169 - Don't use State property to store FormState local value by @shadowfacts in #185
- Implement Grid/GridRow by @carson-katri in #182
- Add Picker by @shadowfacts in #186
- Add Lazy Grids by @carson-katri in #184
- Don't require attribute value when locating main live view div by @shadowfacts in #197
- Merge with the Elixir library by @carson-katri in #193
- Add ViewThatFits by @carson-katri in #237
- Assorted documentation updates by @shadowfacts in #198
- Add DatePicker by @shadowfacts in #199
- Add grid modifiers by @supernintendo in #201
- Add grid item by @supernintendo in #200
- Add Table by @carson-katri in #243
- Add DisclosureGroup by @carson-katri in #246
- Add font weight modifier by @supernintendo in #202
- Add Color View by @carson-katri in #247
- Add
LabeledContent
by @carson-katri in #248 - Add
TabView
by @carson-katri in #249 - Add aggregate registry by @shadowfacts in #252
- Add basic Phoenix bindings support by @carson-katri in #166
- Add @Attribute property wrapper by @carson-katri in #253
- Add H/VSplitView by @carson-katri in #316
- Add TextFieldLink by @carson-katri in #317
- Add PasteButton by @carson-katri in #318
- Add
RenameButton
andrenameAction
by @carson-katri in #326 - Rename live binding events by @shadowfacts in #334
- Extract live forms into separate package by @shadowfacts in #335
- Add missing target parameter to pushEvent call by @shadowfacts in #466
- Fix links by @cmnstmntmn in #469
- Add foreground style modifier, gradients and improved colors by @supernintendo in #203
- Upgrade to Phoenix 1.7 by @supernintendo in #389
- Add MultiDatePicker by @shadowfacts in #468
- Rename all Views to capitalized form by @carson-katri in #699
- Add scroll-position attribute by @carson-katri in #251
- Assorted documentation/API design tweaks by @shadowfacts in #712
- Document ProgressView by @carson-katri in #700
- Document Gauge by @carson-katri in #701
- Document PasteButton by @carson-katri in #702
- Document Link by @carson-katri in #703
- Document ShareLink by @carson-katri in #704
- Document TextFieldLink by @carson-katri in #705
- Document Menu by @carson-katri in #706
- Document Slider by @carson-katri in #708
- Document Stepper by @carson-katri in #709
- Document Toggle by @carson-katri ...