Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Side by Side Diff: pubspec.yaml

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: update pubspec/changelog Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 name: polymer_elements 1 name: polymer_elements
2 version: 1.0.0-rc.2 2 version: 1.0.0-rc.3
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 description: Polymer polymer-elements for Dart 4 description: Polymer polymer-elements for Dart
5 homepage: https://www.dartlang.org/polymer/ 5 homepage: https://www.dartlang.org/polymer/
6 dependencies: 6 dependencies:
7 browser: ^0.10.0 7 browser: ^0.10.0
8 polymer_interop: ^1.0.0-rc.1 8 polymer_interop: ^1.0.0-rc.1
9 web_components: ^0.12.0 9 web_components: ^0.12.0
10 reflectable: ^0.3.1 10 reflectable: ^0.3.1
11 dev_dependencies: 11 dev_dependencies:
12 custom_element_apigen: ^0.2.0+2 12 custom_element_apigen: ^0.2.1+1
13 html5lib: ">=0.11.0 <0.13.0" 13 html5lib: ">=0.11.0 <0.13.0"
14 path: ^1.0.0 14 path: ^1.0.0
15 yaml: ">=1.0.0 <3.0.0" 15 yaml: ">=1.0.0 <3.0.0"
16 test: ^0.12.0 16 test: ^0.12.0
17 polymer: ^1.0.0-rc.2 17 polymer: ^1.0.0-rc.2
18 18
19 environment: 19 environment:
20 sdk: '>=1.6.0 <2.0.0' 20 sdk: '>=1.6.0 <2.0.0'
21 transformers: 21 transformers:
22 - web_components: 22 - web_components:
23 $include: test/*_test.html 23 $include: test/*_test.html
24 - reflectable: 24 - reflectable:
25 entry_points: 25 entry_points:
26 - test/iron_a11y_keys_behavior_test.dart 26 - test/iron_a11y_keys_behavior_test.dart
27 - test/iron_behavior_active_state_test.dart 27 - test/iron_behavior_active_state_test.dart
28 - test/iron_behavior_disabled_state_test.dart 28 - test/iron_behavior_disabled_state_test.dart
29 - test/iron_behavior_focused_state_test.dart 29 - test/iron_behavior_focused_state_test.dart
30 - test/iron_checked_element_behavior_test.dart 30 - test/iron_checked_element_behavior_test.dart
31 - test/iron_fit_behavior_test.dart 31 - test/iron_fit_behavior_test.dart
32 - test/iron_form_test.dart 32 - test/iron_form_test.dart
33 - test/iron_input_test.dart
33 - test/iron_list_basic_test.dart 34 - test/iron_list_basic_test.dart
35 - test/iron_list_different_heights_test.dart
36 - test/iron_list_dynamic_item_size_test.dart
34 - test/iron_list_hidden_test.dart 37 - test/iron_list_hidden_test.dart
35 - test/iron_list_mutations_test.dart 38 - test/iron_list_mutations_test.dart
36 - test/iron_list_physical_count_test.dart 39 - test/iron_list_physical_count_test.dart
37 - test/iron_list_selection_test.dart 40 - test/iron_list_selection_test.dart
41 - test/iron_localstorage_basic_test.dart
38 - test/iron_menu_behavior_test.dart 42 - test/iron_menu_behavior_test.dart
39 - test/iron_menubar_behavior_test.dart 43 - test/iron_menubar_behavior_test.dart
40 - test/iron_overlay_behavior_test.dart 44 - test/iron_overlay_behavior_test.dart
41 - test/iron_range_behavior_test.dart 45 - test/iron_range_behavior_test.dart
42 - test/iron_resizable_behavior_basic_test.dart 46 - test/iron_resizable_behavior_basic_test.dart
43 - test/iron_resizable_behavior_test.dart 47 - test/iron_resizable_behavior_test.dart
48 - test/iron_selector_content_test.dart
49 - test/iron_selector_template_repeat_test.dart
44 - test/iron_validatable_behavior_test.dart 50 - test/iron_validatable_behavior_test.dart
45 - test/iron_validator_behavior_test.dart 51 - test/iron_validator_behavior_test.dart
46 - test/neon_animated_pages_test.dart 52 - test/neon_animated_pages_test.dart
47 - test/paper_button_behavior_test.dart 53 - test/paper_button_behavior_test.dart
54 - test/paper_checked_element_behavior_test.dart
55 - test/paper_radio_button_behavior_test.dart
48 - test/paper_dialog_behavior_test.dart 56 - test/paper_dialog_behavior_test.dart
49 - test/paper_inky_focus_behavior_test.dart 57 - test/paper_ripple_behavior_test.dart
50 - test/paper_scroll_header_panel_basic_test.dart 58 - test/paper_scroll_header_panel_basic_test.dart
51 - test/paper_scroll_header_panel_header_state_test.dart 59 - test/paper_scroll_header_panel_header_state_test.dart
52 - test/paper_scroll_header_panel_scroll_test.dart 60 - test/paper_scroll_header_panel_scroll_test.dart
53 - test/paper_tooltip_test.dart 61 - test/paper_tooltip_test.dart
54 - test/pub_serve: 62 - test/pub_serve:
55 $include: test/**_test{.*,}.dart 63 $include: test/**_test{.*,}.dart
56 64
57 environment: 65 environment:
58 sdk: ">=1.8.0 <2.0.0" 66 sdk: ">=1.8.0 <2.0.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698