Skip to content

Commit

Permalink
Merge pull request #114 from coreui/dev-vnext
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
xidedix authored Oct 22, 2018
2 parents df6465e + e15924f commit 31b2955
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 260 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
## [angular](./README.md) version `changelog`

###### `v2.0.1`
- refactor(modals): buttons spacing
- refactor(brand-buttons): buttons spacing
- update: `@coreui/coreui` to `2.0.20`
- update: `@angular/*` to `6.1.10`
- update: `@angular/cli` to `6.2.6`
- update: `chart.js` to `2.7.3`
- update: `flag-icon-css` to `3.2.1`
- update: `ngx-perfect-scrollbar` to `6.3.1`
- update: `rxjs` to `6.3.3`
- update: `rxjs-compat` to `6.3.3`
- update: `tsickle` to `0.33.0`
- update: `@types/jasmine` to `2.8.9`
- update: `@types/jasminewd2` to `2.0.5`
- update: `@types/node` to `10.12.0`
- update: `codelyzer` to `4.5.0`
- update: `karma-coverage-istanbul-reporter` to `2.0.4`
- update: `protractor` to `5.4.1`

###### `v2.0.0`
- fix(dropdowns): dropup misplaced temp fix
- chore: update `@coreui/icons` to `0.3.0`
Expand Down
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-angular-admin-template",
"version": "2.0.0",
"version": "2.0.1",
"description": "CoreUI Free Angular 2+ Admin Template",
"author": {
"name": "Łukasz Holeczek",
Expand All @@ -27,52 +27,53 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.6",
"@angular/common": "^6.1.6",
"@angular/compiler": "^6.1.6",
"@angular/core": "^6.1.6",
"@angular/forms": "^6.1.6",
"@angular/http": "^6.1.6",
"@angular/platform-browser": "^6.1.6",
"@angular/platform-browser-dynamic": "^6.1.6",
"@angular/router": "^6.1.6",
"@angular/animations": "^6.1.10",
"@angular/common": "^6.1.10",
"@angular/compiler": "^6.1.10",
"@angular/core": "^6.1.10",
"@angular/forms": "^6.1.10",
"@angular/http": "^6.1.10",
"@angular/platform-browser": "^6.1.10",
"@angular/platform-browser-dynamic": "^6.1.10",
"@angular/router": "^6.1.10",
"@coreui/angular": "^2.0.0-rc.1",
"@coreui/coreui": "^2.0.4",
"@coreui/coreui": "^2.0.20",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
"bootstrap": "^4.1.3",
"chart.js": "^2.7.2",
"chart.js": "^2.7.3",
"core-js": "^2.5.7",
"flag-icon-css": "^3.0.0",
"flag-icon-css": "^3.2.1",
"font-awesome": "^4.7.0",
"moment": "^2.22.2",
"mutationobserver-shim": "^0.3.2",
"ng2-charts": "^1.6.0",
"ngx-bootstrap": "^3.0.1",
"ngx-perfect-scrollbar": "^6.3.0",
"rxjs": "^6.3.0",
"rxjs-compat": "^6.3.0",
"ngx-perfect-scrollbar": "^6.3.1",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"simple-line-icons": "^2.4.1",
"ts-helpers": "^1.1.2",
"tsickle": "^0.33.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.7.5",
"@angular/cli": "^6.1.5",
"@angular/compiler-cli": "^6.1.6",
"@angular/language-service": "^6.1.6",
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "^2.0.3",
"@types/node": "^10.9.4",
"codelyzer": "^4.4.4",
"@angular/cli": "^6.2.6",
"@angular/compiler-cli": "^6.1.10",
"@angular/language-service": "^6.1.10",
"@types/jasmine": "^2.8.9",
"@types/jasminewd2": "^2.0.5",
"@types/node": "^10.12.0",
"codelyzer": "^4.5.0",
"jasmine-core": "^3.2.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.2",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.3.1",
"protractor": "5.4.0",
"protractor": "^5.4.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
Expand Down
7 changes: 7 additions & 0 deletions src/app/views/base/forms.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@
<span class="help-block">Please enter a complex password</span>
</div>
</div>
<div class="form-group row">
<label class="col-md-3 col-form-label" for="date-input">Date Input</label>
<div class="col-md-9">
<input class="form-control" id="date-input" type="date" name="date-input" placeholder="date">
<span class="help-block">Please enter a valid date</span>
</div>
</div>
<div class="form-group row">
<label class="col-md-3 col-form-label" for="disabled-input">Disabled Input</label>
<div class="col-md-9">
Expand Down
Loading

0 comments on commit 31b2955

Please sign in to comment.