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

1
7

1.0.7

Diff

Changelog

Source

1.0.7 (2016-04-01, Patch Release)

Features
  • autocomplete:
    • allow disabling asterisk on floating label (7361e715, closes #7119)
    • allow select on match to be case insensitive. (5e222561, closes #5782, #6935)
    • forward md-select-on-focus attribute to input aswell (2023a33d, closes #7125, #7127)
    • support readonly attribute (e0a7843f, closes #5507, #7107)
  • chips: md-max-chips to specify a maximum of chips that can be added through user input (64cefc81, closes #6864, #6897)
  • input:
  • tabs: allow disabling select click event by adding md-no-select-click attribute (9624dac1, closes #5351)
Bug Fixes

<a name"1.0.6"></a>

angularcore
published 1.0.6 •

Changelog

Source

1.0.6 (2016-02-29)

Bug Fixes

<a name"1.0.5"></a>

angularcore
published 1.0.5 •

Changelog

Source

1.0.5 (2016-02-04)

Features
Bug Fixes

<a name"1.0.4"></a>

angularcore
published 1.0.4 •

Changelog

Source

1.0.4 (2016-01-28)

Features
  • whiteframe: support attribute directive to apply md-whiteframe classes (4d5e0ed0, closes #6772, #6831)
Bug Fixes

<a name"1.0.3"></a>

angularcore
published 1.0.2 •

Changelog

Source

1.0.2 (2016-01-14)

Bug Fixes

<a name"1.0.1"></a>

angularcore
published 1.0.1 •

Changelog

Source

1.0.1 (2015-12-17)

Bug Fixes
  • select: Position incorrect if selection scrolled. (de5237f1, closes #6190, #6354)
  • tabs: workaround for ngAnimate issue with ngClass (19c11fdd)

<a name"1.0.0"></a>

angularcore
published 1.0.0 •

Changelog

Source

1.0.0 (2015-12-14)

This is a landmark release - announcing public availability of version 1.0.0!

Bug Fixes
  • demos: CodePen launches fixed (86ec22ad, closes #6297)
  • dialog: guard against missing focus traps upon removal. (8d7ec062)
  • input:
    • Fix input errors CSS to properly display. (0eb7d8a6, closes #5837, #6298)
    • guard against null access on parentForm (Angular 1.3). (1d71928e)
    • Remove unneccessary CSS error margin. (5ca31706, closes #6235)
  • layout: 'flex' change per recommended workarounds and added flex=nogrow (f3761781, closes #6205)
  • layouts: do not replace invalid attribute values (16486dbf)
  • menu-bar: fix embeded menus closing immediately (62af9387, closes #6184, #5866)
  • select:
  • showHide: Don't set up $md-resize $broadcasting $watcher until recieving $md-resize-enable (2f18bb4e, closes #5760, #6170)
  • speedDial: Fix intially open bug. (cfdd7cf1, closes #6111)
  • tabs: tabs will not try to animate height if the new height matches the current height (a4ea9dea)
  • test: improve test of $interpolate for ng v1.5.x (43e01a7f)
  • toast: wrap toast content with .md-toast-content (ea60dd3b)
  • tooltip: Firefox scroll event was triggered cause the usage of translate3d (c33819e8, closes #6206)
  • virtualRepeat: Resolve bizarre missing $scope.$root issue (#6129) (190d304f, closes #6171)

<a name"1.0.0-rc7"></a>

angularcore
published 0.11.4 •

Changelog

Source

0.11.4 (2015-10-13)

Bug Fixes
  • input: fix border-bottom transparency (5da3c456, closes #5128)
  • list: ng-click changes item width in IE (9b918cbc, closes #3708)
  • mdCard: Fix card image height in IE. (f54275ad, closes #761)
  • theming: no longer apply md-default-theme class to unnested themable elements (5eb94a55, closes #4846)
Breaking Changes
  • theming no longer apply md-default-theme class to unnested themable elements

<a name"0.11.3"></a>

angularcore
published 0.11.3 •

Changelog

Source

0.11.3 (2015-10-12)

Features
Breaking Changes
  • Material Layout attribute offset should now be flex-offset.

    Change your code from this:

    <md-content flex offset-gt-sm="33" > ... </div>
    

    To this:

    <md-content flex flex-offset-gt-sm="33" > ... </div>
    

(ad1b78bf)

Bug Fixes

<a name"0.11.2"></a>

angularcore
published 0.11.2 •

Changelog

Source

0.11.2 (2015-10-01)

Bug Fixes
  • checkbox: prevent ng-click firing on didabled checkboxes. Fixes (1cae87c2)
  • datepicker: stop calendar going off-screen if body is scrollable.. (3c876c1b, closes #4781)
  • layout:
    • add border-box style to to all .flex variants (b1974bb0)
    • resolve minify bug with flex css (b1fb32c7)
    • conflict with [flex='initial'] (f636bcc8)
    • improve logic for layout > flex specificities (77c050ae)
    • improved css specificity for layout (381a0baf)
  • select:
  • sidenav: resolve jQuery conflict with handler (1a61e2ea, closes #4876)

<a name"0.11.1"></a>

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