Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Tags: zenangst/Blueprints

Tags

0.13.2

Toggle 0.13.2's commit message
Update README.md

0.13.1

Toggle 0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix size bug on macOS (#133)

- Use enclosing scroll view size to calculate width instead of the collection view

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #132 from zenangst/fix/exclude-empty-sections

Fix/exclude empty sections

0.12.2

Toggle 0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #128 from zenangst/Defect/Negative-item-index-for-…

…footer-reference

Fix negative index

0.12.1

Toggle 0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #126 from zenangst/feature/MasonryGridLogic

Feature/masonry grid logic

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor layoutAttributesForElements to fix rare rendering glitches (#…

…122)

* Improve layoutAttributesForElements

- Set default padding to 1 if `itemsPerRow` is not set
- Add additional padding to the visible rectangle to avoid rare rendering issues with larger collections

* Fix tests and one warning

* Bump version to 0.12.0

0.11.5

Toggle 0.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update project and podspec to fix warning (#119)

0.11.4

Toggle 0.11.4's commit message
Add empty layoutAttribute when there are no items in a section (#117)

This stops the index out of bounds exception

0.11.3

Toggle 0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix header & footer x origin when reaching the end (#112)

Removes the previous fixes that was suppose to align the headers and footers
correctly when reaching the end of a collection view. It appears that the
previous fix was faulty and is now removed.

0.11.2

Toggle 0.11.2's commit message
Fix sectionInset.bottom when footers are not in use (#111)

* Include sectionInset.bottom when footers are not in use.

* Update version to 0.11.2

* Formatting changes and updating the vertical layout to use the sectionsMaxY

* Set indentation for the project for consitency.