-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCHANGELOG.yml
45 lines (45 loc) · 1.14 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
upcoming:
version: 4.1.0
notes:
- Add contentMode option
releases:
- version: 4.0.4
notes:
- Remove pod dependencies from .gitignore
- version: 4.0.3
notes:
- Fix crash in init from storyboard example
- Fixed ADMozaikLayoutCache's retain cycle
- Added tvOS support
- version: 4.0.2
notes:
- Swift 3.2 updates
- version: 4.0.1
notes:
- Swift 3.1 updates
- 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