No elements on bottom of virtual-repeat container - #1
Open
ililienthal wants to merge 2602 commits into
Open
Conversation
In readonly mode, the dynamic chips had an additional bit of padding that made them inconsistent with static chips and caused the inner text to not be centered. Fixesangular#2829 (already closed, but people mentioned it in comments)
During animation, certain browsers would show scroll bars if the toast was positioned at the bottom of the parent container. Fix by adding a class to the parent which sets the overflow to hidden only during the animations. Also, update documentation with notes about positioning and recommendations. Fixesangular#2936. Closesangular#6017
I was a bit annoyed I had to hunt this down. I honestly was under the impression that adding the CSS file would be enough to get started just like many other UI frameworks. I was wrong; though not mentioning the module to add in the instructions those give that same impression. Closesangular#6016
In angular#3973 OP addressed us that the color of the input error should be `#DD2C00` which is `A700` from the deep-orange palette so i changed all `warn-500` (the old value from the red palette) to `warn-A700` and change the default warn palette to deep-orange. fixesangular#3973Closesangular#5992
Added `md-dialog` directive page that contains - `md-dialog`, `md-dialog-content`, `md-dialog-actions`. Added `function` type to controller method fixesangular#4728 and angular#3199Closesangular#5957
Secondary was being wrapped only if `md-checkbox` or `md-switch` were near by or `ng-click` was applied on the list item. fixesangular#3928Closesangular#5993
…ormal label without an icon. At the moment the default label selector with (left: 0px) overwrites the label with icon selector. This can be fixed by changing the selector priority. Fixesangular#6005Closesangular#6013
* add core.spec.js to test ngTouch detection logic Fixesangular#6032. Closesangular#6034
* Refactor Layout API directive registration to iteration all known breakpoints. * Update `layout.spec.js` tests to test all breakpoints Fixesangular#5995. Fixesangular#5983. Closesangular#6037.
* fix parsing issue to allow single value * add demo to test omitting second value fixesangular#5996. closesangular#6003.
There are some common issues that users seem to be experiencing with the different ways that browsers handle flexbox. Add a guide to document these issues with workarounds as well as providing some general guidelines and best practices. Fixesangular#5652. Closesangular#6039
* Some HTML elements can't be flex containers: read https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers for details. * Add warnings (with url) for above issue. * update checkbox demo with workaround. Closesangular#6024
…und-contrast Contrast made the raised button text color on dark theme to be white, as the button color, Changing that to background-900 made it almost black no-matter the background color. fixesangular#5670Closesangular#5954
…on to have cursor default fixesangular#4831Closesangular#5612
Update the docs with better wording and an embeded version of the original Codepen.
…o the body again Closesangular#6044
Accidentally applied zero margin to every `p` in the card, which caused multiple `p` elements to stick together. This fix is only applies zero margin to the first and last element * fixed test with iit Closesangular#6060
* update component custom mediaQueries to be consistent with ranges defined for Layout mediaQueries * update `hide` API for mediaQueries * fix hide SCSS and component mediaQuery(s) * fix mixins for gt-lg and xl * fix flex-order with negative ordering; support -20 to 20 * fix RTE with $log injection * update(layout): Currently `validateAttributeUsage( )` is only used for the `flex` API, so remove its use from the non-observable APIs. * fix menu demos with workarounds for layout=column issues * wrapper div for `<p>` tags * min-height for `<div class="menus">` Fixesangular#5646. Fixesangular#6056. Fixesangular#5576. Fixesangular#6057. Fixesangular#5962. Closesangular#6082,
The logic test deciding when to show the secondary placeholder was backwards, causing the secondary placeholder to be shown when no chips were present. Fixes github issues angular#2770 and angular#4476. Closesangular#6535
- Thx @tjlav5Fixesangular#6328. Closesangular#6400.
It was bugging me sufficiently. Closesangular#7058
mistakenly enabled for 1.0.5; disable to to Travis fails.
- Add the `clearContext: false` option to hopefully fix the random "some tests reloaded" error. - Create separate CI karma config for all CI-related changes. - improve karma error capture for karma.js - reduce disconnectTimeout 500 mSecs - Update `test-versions.sh` to use CI Karma config and fix typos. References angular#6699. Closesangular#7094
* Defined as auto solved the problem and preserved functionality on Chrome fixesangular#7061Closesangular#7117
* Also adds test for md-toast-text class in simple toast Fixesangular#6649, #breaking Closesangular#7099
The `line-height` property of the FAB buttons was removed to fix an issue with the tooltip demo. This had unintended consequences on FABs that used `ui-sref` which made them `<a>` tags instead of `<button>` tags. The tooltip demo issue was caused by the parent `<md-content>` applying it's padding to all of it's children. Revert the line-height change and fix demos by wrapping child content in a new `<div>` which accepts the extra padding. Fixesangular#7087. Closesangular#7145
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After the fix d27de6d
scrolling with the mousewheel to the bottom of the container dosn't work.
I got a better version.