From 7f254c89cbbd512cc284a7e9d03bb687f9948bd9 Mon Sep 17 00:00:00 2001 From: nshahan Date: Wed, 14 Nov 2018 14:34:57 -0800 Subject: [PATCH] Minor udpates for v0.10.1 release PiperOrigin-RevId: 221512493 --- angular_components/CHANGELOG.md | 6 +++++- angular_components/pubspec.yaml | 4 ++-- angular_gallery/pubspec.yaml | 2 +- angular_gallery_section/pubspec.yaml | 2 +- examples/angular_components_example/pubspec.yaml | 2 +- examples/app_layout_example/pubspec.yaml | 2 +- examples/material_button_example/pubspec.yaml | 2 +- examples/material_card_example/pubspec.yaml | 2 +- examples/material_checkbox_example/pubspec.yaml | 2 +- examples/material_chips_example/pubspec.yaml | 2 +- examples/material_datepicker_example/pubspec.yaml | 2 +- examples/material_dialog_example/pubspec.yaml | 2 +- examples/material_expansionpanel_example/pubspec.yaml | 2 +- examples/material_icon_example/pubspec.yaml | 2 +- examples/material_input_example/pubspec.yaml | 2 +- examples/material_list_example/pubspec.yaml | 2 +- examples/material_menu_example/pubspec.yaml | 2 +- examples/material_popup_example/pubspec.yaml | 2 +- examples/material_progress_example/pubspec.yaml | 2 +- examples/material_radio_example/pubspec.yaml | 2 +- examples/material_select_example/pubspec.yaml | 2 +- examples/material_slider_example/pubspec.yaml | 2 +- examples/material_spinner_example/pubspec.yaml | 2 +- examples/material_stepper_example/pubspec.yaml | 2 +- examples/material_tab_example/pubspec.yaml | 2 +- examples/material_toggle_example/pubspec.yaml | 2 +- examples/material_tooltip_example/pubspec.yaml | 2 +- examples/material_tree_example/pubspec.yaml | 2 +- examples/material_yes_no_buttons_example/pubspec.yaml | 2 +- examples/scorecard_example/pubspec.yaml | 2 +- 30 files changed, 35 insertions(+), 31 deletions(-) diff --git a/angular_components/CHANGELOG.md b/angular_components/CHANGELOG.md index 2f5a85a58..ffa7f1b7c 100644 --- a/angular_components/CHANGELOG.md +++ b/angular_components/CHANGELOG.md @@ -24,7 +24,8 @@ #### Material Input * Add Sass mixins to disable wrapping for hint text and hide leading and trailing text. -* Fix material_percent_directive for LTR languages with leading % symbol. +* Fix `MaterialPercentInputDirective` for LTR languages with leading % symbol. +* Fix inconsistent margins in Safari browser. #### Material Menu * Add ability to provide extra label annotations for menu items. @@ -37,6 +38,9 @@ #### Material Slider * No longer focusable when disabled. +#### Material Stepper +* Ensure items that can't be selected also can't be tabbed to. + #### Material Tab * Add Sass mixin for a shadow below the tab strip. diff --git a/angular_components/pubspec.yaml b/angular_components/pubspec.yaml index 4064eb659..3ffda327a 100644 --- a/angular_components/pubspec.yaml +++ b/angular_components/pubspec.yaml @@ -1,5 +1,5 @@ name: angular_components -version: 0.10.1-dev +version: 0.10.1 description: > The official Material Design components for AngularDart. Used at Google in production apps. @@ -7,7 +7,7 @@ homepage: https://webdev.dartlang.org/components documentation: https://webdev.dartlang.org/api?package=angular_components author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_forms: ^2.1.0 diff --git a/angular_gallery/pubspec.yaml b/angular_gallery/pubspec.yaml index 5a8919ae3..9eb6c6411 100644 --- a/angular_gallery/pubspec.yaml +++ b/angular_gallery/pubspec.yaml @@ -1,7 +1,7 @@ name: angular_gallery author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/angular_gallery_section/pubspec.yaml b/angular_gallery_section/pubspec.yaml index a043175d0..191dea33d 100644 --- a/angular_gallery_section/pubspec.yaml +++ b/angular_gallery_section/pubspec.yaml @@ -1,7 +1,7 @@ name: angular_gallery_section author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: analyzer: ^0.33.0 angular: ^5.1.0 diff --git a/examples/angular_components_example/pubspec.yaml b/examples/angular_components_example/pubspec.yaml index 6f1e985bc..c4c7b55f7 100644 --- a/examples/angular_components_example/pubspec.yaml +++ b/examples/angular_components_example/pubspec.yaml @@ -1,7 +1,7 @@ name: angular_components_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 diff --git a/examples/app_layout_example/pubspec.yaml b/examples/app_layout_example/pubspec.yaml index 0248661df..1a21f6bf2 100644 --- a/examples/app_layout_example/pubspec.yaml +++ b/examples/app_layout_example/pubspec.yaml @@ -1,7 +1,7 @@ name: app_layout_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_button_example/pubspec.yaml b/examples/material_button_example/pubspec.yaml index 359df38a7..07a6ce21d 100644 --- a/examples/material_button_example/pubspec.yaml +++ b/examples/material_button_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_button_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_card_example/pubspec.yaml b/examples/material_card_example/pubspec.yaml index b6fbe2b5d..1d5cd7be3 100644 --- a/examples/material_card_example/pubspec.yaml +++ b/examples/material_card_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_card_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_checkbox_example/pubspec.yaml b/examples/material_checkbox_example/pubspec.yaml index cdb2cfc6e..74e1c85de 100644 --- a/examples/material_checkbox_example/pubspec.yaml +++ b/examples/material_checkbox_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_checkbox_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_chips_example/pubspec.yaml b/examples/material_chips_example/pubspec.yaml index 76289b04f..1d19a33bd 100644 --- a/examples/material_chips_example/pubspec.yaml +++ b/examples/material_chips_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_chips_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_datepicker_example/pubspec.yaml b/examples/material_datepicker_example/pubspec.yaml index 039ccb08d..42081bbc9 100644 --- a/examples/material_datepicker_example/pubspec.yaml +++ b/examples/material_datepicker_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_datepicker_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_dialog_example/pubspec.yaml b/examples/material_dialog_example/pubspec.yaml index 5296b8d74..4c6e9d99f 100644 --- a/examples/material_dialog_example/pubspec.yaml +++ b/examples/material_dialog_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_dialog_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_expansionpanel_example/pubspec.yaml b/examples/material_expansionpanel_example/pubspec.yaml index ba033ecf8..8a762d832 100644 --- a/examples/material_expansionpanel_example/pubspec.yaml +++ b/examples/material_expansionpanel_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_expansionpanel_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_icon_example/pubspec.yaml b/examples/material_icon_example/pubspec.yaml index b7cc39b02..391527120 100644 --- a/examples/material_icon_example/pubspec.yaml +++ b/examples/material_icon_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_icon_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_input_example/pubspec.yaml b/examples/material_input_example/pubspec.yaml index 1ce58ffb6..6ae30fdab 100644 --- a/examples/material_input_example/pubspec.yaml +++ b/examples/material_input_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_input_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_list_example/pubspec.yaml b/examples/material_list_example/pubspec.yaml index debadd40e..71db6d09c 100644 --- a/examples/material_list_example/pubspec.yaml +++ b/examples/material_list_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_list_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_menu_example/pubspec.yaml b/examples/material_menu_example/pubspec.yaml index 95437d561..bc36f3a11 100644 --- a/examples/material_menu_example/pubspec.yaml +++ b/examples/material_menu_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_menu_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_popup_example/pubspec.yaml b/examples/material_popup_example/pubspec.yaml index 426a13b80..26057f106 100644 --- a/examples/material_popup_example/pubspec.yaml +++ b/examples/material_popup_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_popup_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_progress_example/pubspec.yaml b/examples/material_progress_example/pubspec.yaml index ceddc4f31..2c0e2b6d5 100644 --- a/examples/material_progress_example/pubspec.yaml +++ b/examples/material_progress_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_progress_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_radio_example/pubspec.yaml b/examples/material_radio_example/pubspec.yaml index d3b911c6e..1bd62fbb6 100644 --- a/examples/material_radio_example/pubspec.yaml +++ b/examples/material_radio_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_radio_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_select_example/pubspec.yaml b/examples/material_select_example/pubspec.yaml index 3118d26ff..7ace85125 100644 --- a/examples/material_select_example/pubspec.yaml +++ b/examples/material_select_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_select_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_slider_example/pubspec.yaml b/examples/material_slider_example/pubspec.yaml index b2cd03b79..d6fd0319d 100644 --- a/examples/material_slider_example/pubspec.yaml +++ b/examples/material_slider_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_slider_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_spinner_example/pubspec.yaml b/examples/material_spinner_example/pubspec.yaml index b7f5185ff..aa40ec0d0 100644 --- a/examples/material_spinner_example/pubspec.yaml +++ b/examples/material_spinner_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_spinner_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_stepper_example/pubspec.yaml b/examples/material_stepper_example/pubspec.yaml index 7640fb6e0..84ced33be 100644 --- a/examples/material_stepper_example/pubspec.yaml +++ b/examples/material_stepper_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_stepper_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_tab_example/pubspec.yaml b/examples/material_tab_example/pubspec.yaml index 3e0c7a1e6..0715a6690 100644 --- a/examples/material_tab_example/pubspec.yaml +++ b/examples/material_tab_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_tab_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_toggle_example/pubspec.yaml b/examples/material_toggle_example/pubspec.yaml index 8e5189321..a37e8922b 100644 --- a/examples/material_toggle_example/pubspec.yaml +++ b/examples/material_toggle_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_toggle_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_tooltip_example/pubspec.yaml b/examples/material_tooltip_example/pubspec.yaml index c2492448c..f827b686c 100644 --- a/examples/material_tooltip_example/pubspec.yaml +++ b/examples/material_tooltip_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_tooltip_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_tree_example/pubspec.yaml b/examples/material_tree_example/pubspec.yaml index 5a5087208..e5db5be1f 100644 --- a/examples/material_tree_example/pubspec.yaml +++ b/examples/material_tree_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_tree_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/material_yes_no_buttons_example/pubspec.yaml b/examples/material_yes_no_buttons_example/pubspec.yaml index 690d04935..53ebcee29 100644 --- a/examples/material_yes_no_buttons_example/pubspec.yaml +++ b/examples/material_yes_no_buttons_example/pubspec.yaml @@ -1,7 +1,7 @@ name: material_yes_no_buttons_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1 diff --git a/examples/scorecard_example/pubspec.yaml b/examples/scorecard_example/pubspec.yaml index dd07eaa6e..a91184312 100644 --- a/examples/scorecard_example/pubspec.yaml +++ b/examples/scorecard_example/pubspec.yaml @@ -1,7 +1,7 @@ name: scorecard_example author: Dart Team environment: - sdk: '>=2.1.0-dev.7.1 <3.0.0' + sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: angular: ^5.1.0 angular_components: 0.10.1