Skip to content

Commit

Permalink
preparing version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasonny83 committed Jul 9, 2016
1 parent 4d8ee54 commit b6948ca
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 28 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Angular Starter Kit Changelog

## 1.2.1 - 2016.07.09

* favicon bug fixed
* repository logo
* documentation updated

## 1.2.0 - 2016.07.08

* Replacing Material Design Lite with Angular Material
* Better Gulp
* Removing JSHint in favour of ESLint
* Karma improved for Unit testing
* General restyling and better Web Application support

## 1.0.1 - 2015.12.28

* Twitter Bootstrap and JQuery removed and implemented Bourbon with Neat
* support for web app
* file structure improved according to the JohnPapa styleguide
* icons
* robots.txt
* manifest.webapp for web app support
* gulp file updated
* Support for Google Analytics in index.html

## 1.0.0 - 2015.10.17

* initial release
35 changes: 8 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,35 +64,16 @@ gulp server
gulp server:build
```

## Changelog

### 1.2.0

* Replacing Material Design Lite with Angular Material
* Better Gulp
* Removing JSHint in favour of ESLint
* Karma improved for Unit testing
* General restyling and better Web Application support

2016.07.08
## Contributing

### 1.0.1
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

* Twitter Bootstrap and JQuery removed and implemented Bourbon with Neat
* support for web app
* file structure improved according to the JohnPapa styleguide
* icons
* robots.txt
* manifest.webapp for web app support
* gulp file updated
* Support for Google Analytics in index.html

2015.12.28

### 1.0.0

* initial release
## Changelog

2015.10.17
Changelog available [here][changelog]

[angular_logo]: https://angularjs.org/img/AngularJS-large.png
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<meta name="msapplication-TileImage" content="images/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#2F3BA2">

<link rel="shortcut icon" href="favicon.png">
<link rel="shortcut icon" href="favicon.ico">

<!-- Color the status bar on mobile devices -->
<meta name="theme-color" content="#2F3BA2">
Expand Down

0 comments on commit b6948ca

Please sign in to comment.