-
Notifications
You must be signed in to change notification settings - Fork 357
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
feat(dependencies): upgrade covalent dependencies @[email protected] #1096
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
http://localhost:4200/#/components/json-formatter |
http://localhost:4200/#/components/dynamic-forms |
http://localhost:4200/#/components/code-editor |
The last find is in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ata#1096) * chore(dependencies): upgrade covalent dependencies @angular@5.1 * perf(divider): import divider module instead of list module in layout and menu modules * feat(enums): leverage typescript string enums to remove the <any> cast * fix(chips): underline not working properly on 5.1 material * fix(chips): remove disabled chip since now we cant focus a chip if its disabled * chore(): rollback test.ts * fix(chips): deselect first option only if it has been selected before and was done internally * fix(docs): divider issue in json-formatter docs * fix(docs): divider issue in dynamic-forms docs * fix(docs): divider issue in layouts overview * fix(docs): divider issue in logo docs * fix(docs): divider issue in stepper pattern docs * fix(docs): divider issue in empty state pattern docs * feat(divider): replace matInset with [inset]="true" * chore(): upgrade to angular/cli 1.6.5 and TS 2.6.2
Description
Now that material introduced their
MatDividerModule
, we can directly use it without usingMatListModule
.. To be able to use this we need to upgrade material to 5.1So to keep consistency we are gonna have a minimal requirement of [email protected]
Test Steps
npm run serve
General Tests for Every PR
npm run serve:prod
still works.npm run tslint
passes.npm run stylelint
passes.npm test
passes and code coverage is not lower.npm run build:release
still works.