Releases: SteveBarnegren/MirrorUI
Releases · SteveBarnegren/MirrorUI
MirrorUI 1.3.1
Fixed state issue preventing modifications to String
properties being applied
MirrorUI 1.3
- If object conforms to
ObservableObject
,MirrorUI
will automatically callsend()
on the object's publisher when values change.
MirrorUI 1.2
- Added support for tvOS
MirrorUI 1.1.2
- Excluded Info.plist files from SPM package
MirrorUI 1.1.1
- Fixed issue where view may not update after using integer plus and minus buttons
- Fixed issue where ranged floating point values could stop responding to updates
MirrorUI 1.1.0
MirrorView
scrolls to accommodate objects with large number of fields- Added
MirrorViewController
for easy integration toUIKit
projects - Access property wrapper reference through projected value to set configuration options
- Allow direct setting of property wrapper value
MirrorUI 1.0.0
The initial release of MirrorUI!