v0.2.0
What's Changed
- Support building with Swift 5.7 by @carson-katri in #1009
- Remove
swiftSettings
arguments for documentation by @carson-katri in #1137 - Change connection format by @supernintendo in #1153
- Support tvOS targets by @carson-katri in #1148
- Replace github url by @ByeongUkChoi in #1162
- Continue rendering disconnected pages in navigation path by @carson-katri in #1146
- Set default value for FormModel by @carson-katri in #1163
- Update Swift version instructions by @carson-katri in #1164
- Add stylesheet modifier parsing by @carson-katri in #1142
- Fix
@ParseableExpression
macro for#if
wrappedinit
s by @carson-katri in #1168 - Update to use
self-hosted
tag for CI by @carson-katri in #1169 - Improve View evaluation and update performance by @carson-katri in #1138
- Define default app and root layouts by @supernintendo in #1172
- Root layout rendering and navigation by @carson-katri in #1170
- Fix initial connection param by @supernintendo in #1175
- Extend support for v0.1.0 modifiers by @carson-katri in #1171
- Improve stylesheet parsing failure by @carson-katri in #1179
- Add template project generation task by @supernintendo in #1176
- Only allow atoms for View/Text/Toolbar references by @carson-katri in #1174
- Fix modifier default values and missing initializers by @carson-katri in #1177
- Stringify FormState and improve synchronization by @carson-katri in #1180
- Rename swift_ui to swiftui by @bcardarella in #1182
- Remove
Array<Self>
from parsers by @carson-katri in #1189 - Stringify
FormState
values in<LiveForm>
elements by @carson-katri in #1196 - Add
AttributeReference
to missing areas by @carson-katri in #1181 - Include original source in the annotation by @NduatiK in #1191
- Fix cached page rendering when nested in
<NavigationStack>
by @carson-katri in #1198 - Include original source in client-side error messages by @carson-katri in #1197
- v0.2.0-beta.2 by @bcardarella in #1200
- Update macros for swift-syntax deprecations by @carson-katri in #1105
- Use
supportedDestinations
to create a multiplatform target by @carson-katri in #1202 - Connect
LiveViewCoordinator
fromNavigationLink
by @carson-katri in #1201 - Remove documents when disconnecting socket by @carson-katri in #1209
- Find modifier members inside
#if
conditionals by @carson-katri in #1212 - Support custom modifiers from registries and in
ContentBuilder
by @carson-katri in #1203 - Re-order
Alignment
cases by @carson-katri in #1208 - Add
--schema
flag toModifierGenerator
by @carson-katri in #1211 - Improve error and document handling by @carson-katri in #1221
- Add deprecation notices to modifier error handling by @carson-katri in #1222
New Contributors
- @ByeongUkChoi made their first contribution in #1162
Full Changelog: 0.1.2...v0.2.0