Skip to content

Commit 8bfe80d

Browse files
authored
Update README to reflect updates
1 parent be7dc1e commit 8bfe80d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,27 @@ Special thanks to all of the contributors. With the exception of the Ionic team'
77

88
UPDATES:
99
--------
10-
*2017-05-28: Update to Version 3.3.0*
10+
### **2017-08-26: Update to `ionic-angular` version 3.6.0**
11+
12+
We updated the project to `ionic-angular` version `3.6.0`. Developers wishing to use this should also update Ionic CLI for a better experience. With today's update, this project is now at version `0.0.5`.
13+
14+
## **Also of note:**
15+
16+
## **Added: Fix for assets not being found by Karma**
17+
18+
Thanks to [@datencia](https://github.com/datencia) for providing an update to our Karma configuration that properly sets the Karma base path so that image assets can be found during testing. This fix should also work any JSON data files you might want to use for testing. He also provided an image and updated our sample unit test spec file that tests that the image is found.
19+
20+
## **Added: Update code to match Ionic templates**
21+
22+
Thanks (again) to [@danielsogl](https://github.com/danielsogl/) for providing a code update to the project so that our code matches code created by using the `ionic start` command. Having this code properly match is important as it provides the best practice guidance for handling application start up.
23+
24+
### *2017-05-28: Update to Version 3.3.0*
1125

1226
Thanks to [@danielsogl](https://github.com/danielsogl/) for getting us up-to-date with Ionic 3.3.0, Angular 4.1.2 and Ionic Native 3.10.2.
1327

1428
Thanks to [@johnstonbl01](https://github.com/johnstonbl01/) for adding a couple of mocks that prevent us from seeing some unnecessary warning messages.
1529

16-
*2017-05-12: Update to Version 3*
30+
### *2017-05-12: Update to Version 3*
1731

1832
We've updated this repo to use Ionic v3.2.1 and Ionic CLI v3.0.0.
1933

0 commit comments

Comments
 (0)