Releases: Tinder/Layout
Releases · Tinder/Layout
Layout v0.0.3
What's Changed
- Delete snapshots by @tinder-garricnahapetian in #309
- Replace size with square in example code by @tinder-garricnahapetian in #310
- Improve documentation by @tinder-cfuller in #308
- Treat warnings as errors in Swift workflow by @tinder-cfuller in #312
- Set Swift settings for tests target by @tinder-cfuller in #313
- Reorder square method by @tinder-cfuller in #314
- Improve identifier method documentation by @tinder-cfuller in #315
- Validate recorded snapshots in Swift workflow by @tinder-garricnahapetian in #311
- Add cheatsheet by @tinder-cfuller in #316
Full Changelog: 0.0.2...0.0.3
Layout v0.0.2
What's Changed
- Delete toSafeArea methods by @tinder-garricnahapetian in #155
- Revert "Revert "Delete toMargins methods" (#162)" by @tinder-garricnahapetian in #166
- Refactor Layout horizontal to not use AnchorAttribute by @tinder-garricnahapetian in #168
- Refactor Layout vertical to not use AnchorAttribute by @tinder-garricnahapetian in #169
- Improve LayoutBuilderTests.swift by @tinder-garricnahapetian in #167
- Delete DimensionAttribute by @tinder-garricnahapetian in #170
- Add Boundary Center Size & Baseline conformances to LayoutItem and UILayoutGuide by @tinder-garricnahapetian in #153
- Delete equalAttribute method by @tinder-garricnahapetian in #182
- Remove protocol conformance from XAxisAttribute by @tinder-garricnahapetian in #183
- Remove protocol conformance from YAxisAttribute by @tinder-garricnahapetian in #184
- Delete LayoutAnchoring extension by @tinder-garricnahapetian in #185
- Remove AnchorAttribute and AnchorAttributeType by @tinder-garricnahapetian in #186
- Add toEdge(_: inset: priority:) directional by @tinder-emanharoutunian in #188
- Remove LayoutAnchoring from UILayoutGuide by @tinder-garricnahapetian in #190
- Add toEdges(canonical:inset:priority) by @tinder-emanharoutunian in #187
- Remove LayoutAnchoring from ViewLayoutItem by @tinder-garricnahapetian in #189
- Remove LayoutAnchoring from UIView by @tinder-garricnahapetian in #193
- Delete LayoutAnchoring protocol by @tinder-garricnahapetian in #194
- Add missing test for toEdges(canonical: inset: priority:) by @tinder-emanharoutunian in #198
- Add toEdges(insets: priority:) by @tinder-emanharoutunian in #192
- Add toSideEdges(inset: priority:) by @tinder-emanharoutunian in #203
- Improve implementation of priority and constant by @tinder-garricnahapetian in #208
- Add toSafeArea(_:inset:priority) by @tinder-garricnahapetian in #204
- Add directional toEdges(insets: priority:) by @tinder-emanharoutunian in #200
- Update doc comments and test names by @tinder-garricnahapetian in #207
- Add toSafeArea(canonical:inset:priority) by @tinder-garricnahapetian in #202
- Add toMargins(insets:NSDirectionalEdgesInsets) by @tinder-garricnahapetian in #201
- Add toMargins(insets:UIEdgeInsets) by @tinder-garricnahapetian in #199
- Add toMargins(_:inset:priority) by @tinder-garricnahapetian in #196
- Add toMargins(canonical:inset:priority) by @tinder-garricnahapetian in #195
- Add toSafeArea(insets: priority:) by @tinder-emanharoutunian in #205
- Fix test name by @tinder-garricnahapetian in #210
- Add directional toSafeArea(insets: priority:) by @tinder-emanharoutunian in #206
- Fix test name by @tinder-garricnahapetian in #211
- Add color name to test snapshots by @tinder-garricnahapetian in #209
- Add toSideMargins(inset:priority:) by @tinder-garricnahapetian in #212
- Move extension to UIView-AutoresizingMask.swift by @tinder-garricnahapetian in #181
- Move extension to UIViewController.swift by @tinder-garricnahapetian in #179
- Move extension to NSLayoutDimension.swift by @tinder-garricnahapetian in #178
- Move Collection extension to Collection.swift by @tinder-garricnahapetian in #176
- Move extension to UILayoutSupport.swift by @tinder-garricnahapetian in #173
- Move extension to NSLayoutConstraint-Axis.swift by @tinder-garricnahapetian in #180
- Move testCanonicalAttribute by @tinder-garricnahapetian in #214
- Move UIView: LayoutItem to UIView+LayoutItem.swift by @tinder-garricnahapetian in #172
- Move extension to NSLayoutXAxisAnchor.swift by @tinder-garricnahapetian in #174
- Move Array extension to Array.swift by @tinder-garricnahapetian in #177
- Move extension to NSLayoutYAxisAnchor.swift by @tinder-garricnahapetian in #175
- Move ViewLayoutItem to ViewLayoutItem.swift by @tinder-garricnahapetian in #171
- Remove anonymous_argument_in_multiline_closure by @tinder-garricnahapetian in #216
- Move XAxisAttribute to XAxisAttribute.swift by @tinder-emanharoutunian in #217
- Remove unneeded import in XAxisAttribute.swift by @tinder-emanharoutunian in #222
- Move YAxisAttribute to YAxisAttribute.swift and Delete AnchorAttribute.swift by @tinder-emanharoutunian in #218
- Move UILayoutGuide and tests by @tinder-garricnahapetian in #215
- Add toEdges(top: leading: bottom: trailing:) and test by @tinder-emanharoutunian in #221
- Add toMargins(top:leading:bottom:trailing:) by @tinder-garricnahapetian in #219
- Add toSafeArea(top:leading:bottom:trailing:) by @tinder-garricnahapetian in #220
- Make toEdges(top:leading:bottom:trailing:priority) test more consistent by @tinder-emanharoutunian in #223
- Move UIView: LayoutAnchoring to UIView+LayoutItem.swift by @tinder-garricnahapetian in #227
- Add toEdges(top: left: bottom: right: priority:) and test by @tinder-emanharoutunian in #224
- Add toSafeArea(top: left: bottom: right: priority:) and test by @tinder-emanharoutunian in #225
- Add toMargins(top: left: bottom: right: priority:) and test by @tinder-emanharoutunian in #226
- Move UILayoutSupport tests by @tinder-garricnahapetian in #229
- Move NSLayoutConstraint-Axis tests by @tinder-garricnahapetian in #231
- Move Collection tests by @tinder-garricnahapetian in #232
- Add typealiases and remove methods by @tinder-garricnahapetian in #233
- Move NSLayoutDimension tests by @tinder-garricnahapetian in #230
- Move ViewLayoutItem short name anchors by @tinder-garricnahapetian in #228
- Rename constraints(to: directionalEdgeInsets:) by @tinder-emanharoutunian in #235
- Remove cocoapods configuration and supporting code changes by @tinder-emanharoutunian in #237
- Group center methods in LayoutItem.swift by @tinder-emanharoutunian in #238
- Resolve package dependencies in workflow by @tinder-cfuller in #242
- Snapshot adjustments by @tinder-emanharoutunian in #239
- Add tests for default parameters by @tinder-emanharoutunian in #240
- Add missing default param test by @tinder-emanharoutunian in #243
- Add snapshot variation comments by @tinder-emanharoutunian in #244
- Add landscape orientation tests by @tinder-emanharoutunian in #236
- Organize code by @tinder-emanharoutunian in #247
- Reorganize files by @tinder-emanharoutunian in #246
- Fix typo in code comment by @tinder-emanharoutunian in #245
- Disambiguate Nimble predicate type by @tinder-cfuller in #248
- Improve constraint convenience methods by @tinder-cfuller in #249
- Remove docs (temporarily) by @tinder-cfuller in #250
- Remove extraneous explicit type by @tinder-cfuller in #251
- Remove constrain method by @tinder-cfuller in #252
- Upgrade rules_apple v3.1.1 and use ios_build_test by @tinder-cfuller in #257
- Remove extraneous
@testable
by @tinder-cfuller in #253 - Move default argument from insets to inset by @tinder-cfuller in https://github.com/Tinder/Layout/pull/...
Layout v0.0.1
Initial Release
- v0.0.1 by:
@tinder-cfuller
@tinder-garricnahapetian
@tinder-emanharoutunian
@tinder-igornovik
@tinder-micahbenn
@tinder-siddarthgandhi
Full Changelog: https://github.com/Tinder/Layout/commits/0.0.1