Skip to content

Commit 920f08f

Browse files
committed
Added release notes for 1.2.0
1 parent d0d3705 commit 920f08f

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
1-
## 1.3
2-
31

42
## 1.2
53

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.
97

108
This release was possible thanks to our new contributors:
119
- [ibelar](https://github.com/ibelar)
1210
- [TheGrammerNazi](https://github.com/TheGrammerNazi)
11+
- [Darkside666](https://github.com/Darkside666)
1312

1413
### 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
1519
- Refactored JS Plugin System. ATK now implements: #189, #201, #193, #202
1620
- spinner (link to doc needed)
1721
- reloadView (link to doc needed)
1822
- ajaxec (link to doc needed)
1923
- createModal (link to doc needed)
20-
- Refactored addField() and addColumn() #179
24+
- Refactored addField() and addColumn() #179 #187 #223 #225
25+
26+
### Other changes
2127
- Documentation improvements:
2228
- Callbacks and Virtual pages #200 (http://agile-ui.readthedocs.io/en/latest/core.html#callbacks-and-virtual-pages)
2329
- README file #196
30+
- Add documentation for icon, image, label, loremipsum, message, tablecolumn, text, decorators. #218
2431
- Fixed problem with Checkbox on a form #130
2532
- Fixed form submission with Enter #173
2633
- Improved form validation #191
2734
- 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)
2837

2938

3039
## 1.1

0 commit comments

Comments
 (0)