Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mallowigi/material

Material design for Angular
https://github.com/mallowigi/material

fix(build): correct detection and generation ngMaterial module definition

Correct the dynamic generation of the `ngMaterial` module definition with dependencies on angula...

d85e14af81a5e0196d4c79b910cff1f765fe75ee authored about 9 years ago by Thomas Burleson <[email protected]>
fix(build): parse module definitions for material only or general

e4ca61f0af9accacb092439c4b236aad04582235 authored about 9 years ago by Thomas Burleson <[email protected]>
update(build): improve module dependency parsing

d32270e30f3816bdbdcff21a64234907b7270120 authored about 9 years ago by Thomas Burleson <[email protected]>
feat(contactChips): Add md-highlight-flags support.

Contact Chips currently allows the use of `md-highlight-text` to
match the search text. Users ha...

00474c39fb2c305ab43874809db3032a65cf40d6 authored about 9 years ago by Topher Fangio <[email protected]>
fix(subheader): Set styles to allow click/hover when stickied.

Previously, the inner DIVs of the subheader component were not set
to use `display: block`, so y...

27ea0c93fba5f5ffdff0a9f74e05c7880ce649df authored about 9 years ago by Topher Fangio <[email protected]>
fix(subheader/sticky): Stick subheader to content instead of parent.

The `$mdSticky` service used to stick it's contents to the parent
of the `<md-content>` containe...

8c921a68383d0fbd4f485565014dd22cdd3883dd authored about 9 years ago by Topher Fangio <[email protected]>
feat(datepicker): Add min/max dates in datepicker

Allows date objects to be passed in to the datepicker to specify minimum
date and maximum date.
...

cecba2361445ff30bd1f45b11c97dab5f869c832 authored about 9 years ago by Michael Chen <[email protected]>
perf(autocomplete): Use virtual repeat...

...and some other optimizations

Closes #3733.

f81719363d0445aa6dc393ba42631a3ba7d77071 authored about 9 years ago by Karl Seamon <[email protected]>
fix(build): buildNgMaterialDefinition RegExp updated

update buildNgMaterialDefinition() regExp to search for module definitions of 'material.*'.

exc...

391cff58132537d8eee0bc17ad95a453a09561b9 authored about 9 years ago by Thomas Burleson <[email protected]>
update(layout): use compile phase and remove attributes

d5c3edb30d03ca7866c219b52947986ae9eb17c3 authored about 9 years ago by Thomas Burleson <[email protected]>
update(packages): improve consistent use of hypenated module names and js subdirs

814e58bf1b818ee6a9a22bf1c2dc8f15e9646341 authored about 9 years ago by Thomas Burleson <[email protected]>
update(docs): disable sidenav horizontal scroll

dc6b8d6178f05a997eb4ee2a11d963b958bf6e8c authored about 9 years ago by Thomas Burleson <[email protected]>
update(test): improved function docs for layout.spec.js

6f31200501db39903253f95c632494a734e6720d authored about 9 years ago by Thomas Burleson <[email protected]>
fix(layout): corrections to `material.core.layout` module and tests

fixes to unintended, premature commit of `material.core.layout` code and tests.

46b5500c146c8d009809ccfae1014b98e1bbb79a authored about 9 years ago by Thomas Burleson <[email protected]>
update(menu): remove debugger statement

Fixes #4284.

2fe726c536388c1033b8180c1cb6eb429d0915fe authored about 9 years ago by Thomas Burleson <[email protected]>
Update layout.scss

Updated layout.scss with hide/ show class selectors.

f32587ea7ac533001f242a300cecd6514fa9ae02 authored about 9 years ago by Paul <[email protected]>
layout: attribute to class selector

372d911a7893214cfe0c47db4dafb19470221cad authored about 9 years ago by Paul <[email protected]>
update(demo): disable text selection in list controls

5207164b2274cfbdaddc317879e52dbc4912d40f authored about 9 years ago by Thomas Burleson <[email protected]>
amend(menuBar): demo fixes, bug fixes

90efac6ba0e8ce9d6b13124fb4a1c67024620947 authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(chips): Fix styling issues with padding & remove.

Update SCSS to fix:
* remove icon jumping to next line on long chips
* right padding of chips ...

