-
Notifications
You must be signed in to change notification settings - Fork 122
Conversation
* Glyph: Add baseline attribute. * Material Expansionpanel: * Allow programmatic `expand` and `collapse` requests even if the panel is `disabled`. * Change `preserveWhitespace` default to false. * Add `enterAccepts` flag. * Material Input: * Show counter regardless of focus. * Add error message to `MaterialPercentInputDirective`. * Material List: Allow pointer events when disabled. * Material Popup: Fix positioning when `matchMinSourceWidth` is true. * Material Ripple: Show a centered ripple on keypress. * Material Select: * Only display underline when border is also set. * Add `useCheckMarks` to use check marks instead of checkboxes. * Material Tooltips: Resize to fit contents. * Material Yes/No Buttons: Add `enterAccepts` flag. * Deprecate LazyStreamController and migrate to StreamController. * Migrate use of LazyEventController to StreamController. * Documentation fixes. * Strong mode fixes.
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.
Also: verified the examples still work?
pubspec.yaml
Outdated
description: > | ||
The official Material Design components for AngularDart. Used at Google | ||
in production apps. | ||
homepage: https://github.com/dart-lang/angular_components | ||
author: Dart Team <[email protected]> | ||
environment: | ||
sdk: '>=1.23.0 <2.0.0' | ||
sdk: '>=1.23.0-dev.11.11 <2.0.0' |
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.
Remove this, right?
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.
Oops yeah. I added that in so I could build on my desktop. I will remove.
pubspec.yaml
Outdated
@@ -1,12 +1,12 @@ | |||
name: angular_components | |||
version: 0.5.0 | |||
version: 0.5.0+1 |
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.
New features? No breaks? Should be 0.5.1
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.
Done.
Yes, I verified with the angular_components_example. I will make a small update there to demo the new checkmark option for material select and bump the dependency. |
expand
andcollapse
requests even if the panel isdisabled
.preserveWhitespace
default to false.enterAccepts
flag.MaterialPercentInputDirective
.matchMinSourceWidth
is true.useCheckMarks
to use check marks instead of checkboxes.enterAccepts
flag.