Releases: mattmassicotte/nsui
Releases · mattmassicotte/nsui
v1.3.0
import NSUI
featureNSUIFontDescriptor
NSUITextView.nsuiLayoutManager
NSUIFont.init(nsuiDescriptor:, size:)
NSUIFontDescriptor.nsuiWithSymbolicTraits(_:)
NSUIControlActiveState
EnvironmentValues. nsuiControlActiveState
NSUITextView.nsuiSelectedRange
NSUIBezierPath
NSUILabel.attributedText
UIView.visibleRect
NSUITextView.nsuiTextStorage
NSUITextView.nsuiTextContentStorage
NSUITextView.nsuiTextContainer
v1.2.0
- Filling out more of
NSUIViewRepresentable
- Deprecate
NSUITextStorageEditActions
v1.1.0
NSUIFontDescriptor
- fix some missing deprecations needed to match visionOS
NSUIViewControllerRepresentable
- `Color(nsuiColor:)
- Strict concurrency checking
v1.0.1
What's Changed
- Add new aliases (NSUIStoryboard, NSUIStackView, NSUIButton) by @martindufort in #6
Full Changelog: 1.0.0...1.0.1
v1.0.0
What's Changed
- Whole bunch of new types by @martindufort in #4
- Convert
NSImageView
tint color as variable setter by @martindufort in #5 - Support for Catalyst
New Contributors
- @martindufort made their first contribution in #4
Full Changelog: 0.1.1...1.0.0
v0.1.1
What's Changed
Full Changelog: 0.1.0...0.1.1
v0.1.0
- About time an actual release was done.