Releases: ArbusBiz/Arbus.Mobile.Essentials
Releases · ArbusBiz/Arbus.Mobile.Essentials
3.1.0
What's Changed
- Edit iOS project tags by @evgenyvalavin in #39
- Add support for .NET 8 and new extensions for UITextView by @Serdar17 in #40
New Contributors
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- Add UIButtonConfiguration.SetTitlePadding() and .SetImagePadding() by @Leo506 in #31
- Remove FluentLayout classes by @1nk0gn1to in #33
- Replace LayoutMargins by DirectionalLayoutMargins by @evgenyvalavin in #37
- Add UIView extensions for constrainting views via NSLayoutAnchors by @1nk0gn1to in #36
- Remove UIViewExtensions.AddViews() by @evgenyvalavin in #38
- Add UIStackViewExtensions.AddArrangedSubviewsForAutoLayout()
New Contributors
- @1nk0gn1to made their first contribution in #33
Full Changelog: 2.1.0...3.0.0
2.1.0
What's Changed
- Add new AddViews() by @evgenyvalavin in #29
- Invoke DoNotTranslateSubviewsAutoresizingMaskIntoConstraints() automatically in AddConstraints() by @evgenyvalavin in #29
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- Rename At/With FluentLayout methods by @evgenyvalavin in #28
- Remove Obsolete methods by @evgenyvalavin in #28
Full Changelog: 1.8.0...2.0.0
1.8.0
What's Changed
- Add UIButtonConfiguration extension. SetImage(sfSymbol, symbolConfiguration) by @evgenyvalavin in #25
- Update iOS.Essentials.Pipeline.yaml for Azure Pipelines by @evgenyvalavin in #27
- Add methods: WithParentLeft(), ...Right(), ...Top(), ...Bottom(), ...With(), ...Height() etc. by @evgenyvalavin in #26
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed
- Add UIButtonConfiguration extensions: SetCornerStyle() and SetContentInsets() by @evgenyvalavin in #24
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
- Add UIButton extension MakeMenuButton(Func getMenu) by @Leo506 in #20
- Disallow nullable menu in MakeMenuButton(UIButton button, UIMenu menu) by @evgenyvalavin in #21
- Enable GenerateDocumentationFile for production builds by @evgenyvalavin in #22
New Contributors
Full Changelog: 1.5.0...1.6.0
1.5.0
1.4.0
What's Changed
- Change DataSourceIdentifier constraints by @evgenyvalavin in #14
- Use native iOS types by @evgenyvalavin in #15
- Add RequiredCellAt() for TableView by @evgenyvalavin in #16
Full Changelog: v1.3.0...v1.4.0