forked from Antondomashnev/ADMozaicCollectionViewLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.yml
30 lines (30 loc) · 838 Bytes
/
CHANGELOG.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
upcoming:
version: 4.0.1
notes:
releases:
- version: 4.0.0
notes:
- Add supplementary view support [#21](https://github.com/Antondomashnev/ADMozaicCollectionViewLayout/issues/21)
- version: 3.1.0
notes:
- Support XIB or storyboard initialization [#17](https://github.com/Antondomashnev/ADMozaicCollectionViewLayout/issues/17)
- version: 3.0.0
notes:
- incompatible renaming in ADMozaikLayoutDelegate to silence Xcode warning [#15](https://github.com/Antondomashnev/ADMozaicCollectionViewLayout/issues/15)
- version: 2.1.0
notes:
- Support different orientations for layout
- Item position calculation performance win 💥
- version: 2.0.0
notes:
- Swift 3.0 compatibility
- version: 1.0.2
notes:
- Integrate travis CI
- version: 1.0.1
notes:
- Bug fixes
- version: 1.0.0
notes:
- Initial release