af3ef52228155b83b196ebd6376a8a868863d29f authored about 9 years ago by Topher Fangio <[email protected]>
update(tests): improve cleanup afterEach

e22cd6b364077f2211a2b1febed7e4081f992c56 authored about 9 years ago by Thomas Burleson <[email protected]>
feat(menuBar): add menu bar component

closes #78

d9ba0e13a5abca05d6afa3b3b781b0dc7677183f authored about 9 years ago by Ryan Schmukler <[email protected]>
update(select): allow attributes evaluated as Number(s)

Element attributes are always strings, this results in unexpected ng-change or $scope.watch even...

c9f2b9f9a96010c667bbe0e2937d54ed99e3057f authored about 9 years ago by Thomas Burleson <[email protected]>
refactor(ripple): move valueOnUse() to mdUtils

5d03df8ea38ae8fdc245d7edcac7e3b5fcb3795c authored about 9 years ago by Thomas Burleson <[email protected]>
fix(datepicker): fix bad valid date check and resize-on-open.

Closes #4270.

1fb8ab5abd523e62b14c58d98dc50d1872a21b6e authored about 9 years ago by Jeremy Elbourn <[email protected]>
update(demo): add css for input demo with mdDatePicker

a6c14b3b169ece236332abc35e45920b7c588eae authored about 9 years ago by Thomas Burleson <[email protected]>
fix(datepicker): update input size and invalid class on calendar click

Closes #4262.

18458b740919cf2fabc9a9aec2a4fd63e121e339 authored about 9 years ago by Michael Chen <[email protected]>
update(demo): input demo uses mdDatePicker

da7d8f685ca5b9a8f48f886c4217f9327fb98edd authored about 9 years ago by Thomas Burleson <[email protected]>
docs(datepicker): add ng-change to datepicker attrs.

487b9b7d4b7144bd0f7a9969151a6c2901a87070 authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(datepicker): fix error w/ null date model value. Fixes #4232

bafbacb3e78d9eae6fd926ef430ec6f2ec17f5b7 authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(calendar): ensure all instances are removed from DOM after tests.

e314072e747e2fa08e5f3b51e0528f58f270632c authored about 9 years ago by Jeremy Elbourn <[email protected]>
Fix(theming): Update contrast colors to match Material Spec

Contrast colors seemed out of date with
http://www.google.com/design/spec/style/color.html#color...

8d6134a1313905ea23d549e1a2f57f6fa4d4e711 authored about 9 years ago by Justin Grayston <[email protected]>
update(css, bidi): added rtl support in body

allow rtl mixin also when body is rtl
support bdo class with bidi attributes

Closes #4242.

dbaa786bd0fe519cb477d5c70e23fc26a5a74ddb authored about 9 years ago by Omri Litov <[email protected]>
test(datepicker): Add missing tests for datepicker

Closes #4173.

a0c4013eb8ab8916d11604f1c0bf5b7150be79f8 authored about 9 years ago by Michael Chen <[email protected]>
fix(tooltip): Fix md-tooltip showing when window receives focus

When the parent of an md-tooltip was clicked, it received focus. When
the window was blurred and...

954cab5e63a44b756d894f445c46a242e07fd1af authored about 9 years ago by Michael Chen <[email protected]>
Update CHANGELOG.md

Fix style in CHANGELOG.md

Closes #4127.

e3fcf3ca38c849ad719e74494274ac2f87ac1a6f authored about 9 years ago by Chinni Chaitanya <[email protected]>
fix(fabToolbar): Fix md-direction attribute to be a string instead of expression.

Fix `md-direction` attribute to use the correct scope initialization.

Fixes #3390. Closes #4185.

ec336c7ce67b4cf32888c0fd8d66d40487afc6cf authored about 9 years ago by Topher Fangio <[email protected]>
fix(slider): Update CSS to better conform to spec.

Remove grey focus ring in favor of transparent background ring.

fixes #2427. closes $4241.

7fd8b0985f385cc7914c50ca4498c656ca869a10 authored about 9 years ago by Topher Fangio <[email protected]>
fix(css): remove styles that could apply to user-controlled elements.

BREAKING CHANGE: modify scope of `box-sizing: border-box` to be specific to only to elements own...

fbb6b28c1691771b5d8be1ed3f93254924bd9ad8 authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(gesture): fix overzealous preventDefault on label+input clicks. Fixes #4110

