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

Commit

Permalink
Minor udpates for v0.10.1 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 221512493
  • Loading branch information
nshahan committed Nov 15, 2018
1 parent 8dce2df commit 7f254c8
Show file tree
Hide file tree
Showing 30 changed files with 35 additions and 31 deletions.
6 changes: 5 additions & 1 deletion angular_components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions angular_components/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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.
homepage: https://webdev.dartlang.org/components
documentation: https://webdev.dartlang.org/api?package=angular_components
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion angular_gallery/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: angular_gallery
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion angular_gallery_section/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: angular_gallery_section
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/angular_components_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: angular_components_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/app_layout_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: app_layout_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_button_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_button_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_card_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_card_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_checkbox_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_checkbox_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_chips_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_chips_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_datepicker_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_datepicker_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_dialog_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_dialog_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_expansionpanel_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_expansionpanel_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_icon_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_icon_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_input_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_input_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_list_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_list_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_menu_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_menu_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_popup_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_popup_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_progress_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_progress_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_radio_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_radio_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_select_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_select_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_slider_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_slider_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_spinner_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_spinner_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_stepper_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_stepper_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_tab_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_tab_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_toggle_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_toggle_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_tooltip_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_tooltip_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_tree_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_tree_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/material_yes_no_buttons_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: material_yes_no_buttons_example
author: Dart Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion examples/scorecard_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: scorecard_example
author: Dart Team <[email protected]>
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
Expand Down

0 comments on commit 7f254c8

Please sign in to comment.