This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix a number of sizing/positioning issues; margin now via css; added …
…tests.
- Loading branch information
Showing
8 changed files
with
584 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
var gulp = require('gulp'); | ||
require('gulp-web-component-tester').init(gulp); |
Oops, something went wrong.
da063de
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.
Whoa, that change breaks the demo and even worse it breaks everything else in my apps that was based on core-overlay.
Will other core elements see such major breaking changes?
da063de
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.
Could you be more specific about how it breaks the demo and breaks your app?
Our goal is obviously to improve the elements and we are still in a period where there may be breaking changes. That said, if we can avoid the pain, we definitely will.