From 8b1e20d7901a24141306c9c48d33a3e4da3ea3e1 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 23 Oct 2020 17:25:50 +0300 Subject: [PATCH] update README --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80043749..1e06c8f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 0.11.0 +- **Add**: Cocoapods support for TI-family libraries. +- **Add**: `SeparatorConfigurable` and all helper types for separator configuration. +- **Add**: `BaseSeparatorCell` - `BaseInitializeableCell` subclass with separators support. +- **Add**: `TITableKitUtils` - set of helpers for TableKit classes. +- **Add**: `BaseTextAttributes` and `ViewText` implementation form LeadKit. +- **Update**: `BaseInitializableView` and `BaseInitializableControl` are moved to `TIUIElements` from `TIUIKitCore`. + ### 0.10.9 - **Fix**: `change presentedOrTopViewController to open`.