npm @angular/google-maps 11.0.0
nitrite-trilobite

latest releases: 18.0.0-next.6, 17.3.6, 18.0.0-next.5...
3 years ago

cdk

bug fix a11y: allow for origin of already focused element to be changed (#20966) (da581a2), closes #20965
bug fix layout: decrease breakpoint upper bounds (#20866) (cf7267e), closes angular/components#20850
bug fix stepper: error if out-of-bounds index is assigned before initialization (#20766) (793b62f), closes #20735
bug fix drag-drop: error if dragging starts from active sibling container (#20704) (6d86f0f), closes #20623
bug fix drag-drop: error when cloning file input with value (#20793) (5eb1035), closes #20783
bug fix drag-drop: references to SVG not working inside preview (#20742) (06294d1), closes #20720
feature scrolling: update CdkVirtualForOf to work with sets. (#20594) (e15f82c), closes #20210
bug fix testing: avoid using dotted property access for dispatchEven? (#20754) (7d99c35)
feature overlay: connected-overlay directive should have input for disabling escape close (#20585) (57c7b6a)
feature testing: add the ability to dispatch arbitrary events (#20714) (b7cfe67)
feature testing: support right clicking on a TestElement (#20400) (b1be164), closes #20385
bug fix a11y: cdkAriaLive default to polite (#20672) (1ac653f), closes #11618
bug fix a11y: error if FocusMonitor is used on non-element nodes (#20640) (9edab81), closes #20632
bug fix drag-drop: throw if drop list or handle are set on a non-element node (#20668) (d4b505a), closes #13540
bug fix testing: fix behavior in fakeAsync tests (#20638) (40fa9ff)
bug fix tree: fix level for nested tree nodes (#20226) (f951bf4)
feature coercion: add coercion for string arrays (#20652) (a14eeb4)
feature table: add API for registering no data row (#20658) (58341a7), closes #20560
feature table: fixed table layouts (#20258) (58e0c48)
feature testing: add getNativeElement to harness environments (#20538) (1328420)
feature testing: add the ability to select options inside a native select (6de8ca3)
feature testing: allow disabling & batching of change detection (#20464) (5562788)
feature testing: make MatButtonHarness extend ContentContainerComponentHarness (#20653) (8cacf64)
performance testing: Improve performance of clicking in unit tests. (#20441) (5b725d6)

material

Breaking changes:

  • snack-bar: matSnackBarHarness.getRole() replaced with .getAriaLive() due to using aria-live
    rather than the alert and status roles.
  • Deprecated month constants from @angular/material/core have been
    removed. These have been accidentally published in the past while they
    were only intended for internal consumption in tests.
bug fix button-toggle: clear static aria attributes from host nodes (#17086) (fab6880), closes #16938
bug fix checkbox: set display on host node (#20961) (d868717), closes #20954
bug fix datepicker: input harness not dispatching dateChange event (#20877) (a2cd41b), closes #20480
bug fix datepicker: range input emitters not picked up by language service (#20937) (63d9364), closes #20932
bug fix dialog: incorrect action height if box-sizing is configured globally (#20889) (cc32c5d), closes #20887
bug fix paginator: remove unnecessary @ViewChild in harness test (#20943) (28c70d3)
bug fix progress-bar: buffer not rendering correctly on ios (#19346) (4eb5504), closes #19328
bug fix progress-spinner: rotating circle changing surrounding layout (#16930) (87ccb98), closes #16894
bug fix slider: some screen readers announcing long decimal values (#20870) (2291100), closes #20719
bug fix table: filter predicate not called for falsy values (#19094) (acd8e74), closes #19092 #9967
bug fix icon: not updating svg icon assigned through setter (#20509) (9f73933), closes #20470
bug fix list: exclude icons from harness getText result (#20845) (aec12b6), closes #20812
bug fix button: add more prominent focus indication in high contrast mode (#20821) (345ad70), closes #20820
bug fix menu: getLabel not working if text is inside indirect descendant node (#20705) (a461929), closes #20200
feature tabs: add test harnesses for tab nav bar (#20822) (bb44f02)
bug fix datepicker: add close button for screen readers (#20666) (407398f), closes #14379
bug fix datepicker: don't handle escape key presses with modifier (#20713) (54f36a3)
bug fix select: make VoiceOver read options for selects in dialogs (#20695) (33a43f7), closes #20694
feature select: add a global option to specify overlay panel class (#20702) (17a9ad0)
feature tabs: allow for dynamicHeight to be configured through MAT_TABS_CONFIG (#19677) (d6e6f44), closes #19662
feature tree: add getTreeStructure for tree harness (#20568) (483c3e2)
bug fix core: incorrectly formatting dates in the years 0 to 99 (#20612) (dd49fa6), closes #20418
bug fix datepicker: fix handling of short years (#20709) (b3f1fb3)
bug fix menu: open animation not working on repeat opens (#20382) (ea628c9), closes #20379
bug fix select: option active styling not removed when value is changed programmatically (#20649) (c4078aa), closes #19970 #19970
bug fix snack-bar: flaky screen reader announcements for NVDA/JAWS (#20487) (cf8e8ee)
feature autocomplete: add panelClass default option (#20429) (3c2334c)
feature datepicker: add viewChanged output to calendar (#13759) (#20468) (dfdf5cf)
feature drag-drop: add predicate function for whether an item can be sorted into an index (#20389) (d14d986), closes #19436
feature stepper: add theming support (#20424) (e545b56), closes #20416
feature tree: add test harness for MatTree (#20323) (5916800)
refactor remove month constants from core (#18111) (98d4799)
feature input: add test harnesses for native select and option (ca464bd)

youtube-player

bug fix YT.Player is not a constructor (#20616) (b0d0388), closes #20598 angular#20598

google-maps

bug fix allow ground overlay bounds to be changed (#20873) (19ef64a), closes #20865
bug fix maintain subscriptions across event targets (#20897) (ca04bce), closes #20873 #20873
bug fix rendering blank if custom options with no zoom are provided (#20882) (0b9160b)

cdk-experimental

bug fix combobox: not cleaning up overlay on destroy (#20407) (6d1a259)
feature menu: add ability to open menus from a standalone trigger (#20363) (de98466)
feature menu: add smart aim functionality to the menu (#20442) (fb8721a)

material-experimental

bug fix mdc-button: narrow down overly-broad selector (#20969) (17ef700)
bug fix mdc-slide-toggle: hide native focus outline (#20964) (8cb46a9)
feature mdc-chips: Allow custom role for ChipSet (#20829) (c54a3ac)
bug fix mdc-checkbox: fix broken dark theme (#20940) (f76578d)
bug fix mdc-snack-bar: add missing exports (#20928) (6add7fe)
bug fix mdc-card: double outline in high contrast mode (#20823) (17de49c)
bug fix mdc-chips: add missing functionality and align tests (#20814) (de542df)
bug fix mdc-slide-toggle: align focus behavior with standard version (#20772) (f854196)
bug fix mdc-form-field: implement new methods added to text field adapter (#20739) (c3aa76e)
bug fix mdc-form-field: test harness referring to non-MDC harnesses (#20762) (02d334c)
bug fix mdc-button: align public API with material/button (#20679) (55b74e3)
bug fix mdc-core: active option not visible in high contrast mode (#20396) (23b4c88)
bug fix mdc-core: expose same symbols as material/core (#20664) (4f77679)
bug fix mdc-core: option text not centered on IE11 (#20626) (4b37b98)
bug fix mdc-dialog: blending in with background in high contrast mode (#20387) (1219b1e)
bug fix mdc-form-field: not adding mat-primary theme class (#20605) (d8def8b)
bug fix mdc-snack-bar: button pushed outside container (#20696) (50d3f29), closes #20690
bug fix mdc-snack-bar: not aligned correctly on IE11 (#20690) (c9fcbef)
feature mdc-paginator: add test harness (#20686) (49a57bc)
feature mdc-paginator: implement MDC-based paginator (#20607) (d87ae3c)
feature mdc-select: add test harness (#20603) (29e1f26)
feature mdc-select: implement MDC-based mat-select (#20502) (7f08922)

Don't miss a new google-maps release

NewReleases is sending notifications on new releases.