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

Commit 37b2b4b

Browse files
committed
Prep to publish angular_components v0.14.0-alpha
* Bump minimum SDK and deps. * Update CHANGELOG. PiperOrigin-RevId: 250922957
1 parent 7f7d9a2 commit 37b2b4b

File tree

36 files changed

+241
-133
lines changed

36 files changed

+241
-133
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
env: PKGS="angular_components angular_gallery angular_gallery_section"
1010
script: ./tool/travis.sh dartfmt dartanalyzer
1111
- stage: analyze_and_format
12-
name: "SDK: 2.2.1-dev.3.0; PKGS: angular_components, angular_gallery, angular_gallery_section; TASKS: `dartanalyzer --fatal-warnings .`"
13-
dart: "2.2.1-dev.3.0"
12+
name: "SDK: 2.3.0-dev.0.1; PKGS: angular_components, angular_gallery, angular_gallery_section; TASKS: `dartanalyzer --fatal-warnings .`"
13+
dart: "2.3.0-dev.0.1"
1414
env: PKGS="angular_components angular_gallery angular_gallery_section"
1515
script: ./tool/travis.sh dartanalyzer
1616
- stage: unit_test
17-
name: "SDK: 2.2.1-dev.3.0; PKG: angular_components; TASKS: [`./tool/travis/install_protoc.sh`, `pub run test --run-skipped`]"
18-
dart: "2.2.1-dev.3.0"
17+
name: "SDK: 2.3.0-dev.0.1; PKG: angular_components; TASKS: [`./tool/travis/install_protoc.sh`, `pub run test --run-skipped`]"
18+
dart: "2.3.0-dev.0.1"
1919
env: PKGS="angular_components"
2020
script: ./tool/travis.sh command_0 test
2121
- stage: unit_test
@@ -24,8 +24,8 @@ jobs:
2424
env: PKGS="angular_components"
2525
script: ./tool/travis.sh command_0 test
2626
- stage: build
27-
name: "SDK: 2.2.1-dev.3.0; PKG: examples/angular_components_example; TASKS: [`pub run build_runner build web`, `pub run build_runner build web --release`]"
28-
dart: "2.2.1-dev.3.0"
27+
name: "SDK: 2.3.0-dev.0.1; PKG: examples/angular_components_example; TASKS: [`pub run build_runner build web`, `pub run build_runner build web --release`]"
28+
dart: "2.3.0-dev.0.1"
2929
env: PKGS="examples/angular_components_example"
3030
script: ./tool/travis.sh command_1 command_2
3131
- stage: build

