Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into snack-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott committed Oct 5, 2016
2 parents d710b48 + 580da74 commit fbb2d4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ and which pieces are blocked) and make a comment.
Also see our [`Good for community contribution`](https://github.com/angular/material2/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+for+community+contribution%22)
label.

High level items planned for September 2016:
* Work on Angular core towards 2.0.0 final
* Preparing for conferences (Angular Connect and ng-europe)
* Final features for dialog
* Initial version of snackbar.
* Additional behaviors for menu, start design for select.
* Finalize high-level design details for data-table.
High level items planned for October 2016:
* Initial version of md-select
* Basic docs for dialog and snackbar
* Major bug bashing
* Start design on autocomplete and chips
* AoT compile e2e app
* Start work on https://material.angular.io site
* Onboarding for 3 (!) new Angular Material team members.


#### Feature status:
Expand Down
3 changes: 2 additions & 1 deletion src/lib/snack-bar/snack-bar-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $md-snack-bar-max-width: 568px !default;
@include md-elevation(24);
background: #323232;
border-radius: 2px;
box-sizing: content-box;
display: block;
height: $md-snack-bar-height;
max-width: $md-snack-bar-max-width;
Expand All @@ -18,4 +19,4 @@ $md-snack-bar-max-width: 568px !default;
padding: $md-snack-bar-padding;
// Initial transformation is applied to start snack bar out of view.
transform: translateY(100%);
}
}
2 changes: 1 addition & 1 deletion src/lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"skipTemplateCodegen": true,
"debug": true
}
}
}

0 comments on commit fbb2d4f

Please sign in to comment.