|
1 | | -## 1.3 |
2 | | - |
3 | 1 |
|
4 | 2 | ## 1.2 |
5 | 3 |
|
6 | | -This release includes huge JavaScript overhaul and clean-up, refactored jsModal implementation, |
7 | | -refactor of Table::addColumn() and Table::addField(), integration with Wordpress and a lot of new |
8 | | -documentation. |
| 4 | +This release includes change to view constructor arguments, huge JavaScript overhaul and clean-up, |
| 5 | +refactored jsModal implementation, refactor of Table::addColumn() and Table::addField(), integration |
| 6 | +with Wordpress and a lot of new documentation. |
9 | 7 |
|
10 | 8 | This release was possible thanks to our new contributors: |
11 | 9 | - [ibelar](https://github.com/ibelar) |
12 | 10 | - [TheGrammerNazi](https://github.com/TheGrammerNazi) |
| 11 | + - [Darkside666](https://github.com/Darkside666) |
13 | 12 |
|
14 | 13 | ### Major Changes |
| 14 | + - Refactored View arguments. `$button = new Button($label, $class)` instead of using arrays. Backwards compatible. |
| 15 | + - Migrated to [Agile Core 1.3](https://github.com/atk4/core/releases/tag/1.3.0) and [Agile Data 1.2.1](https://github.com/atk4/data/releases/tag/1.2.1) |
| 16 | + - Added support for Tabs |
| 17 | + - Added notify.js #205 |
| 18 | + - Add Callback::triggered() method. #226 |
15 | 19 | - Refactored JS Plugin System. ATK now implements: #189, #201, #193, #202 |
16 | 20 | - spinner (link to doc needed) |
17 | 21 | - reloadView (link to doc needed) |
18 | 22 | - ajaxec (link to doc needed) |
19 | 23 | - createModal (link to doc needed) |
20 | | - - Refactored addField() and addColumn() #179 |
| 24 | + - Refactored addField() and addColumn() #179 #187 #223 #225 |
| 25 | + |
| 26 | +### Other changes |
21 | 27 | - Documentation improvements: |
22 | 28 | - Callbacks and Virtual pages #200 (http://agile-ui.readthedocs.io/en/latest/core.html#callbacks-and-virtual-pages) |
23 | 29 | - README file #196 |
| 30 | + - Add documentation for icon, image, label, loremipsum, message, tablecolumn, text, decorators. #218 |
24 | 31 | - Fixed problem with Checkbox on a form #130 |
25 | 32 | - Fixed form submission with Enter #173 |
26 | 33 | - Improved form validation #191 |
27 | 34 | - Fix label display when it's 0 #198 |
| 35 | + - Cleanups #207 #218 |
| 36 | + - Switched to codecov.io for a more serious coverage reports (will focus on improving those) |
28 | 37 |
|
29 | 38 |
|
30 | 39 | ## 1.1 |
|
0 commit comments