Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Get ready for v2 #1223

Merged
merged 54 commits into from
Dec 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
fb21995
initial commit: removed obsolet dependecies
valorkin Nov 4, 2016
f42ce18
moving files
valorkin Nov 4, 2016
57d4a67
menus
valorkin Nov 4, 2016
8d9bf31
accordion demo
valorkin Nov 4, 2016
de89232
moved alert docs
valorkin Nov 4, 2016
2ee255b
buttons docs added
valorkin Nov 4, 2016
1b0b284
carousel in progress
valorkin Nov 4, 2016
6d2135d
module structure simplified (index.ts in each components folder)
valorkin Nov 7, 2016
fbb89e2
removed generated files
valorkin Nov 7, 2016
5f29d6f
added collapse
valorkin Nov 7, 2016
6083e50
removed generated files
valorkin Nov 7, 2016
d9c9adc
datepicker docs added
valorkin Nov 7, 2016
884eee6
dropdown docs added
valorkin Nov 7, 2016
7941787
modal docs added
valorkin Nov 7, 2016
6548409
pagination doc added
valorkin Nov 7, 2016
bc740c9
progressbar demo added
valorkin Nov 7, 2016
54119ac
rating demo added
valorkin Nov 7, 2016
67f6d3f
tabs demo added
valorkin Nov 7, 2016
45deb99
use commonjs convention
valorkin Nov 7, 2016
33ad2b0
timepicker demo added
valorkin Nov 7, 2016
ed77e98
tooltips demo added
valorkin Nov 7, 2016
f307275
typeahead docs added
valorkin Nov 7, 2016
fb2671a
demo structure updated
valorkin Nov 8, 2016
e477fa3
markdown docs moved from components to demo app
valorkin Nov 8, 2016
fee0e64
demo e2e tests moved to demo_e2e folder
valorkin Nov 8, 2016
4aeb948
demo karma and protractor configs moved to demo folder
valorkin Nov 8, 2016
613fff9
all ng2-bootstrap components moved to src folder
valorkin Nov 8, 2016
5f26bd1
remove old files
valorkin Nov 8, 2016
1e1f952
updated tslint version
valorkin Nov 8, 2016
cd9c235
added umd bundles builded with webpack
valorkin Nov 9, 2016
e38a6dd
karma test runner fixed
valorkin Nov 10, 2016
152ce40
fixed protractor e2e tests runner
valorkin Nov 10, 2016
212ac3d
fixing npm start & prepublish & gh-deploy scripts
valorkin Nov 10, 2016
b51f8c2
fixed tslint errors
valorkin Nov 10, 2016
92c7172
WIP demo+aot
valorkin Nov 11, 2016
fd93f7b
fix(pager): fix aot compilation (#1232)
musienkoyuriy Nov 11, 2016
7548fa6
demo now builds with AoT
valorkin Nov 11, 2016
3d61d48
fix(ci): karma test should work in travis now
valorkin Nov 11, 2016
ef74787
WIP new bundling engine
valorkin Nov 15, 2016
333b876
feat(package): ng2 and moment version bump
valorkin Nov 15, 2016
0ee4fb5
chore(demo): fix for ng2 v2.2 #986
valorkin Nov 16, 2016
b7a1441
chore(build): custom build replaced with npm-submodules
valorkin Nov 17, 2016
a22b66f
chore(package): updated 3rd party dependencies
valorkin Nov 17, 2016
5fa34cc
chore(package): removing unused dependencies
valorkin Nov 17, 2016
8eea379
feat(build): ng test now working, applied workaroud >.<
valorkin Nov 18, 2016
5bb2619
fix(ci): let the karma pass
valorkin Nov 18, 2016
34e78c5
feat(ngm): prepairing to release
valorkin Nov 28, 2016
bce6120
feat(tests): added E2e saucelabs runner (#1272)
musienkoyuriy Nov 29, 2016
b78085b
feat(package): dependencies update
valorkin Dec 1, 2016
8126b06
feat(build): now using ngm build
valorkin Dec 1, 2016
d813946
fix(ci): added build and link steps in pretest hook
valorkin Dec 1, 2016
3970521
feat(pager-tests): added tests for pager component (#1279)
macroorganizm Dec 1, 2016
e438326
test(tooltip): add unit tests
musienkoyuriy Dec 1, 2016
9c12beb
Merge branch 'development' into feat-ng-cli
valorkin Dec 1, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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