Skip to content

Tags: IgniteUI/material2

Tags

7.3.1

Toggle 7.3.1's commit message
* **button:** not updating DOM node name if group name changes ([angu…

…lar#14963](angular#14963)) ([37732cb](angular@37732cb))

* **cdk-stepper:** coercing selectedIndex value to a Number ([angular#14817](angular#14817)) ([b64c08d](angular@b64c08d))
* **checkbox:** not marked as touched immediately on blur with OnPush change detection ([angular#15001](angular#15001)) ([916c532](angular@916c532)), closes [angular#14980](angular#14980)
* **chips:** newly-added chips not being disabled when added to a disable list ([angular#14976](angular#14976)) ([c23512a](angular@c23512a))
* **examples:** fix form-field custom control `disabled` input ([angular#14957](angular#14957)) ([ce3926d](angular@ce3926d)), closes [/github.com/angular/angular/blob/e2c98fbe11272295c3827b0e54f859d283cd32bf/packages/forms/src/directives/reactive_errors.ts#L64](https://github.com//github.com/angular/angular/blob/e2c98fbe11272295c3827b0e54f859d283cd32bf/packages/forms/src/directives/reactive_errors.ts/issues/L64)
* **list:** selection list not picking up indirect descendants ([angular#15003](angular#15003)) ([6a07d0d](angular@6a07d0d)), closes [angular#15000](angular#15000)
* **MatPseudoCheckbox:** fix checkmark pseudo-element box-sizing ([angular#14971](angular#14971)) ([ba6b405](angular@ba6b405))
* **overlay:** unnecessarily pushing overlay if it is exactly as wide as the viewport ([angular#14975](angular#14975)) ([f4b4e61](angular@f4b4e61)), closes [angular#14968](angular#14968)
* **radio:** not updating DOM node name if group name changes ([angular#14950](angular#14950)) ([4d5c5d5](angular@4d5c5d5))
* **radio:** unable to click to select button if text is marked ([angular#14967](angular#14967)) ([81380d2](angular@81380d2)), closes [angular#14753](angular#14753)
* **slider:** focus ring showing when ancestor has focus monitoring ([angular#14960](angular#14960)) ([2ec9dff](angular@2ec9dff)), closes [angular#14958](angular#14958)
* **table:** allow for a caption to be projected ([angular#14965](angular#14965)) ([a8a6617](angular@a8a6617)), closes [angular#14948](angular#14948)
* **table:** Clarify unknown table column error ([angular#14947](angular#14947)) ([2782273](angular@2782273))
* **tree,scrolling:** don't require user DataSource to extend DataSource ([angular#14966](angular#14966)) ([0f9926a](angular@0f9926a))

7.3.0

Toggle 7.3.0's commit message
* **autocomplete:** not updating origin if it changes after init ([an…

…gular#14677](angular#14677)) ([4913c36](angular@4913c36))

* **bottom-sheet:** allow disableClose to be updated after opened ([angular#14711](angular#14711)) ([3d3179f](angular@3d3179f)), closes [angular#14708](angular#14708)
* **button:** focus indication hard to see in high contrast mode ([angular#13259](angular#13259)) ([fffbcb1](angular@fffbcb1))
* **button-toggle:** remove references to selected toggle on destroy ([angular#14627](angular#14627)) ([98f0142](angular@98f0142))
* **datepicker:** update validation when switching from null to error input ([angular#14423](angular#14423)) ([5aefe60](angular@5aefe60))
* **drag-drop:** apply translation transform before user transforms ([angular#14712](angular#14712)) ([349675a](angular@349675a)), closes [angular#14699](angular#14699)
* **drag-drop:** dragging styling not being reset in some cases with OnPush change detection ([angular#14725](angular#14725)) ([1d4bb18](angular@1d4bb18))
* **drag-drop:** incorrectly preserving transform if root element changes ([angular#14697](angular#14697)) ([3656a4e](angular@3656a4e))
* **drag-drop:** restore initial transform when resetting ([angular#14701](angular#14701)) ([005fb46](angular@005fb46))
* **drag-drop:** unable to move item into connected container by passing through another container ([angular#14651](angular#14651)) ([0bd93dd](angular@0bd93dd)), closes [angular#14645](angular#14645)
* **focus-trap:** apply aria-hidden to focus trap tab anchors ([angular#14644](angular#14644)) ([f66302d](angular@f66302d))
* **icon:** clean up cached references in icon registry on destroy ([angular#14801](angular#14801)) ([f6b4288](angular@f6b4288))
* **list:** action list button outline not being reset on firefox ([angular#14693](angular#14693)) ([73d0fb9](angular@73d0fb9))
* **list:** deselect option if value doesn't match up ([angular#14800](angular#14800)) ([551ded5](angular@551ded5)), closes [angular#14734](angular#14734)
* **list:** disableRipple on list input not taking effect after init ([angular#14836](angular#14836)) ([463ac9e](angular@463ac9e)), closes [angular#14824](angular#14824)
* **menu:** not unsubscribing from close stream if trigger is destroyed ([angular#14107](angular#14107)) ([80f510f](angular@80f510f))
* **overlay:** not sizing flexible overlay correctly when opening downwards on a scrollable page ([angular#14672](angular#14672)) ([40f8b20](angular@40f8b20))
* **overlay:** reset transform when disposing of position strategy ([angular#14660](angular#14660)) ([86c530e](angular@86c530e)), closes [angular#14657](angular#14657)
* **overlay:** update size if dimensions change in overlay directives ([angular#14610](angular#14610)) ([c92d8c9](angular@c92d8c9)), closes [angular#7811](angular#7811)
* **slide-toggle:** use default hue for thumb in dark theme ([angular#14230](angular#14230)) ([7d96ed3](angular@7d96ed3)), closes [angular#14192](angular#14192)
* **sort:** extra Firefox focus outline not being reset ([angular#14733](angular#14733)) ([027d4f4](angular@027d4f4))
* **stepper:** ensure step state is not minified ([angular#14933](angular#14933)) ([e7b0e40](angular@e7b0e40))
* **table:** not re-rendering when switching to a smaller set of data than the current page ([angular#14665](angular#14665)) ([a31a2ff](angular@a31a2ff)), closes [angular#12586](angular#12586) [angular#14010](angular#14010)
* **tabs:** better handling of animationDuration without units ([angular#14778](angular#14778)) ([6f49813](angular@6f49813)), closes [angular#13428](angular#13428)
* **tabs:** don't handle keyboard events with modifier keys ([angular#14234](angular#14234)) ([76cb9d0](angular@76cb9d0))
* **tabs:** pagination not working correctly on chrome in rtl mode ([angular#14690](angular#14690)) ([220e6b2](angular@220e6b2)), closes [angular#14689](angular#14689)
* **tooltip:** afterHidden stream not being completed ([angular#14620](angular#14620)) ([0394d59](angular@0394d59))

* **dialog:** support adding and removing classes via dialogRef ([angular#14772](angular#14772)) ([b62f3f3](angular@b62f3f3)), closes [angular#6206](angular#6206)
* **drag-drop:** add service for attaching drag&drop to arbitrary DOM nodes ([angular#14437](angular#14437)) ([5a18ea6](angular@5a18ea6))
* **overlay:** allow for connected overlay to be positioned relative to a point ([angular#14616](angular#14616)) ([651549f](angular@651549f)), closes [angular#5007](angular#5007)
* **ripples:** support updating global ripple options at runtime ([angular#14705](angular#14705)) ([4f755cf](angular@4f755cf)), closes [angular#9729](angular#9729)
* **tabs:** add automatic scrolling when holding down paginator ([angular#14632](angular#14632)) ([e661317](angular@e661317)), closes [angular#6510](angular#6510)
* **tooltip:** allow for default position to be configured ([angular#14872](angular#14872)) ([342e6f0](angular@342e6f0)), closes [angular#14862](angular#14862)

7.2.2

Toggle 7.2.2's commit message
* **autocomplete:** not updating origin if it changes after init ([an…

…gular#14677](angular#14677)) ([4d4b074](angular@4d4b074))

* **bottom-sheet:** allow disableClose to be updated after opened ([angular#14711](angular#14711)) ([c11e968](angular@c11e968)), closes [angular#14708](angular#14708)
* **button-toggle:** remove references to selected toggle on destroy ([angular#14627](angular#14627)) ([0b16843](angular@0b16843))
* **drag-drop:** apply translation transform before user transforms ([angular#14712](angular#14712)) ([7322977](angular@7322977)), closes [angular#14699](angular#14699)
* **drag-drop:** dragging styling not being reset in some cases with OnPush change detection ([angular#14725](angular#14725)) ([49b74a7](angular@49b74a7))
* **drag-drop:** incorrectly preserving transform if root element changes ([angular#14697](angular#14697)) ([c9bafcc](angular@c9bafcc))
* **drag-drop:** restore initial transform when resetting ([angular#14701](angular#14701)) ([32f990a](angular@32f990a))
* **drag-drop:** unable to move item into connected container by passing through another container ([angular#14651](angular#14651)) ([76994f7](angular@76994f7)), closes [angular#14645](angular#14645)
* **focus-trap:** apply aria-hidden to focus trap tab anchors ([angular#14644](angular#14644)) ([122b148](angular@122b148))
* **icon:** clean up cached references in icon registry on destroy ([angular#14801](angular#14801)) ([96db2d5](angular@96db2d5))
* **list:** action list button outline not being reset on firefox ([angular#14693](angular#14693)) ([6fd84dc](angular@6fd84dc))
* **list:** deselect option if value doesn't match up ([angular#14800](angular#14800)) ([1418473](angular@1418473)), closes [angular#14734](angular#14734)
* **list:** disableRipple on list input not taking effect after init ([angular#14836](angular#14836)) ([9ef65c4](angular@9ef65c4)), closes [angular#14824](angular#14824)
* **menu:** not unsubscribing from close stream if trigger is destroyed ([angular#14107](angular#14107)) ([f984a88](angular@f984a88))
* **overlay:** not sizing flexible overlay correctly when opening downwards on a scrollable page ([angular#14672](angular#14672)) ([961d8bc](angular@961d8bc))
* **overlay:** reset transform when disposing of position strategy ([angular#14660](angular#14660)) ([3181ae7](angular@3181ae7)), closes [angular#14657](angular#14657)
* **overlay:** update size if dimensions change in overlay directives ([angular#14610](angular#14610)) ([0eefaa7](angular@0eefaa7)), closes [angular#7811](angular#7811)
* **slide-toggle:** use default hue for thumb in dark theme ([angular#14230](angular#14230)) ([d6715d0](angular@d6715d0)), closes [angular#14192](angular#14192)
* **sort:** extra Firefox focus outline not being reset ([angular#14733](angular#14733)) ([2c5341d](angular@2c5341d))
* **table:** not re-rendering when switching to a smaller set of data than the current page ([angular#14665](angular#14665)) ([846f5a2](angular@846f5a2)), closes [angular#12586](angular#12586) [angular#14010](angular#14010)
* **tabs:** better handling of animationDuration without units ([angular#14778](angular#14778)) ([30a310e](angular@30a310e)), closes [angular#13428](angular#13428)
* **tabs:** don't handle keyboard events with modifier keys ([angular#14234](angular#14234)) ([21dc01c](angular@21dc01c))
* **tabs:** pagination not working correctly on chrome in rtl mode ([angular#14690](angular#14690)) ([e721664](angular@e721664)), closes [angular#14689](angular#14689)
* **tooltip:** afterHidden stream not being completed ([angular#14620](angular#14620)) ([3931e05](angular@3931e05))

7.2.1

Toggle 7.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 7.2.1 w/ changelog (angular#14748)

7.2.0

Toggle 7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 7.2.0 w/ changelog (angular#14566)

7.1.1

Toggle 7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 7.1.1 w/ changelog (angular#14368)

7.1.0

Toggle 7.1.0's commit message
chore: bump version to 7.1.0 w/ changelog (angular#14222)

7.0.4

Toggle 7.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 7.0.4 w/ changelog (angular#14115)

7.0.3

Toggle 7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump to 7.0.3 w/ changelog (angular#13999)

Also adds browserstack ci changes that didn't get cherrypicked for some reason

7.0.2

Toggle 7.0.2's commit message
chore: bump version and create 7.0.2 changelog (angular#13830)