Skip to content

Commit

Permalink
chore(core): AngularJS version upgrade
Browse files Browse the repository at this point in the history
AngularJS upgraded to v1.6.4
Angular Material upgraded to v1.1.4
Adding support for Yarn
Bower included in npm dev dependencies
Documentation updated
  • Loading branch information
andreasonny83 committed Jul 3, 2017
1 parent aebe3a3 commit 7957b33
Show file tree
Hide file tree
Showing 5 changed files with 6,373 additions and 56 deletions.
54 changes: 31 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,47 @@
# Angular Starter Kit Changelog

## 1.4.0 - 2017.07.03

* AngularJS upgraded to v1.6.4
* Angular Material upgraded to v1.1.4
* Adding support for Yarn
* Bower included in npm dev dependencies
* Documentation updated

## 1.3.1 - 2016.07.10

* end-to-end tests introduced with Protractor
* demo e2e scenario
* Travis task updated
* Gulp tasks improved and refactored
* karma-coverage and Istanbul introduced
* documentation updated
* End-to-end tests introduced with Protractor
* Demo e2e scenario
* Travis task updated
* Gulp tasks improved and refactored
* Karma-coverage and Istanbul introduced
* Documentation updated

## 1.2.1 - 2016.07.09

* favicon bug fixed
* repository logo
* documentation updated
* 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
* 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
* 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
* Initial release
53 changes: 25 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
# Angular Starter Kit
> A better way to start your new Angular app
![Angular Logo][angular_logo]

[![Join the chat at https://gitter.im/andreasonny83/angular-starter-kit][gitter-badge]](https://gitter.im/andreasonny83/angular-starter-kit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![NPM version][npm-badge]](https://www.npmjs.com/package/angular-starter-kit)
[![Build Status][travis-badge]](https://travis-ci.org/andreasonny83/angular-starter-kit)
[![devDependency Status][dependencies-badge]](https://david-dm.org/andreasonny83/angular-starter-kit#info=devDependencies)
[![npm][license-badge]](https://andreasonny.mit-license.org/@2016/)

> A better way to start your new Angular app
![Angular Logo][angular_logo]

## Features

* SASS support including sourceMaps
* Minimal CSS styling of the view
* Gulp watch, build and local server tasks
* Minified CSS and JS build files
* Unit tests
* E2E tests covered by Protractor
* Istanbul code coverage
* SASS support including sourceMaps
* Minimal CSS styling of the view
* Gulp watch, build and local server tasks
* Minified CSS and JS build files
* Unit tests
* E2E tests covered by Protractor
* Istanbul code coverage

## Prerequisites

We assume you've already installed [NodeJS][nodejs], [Gulp][gulp] and
[Bower][bower] on your machine, if not,
We assume you've already installed [NodeJS][nodejs] on your machine, if not,
please follow the installation documentation from the official websites.

## Installation
Expand All @@ -43,6 +41,7 @@ folder, then install all the dependencies with:

```sh
npm install
yarn # Or using Yarn for a faster installation
```

This will create both a `node_modules` and `bower_components` folder inside
Expand Down Expand Up @@ -71,13 +70,13 @@ npm run build

This will perform the following tasks:

* clean the `.tmp` and `dist` folder
* compile SASS files, minify and uncss the compiled css
* copy and optimize images
* minify and copy all HTML files into $templateCache
* build index.html
* minify and copy all JS files
* copy fonts, if any
* clean the `.tmp` and `dist` folder
* compile SASS files, minify and uncss the compiled css
* copy and optimize images
* minify and copy all HTML files into $templateCache
* build index.html
* minify and copy all JS files
* copy fonts, if any

## Serve the distribution folder

Expand Down Expand Up @@ -140,19 +139,19 @@ npm run protractor

We really appreciate your collaborations and feedbacks!

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
1. Fork it!
1. Create your feature branch: `git checkout -b my-new-feature`
1. Commit your changes: `git commit -m 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :D

## Changelog

Changelog available [here][changelog]

## License

MIT © [Andrea Sonny](https://andreasonny.mit-license.org/@2016)
MIT © [Andrea Sonny](https://andreasonny.mit-license.org/2016-2017)

[angular_logo]: https://angularjs.org/img/AngularJS-large.png
[gitter-badge]: https://badges.gitter.im/andreasonny83/angular-starter-kit.svg
Expand All @@ -162,8 +161,6 @@ MIT © [Andrea Sonny](https://andreasonny.mit-license.org/@2016)
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[latest_release]: https://github.com/andreasonny83/angular-starter-kit/releases/latest
[nodejs]: https://nodejs.org/
[gulp]: https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
[bower]: https://bower.io/#install-bower
[istanbul-url]: https://github.com/gotwarlost/istanbul
[protractor-url]:http://www.protractortest.org
[changelog]: https://github.com/andreasonny83/angular-starter-kit/blob/master/CHANGELOG.md
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"tests"
],
"dependencies": {
"angular": "^1.5.7",
"angular-route": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-material": "^1.0.9"
"angular": "^1.6.4",
"angular-route": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-material": "^1.1.4"
},
"devDependencies": {
"angular-mocks": "^1.5.7"
"angular-mocks": "^1.6.4"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"license": "MIT",
"devDependencies": {
"bower": "^1.8.0",
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.1",
Expand Down
Loading

0 comments on commit 7957b33

Please sign in to comment.