|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to[Semantic Versioning](http://semver.org/).
|
4 | 4 |
|
5 |
| -##[0.4.18] - 2016-02-26 |
6 |
| -- hints |
7 |
| -- improved alerts |
8 |
| -- file paths that map to older versions of NPM |
9 |
| -- modular/replaceable test runner |
| 5 | +##[0.5.4] - 2016-03-09 |
| 6 | +- fix bug that prevented scroll in Atom 1.6+ |
| 7 | +-`< >` button to open console |
| 8 | +- match colors to theme |
10 | 9 |
|
11 |
| -##[0.5.1] - 2016-03-04 |
12 |
| -- ui changes |
13 |
| -- basic animations |
14 |
| -- bug fixes |
15 |
| --@onPageComplete message |
| 10 | +##[0.5.3] - 2016-03-07 |
| 11 | +- fix tutorial progress issues |
| 12 | +- use`::>` to set cursor position |
16 | 13 |
|
17 | 14 | ##[0.5.2] - 2016-03-06
|
18 | 15 | - smoother setup process
|
19 | 16 | - style, ui improvements
|
20 | 17 |
|
21 |
| -##[0.5.3] - 2016-03-07 |
22 |
| -- fix tutorial progress issues |
23 |
| -- use`::>` to set cursor position |
| 18 | +##[0.5.1] - 2016-03-04 |
| 19 | +- ui changes |
| 20 | +- basic animations |
| 21 | +- bug fixes |
| 22 | +-@onPageComplete message |
24 | 23 |
|
25 |
| -##[0.5.4] - 2016-03-09 |
26 |
| -- fix bug that prevented scroll in Atom 1.6+ |
27 |
| --`< >` button to open console |
28 |
| -- match colors to theme |
| 24 | +##[0.4.18] - 2016-02-26 |
| 25 | +- hints |
| 26 | +- improved alerts |
| 27 | +- file paths that map to older versions of NPM |
| 28 | +- modular/replaceable test runner |