Skip to content

Commit

Permalink
Merge pull request #1223 from valor-software/feat-ng-cli
Browse files Browse the repository at this point in the history
[WIP] Get ready for v2
  • Loading branch information
valorkin authored Dec 1, 2016
2 parents 9b69270 + 9c12beb commit b81ba43
Show file tree
Hide file tree
Showing 296 changed files with 10,077 additions and 1,570 deletions.
88 changes: 0 additions & 88 deletions .config/umd-bundler.js

This file was deleted.

50 changes: 24 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
/node_modules
npm-debug.log
/bower_components

# type script artifacts
/typings
# IDEs and editors
/.idea
/.vscode
.project
.classpath
*.launch
.settings/

# WebStorm
.idea
# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
/typings

# ignore build and dist for now
/bundles
/demo-build
/dist
/coverage
/ts
/doc

# ignore inline compiling
/demo/**/*.js
/demo/**/*.js.map
/demo/**/*.d.ts
/components/**/*.js
/components/**/*.js.map
/components/**/*.d.ts
/tests_e2e/**/*.e2e.js
/tests_e2e/**/*.e2e.js.map
ng2-bootstrap.js
ng2-bootstrap.d.ts
ng2-bootstrap.js.map
/temp
/demo/dist
/logs

factories
# e2e
#/demo/e2e/*.js
#/demo/e2e/*.map

/**/*.metadata.json
/**/*.ngfactory.ts
#System Files
.DS_Store
Thumbs.db
30 changes: 0 additions & 30 deletions .ng2-config.js

This file was deleted.

4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gulpfile.js
protractor.conf.js
spec-bundle.js
tsconfig.json
tsconfig.publish.json
src/tsconfig.json
tslint.json
typedoc.js
wallaby.js
Expand All @@ -42,4 +42,4 @@ make.js
/components/**/*.ts
!/components/**/*.d.ts

factories
dist/factories
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ language: node_js
node_js:
- "6"

#before_install: npm i -g npm@latest
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script:
- npm test
Expand All @@ -13,7 +16,7 @@ after_success:
addons:
# sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ )
sauce_connect: true
firefox: "42.0"
firefox: "latest"
apt:
sources:
- ubuntu-toolchain-r-test
Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
<a name="1.1.16-3"></a>
## [1.1.16-3](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16...v1.1.16-3) (2016-11-28)


### Bug Fixes

* **ci:** karma test should work in travis now ([3d61d48](https://github.com/valor-software/ng2-bootstrap/commit/3d61d48))
* **ci:** let the karma pass ([29615f4](https://github.com/valor-software/ng2-bootstrap/commit/29615f4))
* **pager:** fix aot compilation ([#1232](https://github.com/valor-software/ng2-bootstrap/issues/1232)) ([fd93f7b](https://github.com/valor-software/ng2-bootstrap/commit/fd93f7b))


### Features

* **access:** private access specifiers replaced by protected ([#1186](https://github.com/valor-software/ng2-bootstrap/issues/1186)) ([0d4e93b](https://github.com/valor-software/ng2-bootstrap/commit/0d4e93b))
* **bs4:** updated to alfa 5 Class name changes ([#1201](https://github.com/valor-software/ng2-bootstrap/issues/1201)) ([49197f0](https://github.com/valor-software/ng2-bootstrap/commit/49197f0))
* **build:** ng test now working, applied workaroud >.< ([8eea379](https://github.com/valor-software/ng2-bootstrap/commit/8eea379))
* **datepicker:** disable datepicker dates based on dateDisabled property ([#799](https://github.com/valor-software/ng2-bootstrap/issues/799)) ([#1130](https://github.com/valor-software/ng2-bootstrap/issues/1130)) ([83452e1](https://github.com/valor-software/ng2-bootstrap/commit/83452e1))
* **package:** ng2 and moment version bump ([333b876](https://github.com/valor-software/ng2-bootstrap/commit/333b876))



<a name="1.1.16-2"></a>
## [1.1.16-2](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16...v1.1.16-2) (2016-11-28)


### Bug Fixes

* **ci:** karma test should work in travis now ([3d61d48](https://github.com/valor-software/ng2-bootstrap/commit/3d61d48))
* **ci:** let the karma pass ([29615f4](https://github.com/valor-software/ng2-bootstrap/commit/29615f4))
* **pager:** fix aot compilation ([#1232](https://github.com/valor-software/ng2-bootstrap/issues/1232)) ([fd93f7b](https://github.com/valor-software/ng2-bootstrap/commit/fd93f7b))


### Features

* **access:** private access specifiers replaced by protected ([#1186](https://github.com/valor-software/ng2-bootstrap/issues/1186)) ([0d4e93b](https://github.com/valor-software/ng2-bootstrap/commit/0d4e93b))
* **bs4:** updated to alfa 5 Class name changes ([#1201](https://github.com/valor-software/ng2-bootstrap/issues/1201)) ([49197f0](https://github.com/valor-software/ng2-bootstrap/commit/49197f0))
* **build:** ng test now working, applied workaroud >.< ([8eea379](https://github.com/valor-software/ng2-bootstrap/commit/8eea379))
* **datepicker:** disable datepicker dates based on dateDisabled property ([#799](https://github.com/valor-software/ng2-bootstrap/issues/799)) ([#1130](https://github.com/valor-software/ng2-bootstrap/issues/1130)) ([83452e1](https://github.com/valor-software/ng2-bootstrap/commit/83452e1))
* **package:** ng2 and moment version bump ([333b876](https://github.com/valor-software/ng2-bootstrap/commit/333b876))



<a name="1.1.16"></a>
## [1.1.16](https://github.com/valor-software/ng2-bootstrap/compare/v1.0.23...v1.1.16) (2016-10-26)

Expand Down
58 changes: 58 additions & 0 deletions angular-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"project": {
"version": "1.0.0-beta.19-3",
"name": "ng2-bootstrap"
},
"apps": [
{
"root": "demo/src",
"outDir": "demo/dist",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"test": "../../scripts/test.ts",
"tsconfig": "tsconfig.json",
"prefix": "app",
"mobile": false,
"styles": [
],
"scripts": [],
"environments": {
"source": "environments/environment.ts",
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"addons": [],
"packages": [],
"e2e": {
"protractor": {
"config": "protractor.conf.js"
}
},
"test": {
"karma": {
"config": "karma.conf.js"
}
},
"defaults": {
"styleExt": "css",
"prefixInterfaces": false,
"inline": {
"style": false,
"template": false
},
"spec": {
"class": false,
"component": true,
"directive": true,
"module": false,
"pipe": true,
"service": true
}
}
}
3 changes: 0 additions & 3 deletions components/accordion.ts

This file was deleted.

2 changes: 0 additions & 2 deletions components/alert.ts

This file was deleted.

3 changes: 0 additions & 3 deletions components/buttons.ts

This file was deleted.

3 changes: 0 additions & 3 deletions components/carousel.ts

This file was deleted.

2 changes: 0 additions & 2 deletions components/collapse.ts

This file was deleted.

14 changes: 0 additions & 14 deletions components/datepicker.ts

This file was deleted.

6 changes: 0 additions & 6 deletions components/dropdown.ts

This file was deleted.

4 changes: 0 additions & 4 deletions components/modal.ts

This file was deleted.

3 changes: 0 additions & 3 deletions components/pagination.ts

This file was deleted.

Loading

0 comments on commit b81ba43

Please sign in to comment.