Fixes #4110. Closes #4223.

912bcefde33ca64e155f36366bd85c1fa7b420a4 authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(select): Don't close on mouseup on scrollbar

md-select should not auto-close anymore when the scrollbar is used to scroll the options.

Fixe...

8fc273a677a3e41caa05e2dad4cb304329d0e9fc authored about 9 years ago by Frank Meyer <[email protected]>
style(subheader): Update comments to be more clear about transclusion issues.

fb85f67d0778bc416a143b1d4ebe7ebd558fad3f authored about 9 years ago by Topher Fangio <[email protected]>
fix(docs): Build on Windows results in broken docs site

Multiline SCSS comments result in ILLEGAL_CHARACTER errors in Chrome when built with Windows.
Re...

35ce9b8f3231592852c928acc664adb615abbd0b authored about 9 years ago by Splaktar <[email protected]>
fix(input): fix bad label initialization when using static value. Fixes

f98e8514b613a887fe513622e8bf32af99ed2085 authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(ripple): fixes js error on button click for date picker

be4311ac7e1795a3c7f9b6ea4953aa9e4c3bb501 authored about 9 years ago by Robert Messerle <[email protected]>
fix(subheader): Fix thrown error when using md-subheader with ng-if and ng-repeat.

When used with `ng-if` or `ng-repeat`, the `md-subheader` was not able to properly
clone itself ...

dbca2a47f45376e8c4fd9f4a98de1a6ef70da4d9 authored about 9 years ago by Topher Fangio <[email protected]>
fix(md-month): fix overwriting offset for initial months.

3598e6d98fed46e2dd804ee91fe2c7a47be912c2 authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(datepicker): add missing type="button" and check for pane being in

the DOM before removing. Fixes #4214 and #4192.

314a05df6be9d3136bb2594fd7357df033ee96fa authored about 9 years ago by Jeremy Elbourn <[email protected]>
update(chip): inject $index into the chip template scope.

Fixes #3679. Closes #4089.

1120c7046698bac061e2bd34217c0050352e7d9b authored about 9 years ago by Ty Potter <[email protected]>
feat(virtualRepeat): Infinite scroll and deferred data loading

includes demos for both infinite scroll and deferred loading.

Closes #4002.

d68b4f6f41baf986900ff5c620602a18b37b50e2 authored about 9 years ago by Karl Seamon <[email protected]>
update Google Hosted Libraries URL

Closes #4190.

814cc97a694130237a5150a84d980b24b507da4f authored about 9 years ago by syon <[email protected]>
update(toolbar): removes hard-coded color value from styles

8c71d0c70736a33e507f676abbf49df8e19589e3 authored about 9 years ago by Robert Messerle <[email protected]>
fix(chips): interaction with Autocomplete

Properly set require-match=true in demos so that the value is correct in the components.
Check f...

86db4db9fd6e61314c1ce08cbffdffd52eae787f authored about 9 years ago by Ty Potter <[email protected]>
fix(icon): Log network errors without throwing exceptions.

fixes #2530

closes #3718

e2a8f292511dbff5c8101a47ae3d806c6a1ec320 authored about 9 years ago by Tony Childs <[email protected]>
Add stopPropagation on keyEvents in md-menu

I also added a preventDefault on ESCAPE.

closes #3845

cc9592432ebd51ed38f1576211d94a20973d1199 authored about 9 years ago by clshortfuse <[email protected]>
fix(gridList, toolbar): remove overly broad box-sizing in grid-list and toolbar

closes #3867

e6657c9788ed824a5e6dbbd70ccd517f77eb3b3f authored about 9 years ago by Kenneth Cachia <[email protected]>
update(docs): Fix header level for version 0.10.0

Closes #3923

ca402045a98961cc8fb7205b54b956348ea2f996 authored about 9 years ago by Alexander Artemenko <[email protected]>
fix(select): fix incorrect styling of md-select

closes #3937

Change style rule to correctly colour a md-select when its value
is invalid. A rul...

d9b72b6650acd87cf315f72c86f5db571e45354d authored about 9 years ago by Roberto Teixeira <[email protected]>
docs(button): remove duplicate word, differentiate between md-icon and md-icon-button

closes #3942

2e659f5cb97617be9ef69667828d559add70f13a authored about 9 years ago by Philip Steinebrunner <[email protected]>
fix(virtualRepeat) Fix tests that were broken by recent ngAnimate changes.

closes #4102

7bf72986536392bce66d0c363c8f589956d41918 authored about 9 years ago by Karl Seamon <[email protected]>
update(docs): Update 03_configuring_a_theme.md

closes #3177

c4ce184bc00b1f90366948ab55b551935b532387 authored about 9 years ago by Maksim <[email protected]>
fix(chips): item name in autcomplete

Defer to a function as the item name expression is nested in contact chips.

fixes #4109

closes...

dc5357de0299218a53747fba2a69bca6fc56766f authored about 9 years ago by Ty Potter <[email protected]>
feat(mdToolbar): Vary height depending upon device width/orientation.

On smaller screens, the toolbar now properly changes sizes according
to the Material Specs.

clo...

b6e109893f3e8f71d4ce2ced7429c8844dd487fa authored about 9 years ago by Topher Fangio <[email protected]>
docs(mdChips): Update md-on-append docs with better description.

fixes #3875

closes #4172

a12f9405c417ed3b9871a964e2a682788765c021 authored about 9 years ago by Topher Fangio <[email protected]>
docs(fabSpeedDial/Toolbar): Update docs with many fixes.

* update docs so they actually appear in the directive API section
* add info about `md-fab-*`...

ca4f5a5499b2e4e175b481a5555588b5de8c925f authored about 9 years ago by Topher Fangio <[email protected]>
docs(mdChips): Fix optional attributes.

Closes #4200

40c82a1ff431fed6f1ce8c368ea6cddfc30c2cc4 authored about 9 years ago by Topher Fangio <[email protected]>
fix(tabs) update inkBar to not show when tab does not exist

Closes #4116

7b3a69043a88076205b1875b371b1a7a078456ac authored about 9 years ago by Mike Osterhout <[email protected]>
feat (mdTabs): Allow mdTab to not be direct child of mdTabs

Closes #2890

136486f236940517c0f81b38ec4e01d82dd11007 authored about 9 years ago by Simon Van Casteren <[email protected]>
refactor(ripple): rewrite of the ripple service using manual animation and providing more control over the ripples states

Closes #4166

Closes #4199
Closes #3952
Closes #3346
Closes #2905
Closes #2636
Closes #2149
Clos...

e92dd2632baf1216a89aa8534381fcba2bfcdc35 authored about 9 years ago by Robert Messerle <[email protected]>
fix(select): fix arrow placement on IE 10

closes #2213

70c0c6e80391026c09785c4703becb34a690ba7b authored about 9 years ago by Ryan Schmukler <[email protected]>
update(demo): dialog close buttton should cancel

Closes #3711.

f491e6dffb15d6324dd7434dee5d115deb19cea5 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(dialog): enable support for html content for alert and confirm dialogs

* dialog`::onShow( )` now uses `wrapSimpleContent( )` to wrap simple strings in `<p>` tags
* d...

81e94b4f0aad87286095cc8589b9c8c02fe80f06 authored about 9 years ago by Thomas Burleson <[email protected]>
refactor(bottomSheet): make bottom sheet use mdUtil.disableScrollAround

references #2289

9fce4b96090904c7b3df37907134b3ff41952d3a authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(datepicker): fix oblong open button.

db815dbaf8b7370dbc1cffb709e3e61c2ef2b37d authored about 9 years ago by Jeremy Elbourn <[email protected]>
feat(mdChips): Add `md-on-select` expression support.

Users want a way to be notified when a chip is selected.

fix #3413. closes #4088.

333984f243c1fa2a37f1c4b7030807c45bb9daa4 authored about 9 years ago by Topher Fangio <[email protected]>
fix(fabSpeedDial/Toolbar): Implement better hover/click/keyboard/aria support.

BREAKING CHANGE: The FAB Speed Dial/Toolbar no longer automatically
adds the hover effect. The d...

33815a75c3de8ae9dd4aa764423e79715572e2b6 authored about 9 years ago by Topher Fangio <[email protected]>
fix(select): multiple select clears on undefined ngModel

closes #2921

346198a465d500896edb8c1f4bc5c5521c08cf7e authored about 9 years ago by Ryan Schmukler <[email protected]>
feat(fabSpeedDial/fabToolbar): support positioning using fab button classes

refactor button.scss and fab*.scss to share fab position variables/mixins

fixes #3220. closes #...

cca1955e4133c210a172fda16fd19266ff39ce9d authored about 9 years ago by Topher Fangio <[email protected]>
build(closure): fix invalid closure syntax generation

1d90ffaad436bd9a078b24e05bdd46a0c8774379 authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(datepicker): fix ngDisabled not working with jQuery.

5143656899bd1a80bfa9ccab2eeee7cb194cac32 authored about 9 years ago by Jeremy Elbourn <[email protected]>
docs(datepicker): add property docs for $mdDateLocaleProvider

6f43742a5faea004175cc5b05dff1f763ed9048d authored about 9 years ago by Jeremy Elbourn <[email protected]>
feat(datepicker): Add theme color and border width on focused datepicker

1fcd0179d7ab0cd4a844da357aa2be9de7cea708 authored about 9 years ago by Michael Chen <[email protected]>
bug(datepicker): Set controller date property on valid date input

Both the model value and the date property need to be set when the user
inputs a valid date.

1ec607cd144afa98bb1940f8ba410455f6dde2dc authored about 9 years ago by Michael Chen <[email protected]>
feat(datepicker): Debounce datepicker input element event

5d088d3aaae656b64198640d02965d622067b437 authored about 9 years ago by Michael Chen <[email protected]>
feat(datepicker): Add invalid class for datepicker

Add a red border to the bottom of the datepicker input if the input
string is not a valid and co...

40c7a8f5b201a3d720a668308fb6faf85bd5919f authored about 9 years ago by Michael Chen <[email protected]>
fix(calendar): Update ngModel instead of ctrl.date on input change

Current behavior doesn't propagate user input to ng-model when a valid
date is entered.

36d355a98c36c6233e9cf71571947966d95742ec authored about 9 years ago by Michael Chen <[email protected]>
fix(datepicker): prevent scrolling while calendar pane is open.

e6053736d61dfb921b2f1cb7003cb774485de13c authored about 9 years ago by Jeremy Elbourn <[email protected]>
chore(calendar): clean-up code based on review comments

b3a03f3f2bae8cdba0558bef8a6ba9dbf5c6e260 authored about 9 years ago by Jeremy Elbourn <[email protected]>
feat(calendar): Add date completion detection

Provide (very) basic detection to see if a string contains enough
information to be considered a...

d6457e2719cc4dffb6e4f861349f1513002f4535 authored about 9 years ago by Michael Chen <[email protected]>
feat(datepicker): add documentation for datepicker

4211d212a0c2b4110248161e8f6f1098e9ecab82 authored about 9 years ago by Jeremy Elbourn <[email protected]>
chore(calendar): address review comments

bb99d5c3bd5ff41f4fb6362d997d95c9600a3eaa authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(calendar): fix incorrect angular.bind use

70467da3670b27e9d9344eeb53e23781ee674f55 authored about 9 years ago by Jeremy Elbourn <[email protected]>
feat(datepicker): add docs with usage for $mdDateLocale

bd4dc668b6b78747004da7e647c75204279539b6 authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(calendar): fix broken unit tests

b60bd35cb9459e14f60111fe24870e97dbccf646 authored about 9 years ago by Jeremy Elbourn <[email protected]>
chore(calendar): clean up some commented out code

3b737ab8c689fa3a60141c9f008e89aedf4039fc authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(calendar): remove non-working VoiceOver fix hack

a22b002bbd46c1926c130d11eb9dd0b364bd09ab authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(calendar): clean-up code after a11y experiments

0777cd98fb1490f18528f030233820e8b44bc23c authored about 9 years ago by Jeremy Elbourn <[email protected]>
a11y(calendar): move aria focus on gridcells

91bcb4863e1f4378b68dec58d261bf3619811855 authored about 9 years ago by Jeremy Elbourn <[email protected]>
feat(datepicker): a11y experimentation

1400d25e23d3e111477a9dd5abc9e0592d52c130 authored about 9 years ago by Jeremy Elbourn <[email protected]>
chore(datepicker): remove commented-out code

891d6e812bdb0c0fe738c82871089d790fa2e86d authored about 9 years ago by Jeremy Elbourn <[email protected]>