angular_components/CHANGELOG.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,111 @@
1+
## 0.14.0-alpha
2+
### Component Updates
3+
4+
#### Material Auto Suggest Input
5+
* Adding generic type to `factoryRenderers` in items.
6+
* Update blur event logic.
7+
* Add `inputAutocomplete` input.
8+
* Improve a11y with added aria controls.
9+
10+
#### Material Checkbox
11+
* Add Sass mixin to remove all margins.
12+
13+
#### Material Date Picker
14+
* Fix issue where given `dateFormat` was not used to decode the input value.
15+
* Apply `FocusableMixin`.
16+
* Modularize and deprecate `timeZoneAwareDatepickerProviders`.
17+
* Prevent wordwrap for the range title.
18+
19+
#### Material Dialog
20+
* Add Sass mixin to justify footer content.
21+
22+
#### Material Dropdown Select
23+
* Pass `aria-describedby` through to the dropdown button.
24+
25+
#### Material Expansion Panel
26+
* Only auto focus a child, when the panel is expanded.
27+
* Only fire events and DOM changes on on-target TransitionEnd events.
28+
* Improve a11y by toggling content visibility when the panel expands or
29+
collapses.
30+
* Add `focusOnOpen` input.
31+
32+
#### Material Input
33+
* Add Sass mixin to change bottom section width and trailing text.
34+
* Add `inputAriaControls` input.
35+
36+
#### Material Menu
37+
* Add `popupClass` and `buttonAriaLabelledBy` inputs.
38+
* Add Sass mixin to configure the background color of a selected menu item.
39+
40+
#### Material Popup
41+
* Fix memory leak.
42+
43+
#### Material Radio
44+
* Ensure changes are picked up by Angular's change detection.
45+
* Add Sass mixin to configure the content margin.
46+
* Fix issue where programmatic changes to the value model were not shown.
47+
48+
#### Material Select
49+
* Adding generic type to `factoryRenderers` in items.
50+
* Add Sass mixins to configure item colors.
51+
52+
#### Material Stepper
53+
* Fix an issue where when `activeStepIndex` is set to a value but the step state
54+
is not updated accordingly.
55+
56+
#### Material Tab
57+
* Loop items and ignore up and down arrow key presses when focusing.
58+
59+
#### Material Tooltip
60+
* Add Sass mixin to configure the max width of a tooltip.
61+
* Improve a11y with focus control.
62+
63+
#### Material Tree
64+
* Properly apply `nested-material-tree-item-style` Sass mixin to nested items.
65+
* Introduce a `allowDeselectInHierarchy` configuration that allows clients to
66+
specify if a user should be allowed to deselect an option that they have
67+
already selected (by clicking on it again).
68+
69+
#### Material Yes/No Buttons
70+
* Make `EnterAcceptsDirective` use key press instead of key up to align with
71+
button decorator.
72+
* Added `aria-describedby`.
73+
74+
#### Scorecard
75+
* Only apply tabindex 0 to scorecards that are selectable.
76+
77+
### Other Updates
78+
79+
#### Selection Model
80+
* Change `SelectionModel.isSingleSelect` from a field to an abstract getter.
81+
* Add a missing `super.dispose()` call to `_StreamSelectionOptions`
82+
83+
#### Miscellaneous
84+
* Improve `OverlayService` singleton error message.
85+
* Modularize ruler bindings.
86+
* Fix a bug where scroll host would try to add events to a closed
87+
`StreamController`.
88+
* Update `FocusItemDirective` and `FocusListDirective` to work consistently
89+
under `OnPush` components.
90+
* Use GPU accelerated CSS translate rather than 2D translate in sticky
91+
controller.
92+
* Make the new trigger logic the default for popups. This ignores drag mouse up
93+
calls to that users can more easily select text in popups.
94+
* Mark `DeferredContentDirective` for change detection, after handling event
95+
from deferred content aware parent.
96+
* Fix a scroll host issue where scroll events were not ignored when the `Meta`
97+
key was pressed.
98+
* Cleanup uses of deprecated `getBool()`.
99+
* Replace uses of `detectChanges()` with `runAfterChanges...`.
100+
* Add generic type argument to `AcxImperativeViewUtils.insertComponent<T>()`.
101+
* Add the ability to ignore up and down keys (for moving focus around within
102+
children) when using the focus list.
103+
* Update all components to use `ref="noopener noreferrer"` for `target="_blank"`
104+
links.
105+
106+
### Documentation
107+
* Minor documentation fixes.
108+
1109
## 0.13.0
2110
### Component Updates
3111

angular_components/mono_pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/dart-lang/mono_repo for details
22
dart:
3-
- 2.2.1-dev.3.0
3+
- 2.3.0-dev.0.1
44
- dev
55

66
stages:
@@ -13,7 +13,7 @@ stages:
1313
- group:
1414
- dartanalyzer: --fatal-warnings .
1515
dart:
16-
- 2.2.1-dev.3.0
16+
- 2.3.0-dev.0.1
1717
- unit_test:
1818
- group:
1919
- command: ./tool/travis/install_protoc.sh

angular_components/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: angular_components
2-
version: 0.13.0
2+
version: 0.14.0-alpha
33
description: >
44
The official Material Design components for AngularDart. Used at Google in
55
production apps.
66
homepage: https://webdev.dartlang.org/components
77
documentation: https://webdev.dartlang.org/api?package=angular_components
88
author: Dart Team <[email protected]>
99
environment:
10-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
10+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
1111
dependencies:
12-
angular: ^5.3.0
12+
angular: ^6.0.0-alpha
1313
angular_forms: ^2.1.0
1414
async: ^2.1.0
1515
build: '>=0.11.1 <2.0.0'
16-
build_config: '>=0.2.6 <2.0.0'
16+
build_config: '>=0.2.6 <0.5.0'
1717
built_collection: ^4.0.0
1818
collection: ^1.14.10
1919
fixnum: ^0.10.7

angular_gallery/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
- group:
1010
- dartanalyzer: --fatal-warnings .
1111
dart:
12-
- 2.2.1-dev.3.0
12+
- 2.3.0-dev.0.1
1313

1414
cache:
1515
directories:

angular_gallery/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: angular_gallery
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
6-
angular: ^5.3.0
7-
angular_components: 0.13.0
6+
angular: ^6.0.0-alpha
7+
angular_components: 0.14.0-alpha
88
angular_forms: ^2.1.0
9-
angular_router: 2.0.0-alpha+22
9+
angular_router: 2.0.0-alpha+23
1010
build: '>=0.11.1 <2.0.0'
11-
build_config: '>=0.2.6 <2.0.0'
11+
build_config: '>=0.2.6 <0.5.0'
1212
mustache: ^1.0.0
1313

1414
dependency_overrides:

angular_gallery_section/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
- group:
1010
- dartanalyzer: --fatal-warnings .
1111
dart:
12-
- 2.2.1-dev.3.0
12+
- 2.3.0-dev.0.1
1313

1414
cache:
1515
directories:

angular_gallery_section/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: angular_gallery_section
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
66
analyzer: ^0.36.0
7-
angular: ^5.3.0
8-
angular_components: 0.13.0
7+
angular: ^6.0.0-alpha
8+
angular_components: 0.14.0-alpha
99
angular_gallery:
1010
path: ../angular_gallery
1111
build: '>=0.11.1 <2.0.0'
12-
build_config: '>=0.2.6 <2.0.0'
12+
build_config: '>=0.2.6 <0.5.0'
1313
glob: ^1.1.5
1414
markdown: ^2.0.3
1515
mustache: ^1.0.0

examples/angular_components_example/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/dart-lang/mono_repo for details
22
dart:
3-
- 2.2.1-dev.3.0
3+
- 2.3.0-dev.0.1
44
- dev
55

66
stages:

examples/angular_components_example/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: angular_components_example
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55

66
dependencies:
7-
angular: ^5.3.0
8-
angular_components: 0.13.0
7+
angular: ^6.0.0-alpha
8+
angular_components: 0.14.0-alpha-alpha
99
angular_gallery:
1010
path: ../../angular_gallery
1111
app_layout_example:
1212
path: ../app_layout_example
13-
build_config: '>=0.2.6 <2.0.0'
13+
build_config: '>=0.2.6 <0.5.0'
1414
material_button_example:
1515
path: ../material_button_example
1616
material_card_example:
@@ -64,7 +64,7 @@ dependencies:
6464

6565
dev_dependencies:
6666
build_runner: '>=0.10.0 <2.0.0'
67-
build_web_compilers: '>=0.4.0 <2.0.0'
67+
build_web_compilers: '>=0.4.0 <3.0.0'
6868

6969
dependency_overrides:
7070
angular_components:
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: app_layout_example
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
6-
angular: ^5.3.0
7-
angular_components: 0.13.0
6+
angular: ^6.0.0-alpha
7+
angular_components: 0.14.0-alpha-alpha
88
angular_gallery:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <2.0.0'
12+
build_config: '>=0.2.6 <0.5.0'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: material_button_example
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
6-
angular: ^5.3.0
7-
angular_components: 0.13.0
6+
angular: ^6.0.0-alpha
7+
angular_components: 0.14.0-alpha-alpha
88
angular_gallery:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <2.0.0'
12+
build_config: '>=0.2.6 <0.5.0'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: material_card_example
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
6-
angular: ^5.3.0
7-
angular_components: 0.13.0
6+
angular: ^6.0.0-alpha
7+
angular_components: 0.14.0-alpha-alpha
88
angular_gallery:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <2.0.0'
12+
build_config: '>=0.2.6 <0.5.0'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: material_checkbox_example
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
6-
angular: ^5.3.0
7-
angular_components: 0.13.0
6+
angular: ^6.0.0-alpha
7+
angular_components: 0.14.0-alpha-alpha
88
angular_forms: ^2.1.0
99
angular_gallery:
1010
path: ../../angular_gallery
1111
angular_gallery_section:
1212
path: ../../angular_gallery_section
13-
build_config: '>=0.2.6 <2.0.0'
13+
build_config: '>=0.2.6 <0.5.0'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: material_chips_example
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
6-
angular: ^5.3.0
7-
angular_components: 0.13.0
6+
angular: ^6.0.0-alpha
7+
angular_components: 0.14.0-alpha-alpha
88
angular_gallery:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <2.0.0'
12+
build_config: '>=0.2.6 <0.5.0'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: material_datepicker_example
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
6-
angular: ^5.3.0
7-
angular_components: 0.13.0
6+
angular: ^6.0.0-alpha
7+
angular_components: 0.14.0-alpha-alpha
88
angular_gallery:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <2.0.0'
12+
build_config: '>=0.2.6 <0.5.0'
1313
quiver: '>=0.24.0 <3.0.0'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: material_dialog_example
22
author: Dart Team <[email protected]>
33
environment:
4-
sdk: '>=2.2.1-dev.3.0 <3.0.0'
4+
sdk: '>=2.3.0-dev.0.1 <3.0.0'
55
dependencies:
6-
angular: ^5.3.0
7-
angular_components: 0.13.0
6+
angular: ^6.0.0-alpha
7+
angular_components: 0.14.0-alpha-alpha
88
angular_gallery:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <2.0.0'
12+
build_config: '>=0.2.6 <0.5.0'

0 commit comments

Comments
 (0)