Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Components update #96

Merged
merged 2 commits into from
May 24, 2017
Merged

Components update #96

merged 2 commits into from
May 24, 2017

Conversation

nshahan
Copy link
Contributor

@nshahan nshahan commented May 22, 2017

  • Breaking Change: Remove NoopStream in favor of Stream.empty() as
    provided by the SDK.
  • Material Select:
    • Unified template files (deleted material_select_dropdown_item.html).
    • Add support for Selectable SelectionOptions.
    • Create a ControlValueAccessor.
  • Add backspace and delete keys to KeyboardHandlerMixin.
  • Add selectedValue getter to RadioGroupSingleSelectionModel.
  • Add null check to ObservableComposite's register method.
  • Add totalEntitiesCountChange getter to table selection models.
  • Add isStandardMouseEvent utility to test for clicks without modifier keys.
  • Migrate use of LazyEventController to StreamController.
  • Strong mode fixes.

 * ___Breaking Change:___ Remove `NoopStream` in favor of `Stream.empty()` as
   provided by the SDK.
 * Material Select: 
   * Unified template files (deleted material_select_dropdown_item.html).
   * Add support for `Selectable` `SelectionOptions`.
   * Create a `ControlValueAccessor`.
 * Add backspace and delete keys to `KeyboardHandlerMixin`.
 * Add `selectedValue` getter to `RadioGroupSingleSelectionModel`.
 * Add null check to `ObservableComposite`'s `register` method.
 * Add `totalEntitiesCountChange` getter to table selection models.
 * Add `isStandardMouseEvent` utility to test for clicks without modifier keys.
 * Migrate use of LazyEventController to StreamController.
 * Strong mode fixes.
@nshahan nshahan requested a review from kevmoo May 22, 2017 23:08
@nshahan
Copy link
Contributor Author

nshahan commented May 22, 2017

Build broken by the dartium 50 roll but a fix is already in that should make it green. dart-lang/sdk@fbbb974

@nshahan
Copy link
Contributor Author

nshahan commented May 24, 2017

If this build is green I will update the commit message with the current notes from the changelog when I squash and merge.

@nshahan nshahan merged commit 6efe993 into master May 24, 2017
@nshahan nshahan deleted the components_update branch May 24, 2017 22:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants