Skip to content

Commit

Permalink
Merge pull request #137 from creativetimofficial/feature/v2.8.0
Browse files Browse the repository at this point in the history
Feature/v2.8.0
  • Loading branch information
rarestoma authored Nov 28, 2022
2 parents 9b21dc3 + 3e92953 commit 722a7cc
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 68 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ testem.log
# System Files
.DS_Store
Thumbs.db
package-lock.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.8.0] - 2022-11-28
### Updates
- update to Angular 14
- update all dependencies to match Angular 14 version

## [2.7.0] - 2022-04-03
### Updates
- update to Angular 13
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ Instagram: <https://www.instagram.com/CreativeTimOfficial>

[CHANGELOG]: ./CHANGELOG.md

[version-badge]: https://img.shields.io/badge/version-2.7.0-blue.svg
[version-badge]: https://img.shields.io/badge/version-2.8.0-blue.svg
2 changes: 1 addition & 1 deletion documentation/css/material-dashboard.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!

=========================================================
* Material Dashboard - v2.7.0
* Material Dashboard - v2.8.0
=========================================================

* Product Page: http://www.creative-tim.com/product/now-ui-dashboard
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorial-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<h1>Material Dashboard Angular
</h1>

<h3 class="title">Documentation v2.7.0</h3>
<h3 class="title">Documentation v2.8.0</h3>
<br/>
<a href="https://demos.creative-tim.com/material-dashboard-angular2/documentation/tutorial" class="btn btn-white btn-round">View documentation</a>
</div>
Expand Down
68 changes: 33 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-dashboard-angular",
"version": "2.7.0",
"version": "2.8.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -17,26 +17,25 @@
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.1",
"@angular/cdk": "^13.3.1",
"@angular/common": "^13.3.1",
"@angular/compiler": "^13.3.1",
"@angular/core": "^13.3.1",
"@angular/elements": "^13.3.1",
"@angular/forms": "^13.3.1",
"@angular/material": "13.3.1",
"@angular/platform-browser": "^13.3.1",
"@angular/platform-browser-dynamic": "^13.3.1",
"@angular/platform-server": "13.3.1",
"@angular/router": "^13.3.1",
"@angular/animations": "^14.2.0",
"@angular/cdk": "^14.2.0",
"@angular/common": "^14.2.0",
"@angular/compiler": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/elements": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/localize": "^14.2.0",
"@angular/material": "^14.2.0",
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"ajv": "8.11.0",
"arrive": "2.4.1",
"bootstrap": "4.6.1",
"bootstrap-material-design": "4.1.3",
"bootstrap-notify": "3.1.3",
"chartist": "0.11.4",
"classlist.js": "1.1.20150312",
"core-js": "3.21.1",
"eslint": "^8.11.0",
"express": "4.17.3",
"googleapis": "99.0.0",
Expand All @@ -45,36 +44,35 @@
"moment": "2.29.1",
"perfect-scrollbar": "1.5.5",
"popper.js": "1.16.1",
"rxjs": "^7.5.5",
"rxjs-compat": "6.6.7",
"web-animations-js": "2.3.2",
"zone.js": "~0.11.5"
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4",
"web-animations-js": "2.3.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.1",
"@angular/cli": "^13.3.1",
"@angular/compiler-cli": "^13.3.1",
"@angular/language-service": "13.3.1",
"@angular-devkit/build-angular": "^14.2.7",
"@angular/cli": "~14.2.7",
"@angular/compiler-cli": "^14.2.0",
"@angular/language-service": "14.2.0",
"@types/jasmine": "~4.0.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.21",
"@types/bootstrap": "4.5.0",
"@types/chartist": "0.11.1",
"@types/google.maps": "3.47.4",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.10",
"@types/jquery": "3.5.6",
"@types/node": "16.3.2",
"sass": "1.32.13",
"codelyzer": "6.0.2",
"jasmine-core": "~4.0.1",
"jasmine-core": "~4.4.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "^2.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"sass": "1.32.13",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"protractor": "7.0.0",
"ts-node": "~10.7.0",
"tslint": "6.1.3",
"typescript": "~4.4.2"
"ts-node": "~10.9.1",
"typescript": "~4.7.2"
}
}
2 changes: 1 addition & 1 deletion src/assets/css/demo.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
=========================================================
* Material Dashboard Angular - v2.7.0
* Material Dashboard Angular - v2.8.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
Expand Down
4 changes: 2 additions & 2 deletions src/assets/scss/material-dashboard.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
=========================================================
* Material Dashboard Angular - v2.7.0
* Material Dashboard Angular - v2.8.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
Expand All @@ -19,7 +19,7 @@

@import "core/variables";
@import "core/mixins";
@import "~bootstrap/scss/bootstrap";
@import "bootstrap/scss/bootstrap";


// Core Components
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Material Dashboard Angular - v2.7.0
* Material Dashboard Angular - v2.8.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
=========================================================
* Material Dashboard Angular - v2.7.0
* Material Dashboard Angular - v2.8.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
Expand Down
20 changes: 0 additions & 20 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,13 @@
* BROWSER POLYFILLS
*/

/** IE9, IE10 and IE11 requires all of the following polyfills. **/
import 'core-js/es/symbol';
import 'core-js/es/object';
import 'core-js/es/function';
import 'core-js/es/parse-int';
import 'core-js/es/parse-float';
import 'core-js/es/number';
import 'core-js/es/math';
import 'core-js/es/string';
import 'core-js/es/date';
import 'core-js/es/array';
import 'core-js/es/regexp';
import 'core-js/es/map';
import 'core-js/es/set';

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
import 'classlist.js'; // Run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following to support `@angular/animation`. */
import 'web-animations-js'; // Run `npm install --save webå-animations-js`.


/** Evergreen browsers require these. **/
import 'core-js/es/reflect';
// import 'core-js/es7/reflect';


/** ALL Firefox browsers require the following to support `@angular/animation`. **/
import 'web-animations-js'; // Run `npm install --save web-animations-js`.

Expand Down
10 changes: 5 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"target": "es2020",
"lib": [
"es2020",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}

0 comments on commit 722a7cc

Please sign in to comment.