Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-material

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-material - npm Package Versions

13
7

1.1.24

Diff

Changelog

Source

1.1.24 (2020-06-29)

Bug Fixes

  • datepicker: support ng-model-options timezone w/ MomentJS and datepicker now passes ng-model-options on to calendar (12562b0), closes #11945 #10598
  • panel: animated panels never appear on the screen (e81e2e3), closes #11946
  • panel: inline transforms accumulate after each time the close animation runs (6322e98), closes #11946

Contributors

Thank you to the contributors who helped with the v1.1.24 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="mmalerba" src="https://avatars1.githubusercontent.com/u/14793288?v=4&s=117" width="117"> | :---: |:---: | Splaktar |mmalerba |

<a name="1.1.23"></a>

angular
published 1.1.23 •

Changelog

Source

1.1.23 (2020-06-18)

Bug Fixes

  • calendar, datepicker: in year view, md-date-filter only evaluates first day of month (3d5ff5d), closes #11703
  • compiler: $onDestroy hook not called (8bb1d98), closes #11847
  • datepicker: update error state only after $validate has run (11f65e3), closes #10360
  • layout: Syntax Error: Token '&&' not a primary expression (#11940) (1bd1a97), closes #10935
  • list: allow overriding md-list-item padding for clickable items (f7d9027), closes #10384
  • menuBar: close top nested menu when escape key is pressed (98e259b), closes #11678
  • navBar: update inkbar on screen resize (c1e2b12), closes #10121
  • panel: allow transform to be animated on an offset panel (269b68e), closes #9641 #9905
  • panel: consolidate redundant validations (#9631) (a334134)
  • panel: invisible after hide/show cycle (a3c533f), closes #11291
  • progress-circular: correct rendering for diameter bigger than 60 (#11896) (0cca317), closes #10376
  • progress-linear, progress-circular: mirror indicator when rtl is on (#11895) (9fc2f3f), closes #10814
  • select: height changes when disabled (e2af2a3), closes #11812
  • select: md-focused not removed from options on panel close (5a7e967), closes #11927
  • select: optgroups are not visible to screen readers (5fbabe7), closes #11240
  • select: perform correct position calculation in rtl for long labels (#11894) (9f49e10), closes #10395
  • select: revert removal of support for ng-selected on md-options (546bd84), closes #11914
  • slider: vertical slider in a scrolled container sets value to zero on all clicks (#11801) (79bf96b), closes #11800
  • toast: onRemove doesn't return a Promise in some cases (e625a9c), closes #10379
  • toolbar: md-scroll-shrink conflicts with md-select in toolbar (1ed54bb), closes #10413 #9871
  • tooltip: change from inline to inline-block to account for md-panel change (20194ba)
  • util: sanitize function used by select and autocomplete throws "Invalid regular expression" when typing ( (bc71d0b), closes #11908

Features

  • calendar: support specifying timezone in ng-model-options (2a01746), closes #10431
  • input: add animation to color change (#10079) (b486a41)
  • select: add the ability to pre-select the only option in the list (#9940) (6372027), closes #9626

Documentation

Contributors

Thank you to the contributors who helped with the v1.1.23 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="crisbeto" src="https://avatars0.githubusercontent.com/u/4450522?v=4&s=117" width="117"> |<img alt="marosoft" src="https://avatars0.githubusercontent.com/u/3945455?v=4&s=117" width="117"> |<img alt="nnmrts" src="https://avatars0.githubusercontent.com/u/20396367?v=4&s=117" width="117"> |<img alt="Thaina" src="https://avatars1.githubusercontent.com/u/1042507?v=4&s=117" width="117"> |<img alt="chmelevskij" src="https://avatars1.githubusercontent.com/u/7774918?v=4&s=117" width="117"> | :---: |:---: |:---: |:---: |:---: |:---: | Splaktar |crisbeto |marosoft |nnmrts |Thaina |chmelevskij |

<a name="1.1.22"></a>

angular
published 1.1.22 •

Changelog

Source

1.1.22 (2020-04-30)

Bug Fixes

  • autocomplete: loop options list when moving past first/last option with arrow keys (5228f23), closes #11766
  • autocomplete: md-not-found template is not styled properly (ce6e2ff), closes #11852
  • autocomplete: Move mouse enter and leave events to container (5b0c9ba), closes #11776
  • autocomplete: scroll to top of the list each time dropdown open (498c9ed), closes #10479
  • contact-chips: don't rely on debug info to get access to controller scope (2f77095), closes #11699
  • datepicker: md-open-on-focus fails when switching tabs with open datepicker (7a16778)
  • gesture: 'drag' gestures don't clean up touch action styles on parent (deb3dfc), closes #11147
  • list: dense lists cut off descenders of letters like gjqpy (0ab73bd), closes #8890
  • list: isEventFromControl() works on all browsers now (d537d25), closes #7937
  • list: primary action is fired twice on space/enter keydown (920018e), closes #11756
  • list: secondary actions give aria warning if text is in a span (90c8b8d), closes #6152
  • menu-bar: z-index not restored on menu close (4a4dde4), closes #11235
  • nav-bar: clicked nav item not focused or selected in some cases (4d4e0ac), closes #11747
  • select: overhaul screen reader support (928c71d), closes #10748 #10967
  • select: sanitize user input before searching options (#11855) (0ec0cc5), closes #11854
  • select: when using trackBy, trigger ng-change only when tracked property is different (ecd55d0), closes #11108
  • select: menuController not defined edge case in focusOptionNode (b9d8322), closes #11885

Documentation

  • vscode: add VSCode configuration and guide (#11879) (a8954df)
  • dialog: clarify promise rejection behavior in descriptions (#11889) (939f6c9), closes (#10130)
  • docs, README: remove Bower references, update GitHub and NPM icons. fix 'View Demo' button appearing for directives w/o demos (#11888) (5c75b12)
  • getting-started, home: updates to landing page and getting started. add Blank StackBlitz Demo starter (#11890) (d1a9976)
  • COMMIT_LEVELS: update guide to better describe the process and responsibilities (#11862) (38fe956)
  • BUILD: rewrote most of the guide (#11880) (4093953)

Contributors

Thank you to the contributors who helped with the v1.1.22 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="marosoft" src="https://avatars0.githubusercontent.com/u/3945455?v=4&s=117" width="117"> |<img alt="oliversalzburg" src="https://avatars2.githubusercontent.com/u/1658949?v=4&s=117" width="117"> |<img alt="andrewseguin" src="https://avatars3.githubusercontent.com/u/22898577?v=4&s=117" width="117"> |<img alt="free-easy" src="https://avatars2.githubusercontent.com/u/20483759?v=4&s=117" width="117"> |<img alt="nathanael-bice" src="https://avatars2.githubusercontent.com/u/6155868?v=4&s=117" width="117"> | :---: |:---: |:---: |:---: |:---: |:---: | Splaktar |marosoft |oliversalzburg |andrewseguin |free-easy |nathanael-bice |

<img alt="psamim" src="https://avatars3.githubusercontent.com/u/1868679?v=4&s=117" width="117"> |<img alt="qubiack" src="https://avatars1.githubusercontent.com/u/19862364?v=4&s=117" width="117"> | :---: |:---: | psamim |qubiack |

<a name="1.1.22-rc.0"></a>

angular
published 1.1.22-rc.0 •

Changelog

Source

1.1.22-rc.0 (2020-03-13)

Bug Fixes

  • autocomplete: loop options list when moving past first/last option with arrow keys (5228f23), closes #11766
  • autocomplete: md-not-found template is not styled properly (ce6e2ff), closes #11852
  • autocomplete: Move mouse enter and leave events to container (5b0c9ba), closes #11776
  • autocomplete: scroll to top of the list each time dropdown open (498c9ed), closes #10479
  • contact-chips: don't rely on debug info to get access to controller scope (2f77095), closes #11699
  • datepicker: md-open-on-focus fails when switching tabs with open datepicker (7a16778)
  • gesture: 'drag' gestures don't clean up touch action styles on parent (deb3dfc), closes #11147
  • list: dense lists cut off descenders of letters like gjqpy (0ab73bd), closes #8890
  • list: isEventFromControl() works on all browsers now (d537d25), closes #7937
  • list: primary action is fired twice on space/enter keydown (920018e), closes #11756
  • list: secondary actions give aria warning if text is in a span (90c8b8d), closes #6152
  • menu-bar: z-index not restored on menu close (4a4dde4), closes #11235
  • nav-bar: clicked nav item not focused or selected in some cases (4d4e0ac), closes #11747
  • select: overhaul screen reader support (928c71d), closes #10748 #10967
  • select: sanitize user input before searching options (#11855) (0ec0cc5), closes #11854
  • select: when using trackBy, trigger ng-change only when tracked property is different (ecd55d0), closes #11108

Contributors

Thank you to the contributors who helped with the v1.1.22-rc.0 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="marosoft" src="https://avatars0.githubusercontent.com/u/3945455?v=4&s=117" width="117"> |<img alt="oliversalzburg" src="https://avatars2.githubusercontent.com/u/1658949?v=4&s=117" width="117"> |<img alt="andrewseguin" src="https://avatars3.githubusercontent.com/u/22898577?v=4&s=117" width="117"> |<img alt="free-easy" src="https://avatars2.githubusercontent.com/u/20483759?v=4&s=117" width="117"> |<img alt="nathanael-bice" src="https://avatars2.githubusercontent.com/u/6155868?v=4&s=117" width="117"> | :---: |:---: |:---: |:---: |:---: |:---: | Splaktar |marosoft |oliversalzburg |andrewseguin |free-easy |nathanael-bice |

<img alt="psamim" src="https://avatars3.githubusercontent.com/u/1868679?v=4&s=117" width="117"> |<img alt="qubiack" src="https://avatars1.githubusercontent.com/u/19862364?v=4&s=117" width="117"> | :---: |:---: | psamim |qubiack |

<a name="1.1.21"></a>

angular
published 1.1.21 •

Changelog

Source

1.1.21 (2019-10-22)

Bug Fixes

  • autocomplete: improve handling of touch pads and touchscreens (#11782) (20c4d3f), closes #11778
  • autocomplete: improve implementation of aria-activedescendant (#11743) (8c159aa), closes #11742

Contributors

Thank you to the contributors who helped with the v1.1.21 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="neilsh" src="https://avatars3.githubusercontent.com/u/49814?v=4&s=117" width="117"> | :---: |:---: | Splaktar |neilsh |

<a name="1.1.20"></a>

angular
published 1.1.20 •

Changelog

Source

1.1.20 (2019-08-15)

Bug Fixes

Contributors

Thank you to the contributors who helped with the v1.1.20 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="marosoft" src="https://avatars0.githubusercontent.com/u/3945455?v=4&s=117" width="117"> |<img alt="Noglen" src="https://avatars0.githubusercontent.com/u/38341522?v=4&s=117" width="117"> | :---: |:---: |:---: | Splaktar |marosoft |Noglen |

<a name="1.1.19"></a>

angular
published 1.1.19 •

Changelog

Source

1.1.19 (2019-05-31)

Bug Fixes

Features

  • menu-bar: support md-prevent-menu-close on checkbox/radio items (#11710) (d577afd), closes #11707

Documentation

  • migration: Add a guide for migration to Angular Material and the CDK (#11706) (16cea88)
  • docs: Added support for Sass and TypeScript in code samples (#11706) (16cea88)
  • docs: Allow up/down/page up/page down to scroll content (#11712) (67826f5), closes #2961

Contributors

Thank you to the contributors who helped with the v1.1.19 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="codymikol" src="https://avatars1.githubusercontent.com/u/13606342?v=4&s=117" width="117"> | :---: |:---: | Splaktar |codymikol |

<a name="1.1.18"></a>

angular
published 1.1.18 •

Changelog

Source

1.1.18 (2019-04-05)

Bug Fixes

Documentation

Infrastructure

Contributors

Thank you to the contributors who helped with the v1.1.18 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="EmielH" src="https://avatars1.githubusercontent.com/u/5822678?v=4&s=117" width="117"> | :---: |:---: | Splaktar |EmielH |

<a name="1.1.17"></a>

angular
published 1.1.17 •

Changelog

Source

1.1.17 (2019-03-29)

Bug Fixes

  • autocomplete: default dropdown to position bottom (#11670) (7674959), closes #11656
  • slider: aria attrs are not announced when tabbing in screen readers (#11688) (459c03c), closes #11685
  • tabs: use standard wheel event instead of mousewheel event to fix Firefox (#11686) (7f249f9), closes #11654
  • npm: deploy new release early to fix issue of 1.1.14 including a .git/ dir for NPM installs, relates to #11684

Documentation

Contributors

Thank you to the contributors who helped with the v1.1.17 release:

<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117"> |<img alt="gaurav5430" src="https://avatars2.githubusercontent.com/u/12510548?v=4&s=117" width="117"> | :---: | :---: | Splaktar | gaurav5430 |

<a name="1.1.14"></a>

angular
published 1.1.16 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc