* Build 117

This commit is contained in:
Sam Georges 2014-07-12 15:08:08 +10:00
parent 2617921ba3
commit e74c0a63f3
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
* **Build 11x** (2014-07-xx)
* **Build 117** (2014-07-12)
- Added new Backend control for creating informative panels (hints).
- Added new properties to RelationController: readOnly, showSorting, defaultSort.
- Hashable, Sluggable, Purgeable and Validation traits must now be used in the Model class definition.
- Plugins can now extend existing Back-end navigation menu items, see Event docs for an example.
* **Build 116** (2014-07-07)
- Added new layout and page method `onInit()` called after components are initialized and before AJAX requests are processed.