Ecosyste.ms: OpenCollective

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

Atom Material Themes & Plugins

πŸ‘¨β€πŸ’» Material Themes and other famous Themes skins for JetBrains IDEs, Google Chrome, Slack and co.
Collective - Host: opensource - https://opencollective.com/atom-material-themes-and-plugins - Website: https://www.material-theme.com - Code: https://github.com/mallowigi

fix(interimElement): add fallback to document.body if root node removed

closes #2343

github.com/mallowigi/material - 3b3d020581593eba3eea7632d68acdeb15dc56ad authored over 9 years ago by Ryan Schmukler <[email protected]>
test(list): fix broken list item test

github.com/mallowigi/material - e0005fc189e40f04f561fb857d23a9a5395966a2 authored over 9 years ago by Ryan Schmukler <[email protected]>
amend(test): restore all tests

github.com/mallowigi/material - ba74661d68e5712433067b0911689f6d2cf6abb5 authored over 9 years ago by Ryan Schmukler <[email protected]>
update(chips): updates remove button styles

Closes #2357

github.com/mallowigi/material - 1d8099e09ca4f4f76d920af922a7d976e685e23e authored over 9 years ago by Robert Messerle <[email protected]>
update(chips): cleans up docs example, fixes input field position bug

github.com/mallowigi/material - 762fa05ce46b094e95d706da56d3b3198526f281 authored over 9 years ago by Robert Messerle <[email protected]>
test(select): add restore focus test

github.com/mallowigi/material - 291e16d5263bea81c762290a5e253ff7d48c32c7 authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(select): fix restore focus on select close

closes #2349

github.com/mallowigi/material - f55eeba04150d0aecd2afe03c88009cf62293b9e authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(select): remove broken ARIA attributes

Removes ARIA attributes unnecessary for combobox role that failed to match elements not in the DOM

github.com/mallowigi/material - aaa6e5aaef73d8667339521aed08f42abee53b01 authored over 9 years ago by Marcy Sutton <[email protected]>
feat(list): extend typography styles

Closes #2366

github.com/mallowigi/material - 70fc62907442cb5e1349dcc9f3c3bafc601245c6 authored over 9 years ago by Marcy Sutton <[email protected]>
feat(list): add ripple to secondary to md-list actions

closes #2340

github.com/mallowigi/material - 927d8e5612c60afb7c18e4c697dc0e343f28e963 authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(list): fix key hijacking

closes #2318

github.com/mallowigi/material - e1ca13fdea90867e3ecb841caf20860accfd764c authored over 9 years ago by Ryan Schmukler <[email protected]>
demo(list): use md-dialog for alerts

github.com/mallowigi/material - e0d9831574292671d26b8d9f1cdb0c6206aa21d5 authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(inputContainer): style ng-messages as both element and attr

closes #2361

github.com/mallowigi/material - a5d09af5493531f48a6c3a59036579cfa974c048 authored over 9 years ago by Ryan Schmukler <[email protected]>
amend(mdUtil): more prevent-scrolling layout fixes

github.com/mallowigi/material - 7f2878e65d66df3dda1734fe5bd79c4185e68b82 authored over 9 years ago by Ryan Schmukler <[email protected]>
style(tabs): change .md-focus to .md-focused

Closes #2290

github.com/mallowigi/material - 78b861eab74d1f31744ebbd11e3cf193261b8f5c authored over 9 years ago by Marcy Sutton <[email protected]>
amend(mdUtil): more layout fixes for disableParentScroll

references #2307

github.com/mallowigi/material - 972c68aaa439ffb719880d805ff94351daef13ff authored over 9 years ago by Ryan Schmukler <[email protected]>
update(docs): extend height of sideNav for directives

Closes #2347.

github.com/mallowigi/material - bd8261a1c2dedc6a3c3aaf008e27f2a5742b4543 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(select): improve keyboard filtering

closes #2363

github.com/mallowigi/material - f3c113c9083dfd079c06e26bbcc8da5c52ba8586 authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(select): improve disable scroll layout

closes #2307, closes #2330

github.com/mallowigi/material - 68395a254e70a8e57ccd2e03019228bf158435a4 authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(chips): fixes issue with deletion logic

github.com/mallowigi/material - 6d4ecbee951ad87a73277517bc15c3c64264c149 authored over 9 years ago by Robert Messerle <[email protected]>
update(chips): while a chip is selected, hitting ESCAPE or TAB will send focus back to input

github.com/mallowigi/material - 27ad2a5ceb5d9c34a3491b95c41b8b97e0695cf2 authored over 9 years ago by Robert Messerle <[email protected]>
fix(chips): fixes shift+tab interaction with `md-chips`

github.com/mallowigi/material - 314aae1c345635f3ec1f67c842a38e19ee49b01e authored over 9 years ago by Robert Messerle <[email protected]>
fix(chips): adds aria-hidden to remove buttons

Closes #2345

Note: That bug number was very satisfying to type.

github.com/mallowigi/material - 79b073992a2e59f449d93321d74912d7cbe2eed6 authored over 9 years ago by Robert Messerle <[email protected]>
update(autocomplete): remove button from tab order

Keyboard and screen reader users can clear out text without the remove button, so it doesn’t nee...

github.com/mallowigi/material - e54cb8e24f7bea8ae6930bd3369a2c41ff65bef1 authored over 9 years ago by Marcy Sutton <[email protected]>
update(tabs): renamed `md-tab-template` to `md-tab-body` to be more clear

BREAKING CHANGE: When using `md-tab-label`, the content of your tab **must** be wrapped in `md-t...

github.com/mallowigi/material - f1db7534ae73de3820f0f84b6b2b40f4011770e0 authored over 9 years ago by Robert Messerle <[email protected]>
update(tabs): restore ARIA for touch devices

A previous commit removed ARIA for md-tab-items, which is actually necessary for touch devices.

github.com/mallowigi/material - ad3f091da9812952baccf23356fa79745b04bb2c authored over 9 years ago by Marcy Sutton <[email protected]>
update(chips): cleans up tabindex logic

github.com/mallowigi/material - bf6ef07be0a1979d959f51222e09c09f0016c4da authored over 9 years ago by Robert Messerle <[email protected]>
update(chips): backspace will now select previous item rather than removing it

Also, when removing the last item, focus will jump to the input

github.com/mallowigi/material - 19c4a5dc231f6b10b379e17334f912d8b88773e1 authored over 9 years ago by Robert Messerle <[email protected]>
feat(chips): adds keyboard shortcuts to chips component

github.com/mallowigi/material - c62d4dfd0f8741d90a2c69873154f55c91c3e7e7 authored over 9 years ago by Robert Messerle <[email protected]>
fix(checkbox): style checkbox without visual label

Closes #2175

github.com/mallowigi/material - ab26480780677fae4dd9b5a6238fa531b50bed6e authored over 9 years ago by Marcy Sutton <[email protected]>
fix(tabs): apply ARIA only to dummy tabs

github.com/mallowigi/material - 5ad447284c7cda2261da1440819e3e0101a7b1ae authored over 9 years ago by Marcy Sutton <[email protected]>
update(docs): fix bug in input directive example

Closes #2325.

github.com/mallowigi/material - 96559458633f90dafd543d3a88f9a2165fd76ac3 authored over 9 years ago by Kenneth Rawlings <[email protected]>
fix(mdList): remove focus state on blur

Closes #2339.

github.com/mallowigi/material - 588e58cf6de9be13f77c820a1582f2d1a2c36cb0 authored over 9 years ago by Nicu <[email protected]>
fix(tabs): cleans up label/template fetch logic

github.com/mallowigi/material - 17aecd2dbc3acfe48006ff5adb12cad5e15aa70b authored over 9 years ago by Robert Messerle <[email protected]>
update(chips): deletion can now only occur when the input is empty

github.com/mallowigi/material - bde246325090a2facf9be3afb5ddb4ff73d3c453 authored over 9 years ago by Robert Messerle <[email protected]>
update(chips): updates styles for focused items

github.com/mallowigi/material - 1e38b8372149673e881cd435590157cbe7d1d333 authored over 9 years ago by Robert Messerle <[email protected]>
fix(chips): adds slightly better support for input types other than `text`

github.com/mallowigi/material - d885d638ac8f8d1c0660d30e6dfdca0fe780d0e8 authored over 9 years ago by Robert Messerle <[email protected]>
docs(chips): fixes visual bug in docs for Firefox

github.com/mallowigi/material - 1d5a69eea90e43011e2f222927da2162b6418bbb authored over 9 years ago by Robert Messerle <[email protected]>
fix(chips): prevents item deletion when text is selected

Closes #2322

github.com/mallowigi/material - b65236b70ae3d6eb86d3d78631144fe65848d4ca authored over 9 years ago by Robert Messerle <[email protected]>
chore(theming): removes initial assignment for constants `THEMES` and `PALETTES`

github.com/mallowigi/material - 659aff65f1e289766c938a9cf7416ac55038ec49 authored over 9 years ago by Robert Messerle <[email protected]>
fix(tabs): id's should no longer cause issues when used within tab labels or contents

Closes #2326

github.com/mallowigi/material - ea185eabd13bbcce3e07628891836b0626f609e5 authored over 9 years ago by Robert Messerle <[email protected]>
update(changelog): correction to version and details

github.com/mallowigi/material - 5d2c4dcf5869a632011af0d1640db8fedbef229f authored over 9 years ago by Thomas Burleson <[email protected]>
update(sidenav): change to element focus when animations are done

github.com/mallowigi/material - 2d4f3588c66b6af2d15655732da52fee46081d0a authored over 9 years ago by Thomas Burleson <[email protected]>
docs(tabs): fix bottom align demo

github.com/mallowigi/material - 77504e9ff178abf02c0886d7f6cfad7d68239fca authored over 9 years ago by Robert Messerle <[email protected]>
Fixes version in changelog

github.com/mallowigi/material - 0877a38ff0ae1323f94f6886380914cbc601bfe5 authored over 9 years ago by Robert Messerle <[email protected]>
release: version 0.9.0-rc1

github.com/mallowigi/material - d265d40f58683b0d8198de554a68f56518a1ca13 authored over 9 years ago by Robert Messerle <[email protected]>
fix(button): update to use .md-focused

github.com/mallowigi/material - 7d1608e6b776cc695a5426b35fd0e0abff8f0970 authored over 9 years ago by Marcy Sutton <[email protected]>
fix(tabs): resets offset if the user resizes causing pagination to no longer be necessary

github.com/mallowigi/material - bd1c973a1d13490dfc8ad38aa8cd7ffc633aa6fc authored over 9 years ago by Robert Messerle <[email protected]>
docs(tabs): adds example of `md-align-tabs="bottom"` to demo page

github.com/mallowigi/material - 35f2180583b1c7428cb6715eb2f38a88fbf2103e authored over 9 years ago by Robert Messerle <[email protected]>
fix(tabs): fixes styles for `md-align-tabs="bottom"`

github.com/mallowigi/material - 0dabfc5cd1bccd51c221e8af8ea4ddda35f21df1 authored over 9 years ago by Robert Messerle <[email protected]>
fix(tabs): fixes Safari issue regarding dynamic tabs transitions

github.com/mallowigi/material - 4ac7dc037aecce6721d6656e9a2fb773b852ae15 authored over 9 years ago by Robert Messerle <[email protected]>
docs: upgrade gulp-uglify, improve error handling

github.com/mallowigi/material - 375d4fcd22c01c20d15a425ea89d2517a9e01eb7 authored over 9 years ago by Marcy Sutton <[email protected]>
update(docs): publish mdSideFocus directive

github.com/mallowigi/material - 3178094fd0cb60fdf8c7b0ae788e3942262e4dd0 authored over 9 years ago by Thomas Burleson <[email protected]>
docs(license): updates copyright year

Closes #2223.

github.com/mallowigi/material - 554716f96ef5cdfe4d5af77530ca9d10bb29a88e authored over 9 years ago by Jesse Palmer <[email protected]>
docs(docs-demo): fixes closing tag

Closes #2302.

github.com/mallowigi/material - c56f8d711981ab971f6d1cacc092005c923f8667 authored over 9 years ago by Jesse Palmer <[email protected]>
fix(gridlist): The gridlist will now lay out everytime a tile is added

Fixes #2227. Closes #2304.

github.com/mallowigi/material - aca5944d9d12f92b75e4bcf3de8865475b3105e8 authored over 9 years ago by Scott Hyndman <[email protected]>
docs: fix gulp error on images

github.com/mallowigi/material - b9803fe039ebb8daff6f84254229e153931e30e1 authored over 9 years ago by Marcy Sutton <[email protected]>
style: remove whitespace for minifier

github.com/mallowigi/material - b4fa8cd9a392662e00f127b0aedaa5d7ee454145 authored over 9 years ago by Marcy Sutton <[email protected]>
fix(autocomplete): fixes menu flicker

Animation transitions are temporarily unavailable, pending a fix to ngAnimate that will re-enabl...

github.com/mallowigi/material - 9b2dc2c472e3a8893114d8153a0734c80fe7fa6a authored over 9 years ago by Robert Messerle <[email protected]>
fix(list): add missing interpolation character

github.com/mallowigi/material - 07e82015bbe4d5b40eb36a1077c509a6f7597b33 authored over 9 years ago by Marcy Sutton <[email protected]>
fix: include Roboto as non-blocking <link>

Closes #2247, temporary until #1009 is resolved

github.com/mallowigi/material - 5936f7a080faef5d6bfb53463815a0a6d989f739 authored over 9 years ago by Marcy Sutton <[email protected]>
feat(button): support for link icon buttons

Closes #2265

github.com/mallowigi/material - 1b9bafb5abd470e4e1bfd784484407588430083b authored over 9 years ago by Marcy Sutton <[email protected]>
fix(toolbar): md-button style cleanup

Temporary fix for docs until mdMenu is released

Closes #2267, #2146

github.com/mallowigi/material - 1c19272a70e7690a5689bbd5f33a338c078a795c authored over 9 years ago by Marcy Sutton <[email protected]>
fix(checkbox): update to grid units, demo cleanup

github.com/mallowigi/material - bc1c4e0f290739088b7da7d51744c603ea107079 authored over 9 years ago by Marcy Sutton <[email protected]>
fix(checkbox): disable checkboxes with tabindex=-1

Closes #2087

github.com/mallowigi/material - 3c0fed997bacc58f9bad49aa6a4f96f06db08402 authored over 9 years ago by Marcy Sutton <[email protected]>
update(layout): fixes layout-padding and layout-margin

Closes #2281.

github.com/mallowigi/material - 4216d242d78f1bdadd89ebd59e1d80b9cc4f2978 authored over 9 years ago by Xiliang Chen <[email protected]>
update(demo): typo correction

Closes #2238.

github.com/mallowigi/material - 1e07f135f2af7f29b1ccb9b8e73dad8056c81369 authored over 9 years ago by Thomas Burleson <[email protected]>
docs(demo): fixes Source animation for demo pages

github.com/mallowigi/material - e899a446c3735ebadc408f76a1debf2300d1d41e authored over 9 years ago by Robert Messerle <[email protected]>
fix(): switch focus on keyboard, use .md-focused

Updates button, checkbox and radio to only show focus on keyboard interaction using the .md-focu...

github.com/mallowigi/material - 0e916bfccbd2abd05508c6bde61eb513530c3331 authored over 9 years ago by Marcy Sutton <[email protected]>
fix(tabs): fixes flicker issue with dynamic height

github.com/mallowigi/material - 48eeb627ddf497a241ec5e4686f333d5b56769fe authored over 9 years ago by Robert Messerle <[email protected]>
fix(chips): sets `md-autoselect` for contact chips

Closes #2294

github.com/mallowigi/material - eb9f56466a02e44321c8fa50c09f5689836a5be3 authored over 9 years ago by Robert Messerle <[email protected]>
docs(tabs): cleans up tab demo page

github.com/mallowigi/material - 7afb93f3637570bce8ccc3c2e6b7a135faacd6a9 authored over 9 years ago by Robert Messerle <[email protected]>
docs(tabs): adds dynamic height demo to docs

github.com/mallowigi/material - 8c135f497b4b5b49b2888fe1ea855b04e15b2ee8 authored over 9 years ago by Robert Messerle <[email protected]>
update(demo): list demos now use mdDivider to visually partition areas.

github.com/mallowigi/material - 6b7f9ce8d38dcc19c28e2ebda5d5487a361ffd28 authored over 9 years ago by Thomas Burleson <[email protected]>
refactor(select): move disable scroll into mdUtil, improve

closes #2283

github.com/mallowigi/material - 1cd1d692916a7ce7b6cf145e0e3bfe3140a789b7 authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(checkbox): support for ng-checked

Added support and demo for ng-checked usages.

Fixes #1550.

github.com/mallowigi/material - 2680cf1565afb4a8858737f0201933a400b9059e authored over 9 years ago by Thomas Burleson <[email protected]>
update(checkbox): disable buttons use gray text also

Refs #2194.

github.com/mallowigi/material - cf70325e2fb7bb784948d1420f2bfa52b4bde38c authored over 9 years ago by Thomas Burleson <[email protected]>
update(tests): install jquery used in Karma tests

github.com/mallowigi/material - fa85093fa37421244f54c641a7a11c84846e85c0 authored over 9 years ago by Thomas Burleson <[email protected]>
feat(gestures): add provider to all config and optional skipClickHijack()

github.com/mallowigi/material - f28393df73a4ef85c18f54bd99041a74382375fb authored over 9 years ago by Thomas Burleson <[email protected]>
docs(backdrop): fixes typo

Closes #2274.

github.com/mallowigi/material - 4a419ead1421df5ba621a4b6afb9ad415b571b60 authored over 9 years ago by Jesse Palmer <[email protected]>
docs(radioButton): fixes typo

Closes #2243.

github.com/mallowigi/material - 66b69237abfdda18889d71311e912785175de757 authored over 9 years ago by Jesse Palmer <[email protected]>
docs(select): adds missing form tag

Closes #2244.

github.com/mallowigi/material - c2cd2bf0a1e3a8ae9995ab585dec5e10e3d1069f authored over 9 years ago by Jesse Palmer <[email protected]>
fix(gestures): attach event listeners once when multiple ng-apps are running

Closes #2173. Closes #2278.

github.com/mallowigi/material - 6d566762f22049fbfe10dd9187e04f305a7f9ae7 authored over 9 years ago by Kenneth Cachia <[email protected]>
fix(tabs): fixes styles for `md-border-bottom` and `md-align-tabs`

Closes #2119

github.com/mallowigi/material - 9affd1216174d31e92be54e0d0c1ec1698ed483f authored over 9 years ago by Robert Messerle <[email protected]>
fix(checkbox): ngModel intial value used correctly with events

Fixes #1550.

github.com/mallowigi/material - 942d0b9a87b1478917325ccac011c2f4f5a5b3e1 authored over 9 years ago by Thomas Burleson <[email protected]>
amend(select): fix select truncation cacheing on hidden elements

closes #2251

github.com/mallowigi/material - ba49edc77dc1dec9a30a7542a65d5493b0282658 authored over 9 years ago by Ryan Schmukler <[email protected]>
amend(list): add md-offset class for list-item text, fix offset, add

demo

closes #2210

github.com/mallowigi/material - 17151c9475407f59bd4b56b1681254d7c3a5740a authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(select): greatly improve scroll disable compatability

closes #2180, closes #2206

github.com/mallowigi/material - 614630d730f24df9ad3e9ee91f061049d615738a authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(theming): fix theming in safari

closes #2209, references #2066

github.com/mallowigi/material - 1ebc42ec4ad457602a634f8fb0562128dc3e701c authored over 9 years ago by Julian Wielga <[email protected]>
fix(icon): remove invalid danger style

github.com/mallowigi/material - 360e2b6097f97189e41b9f1da2c95ba4043193e7 authored over 9 years ago by Ryan Schmukler <[email protected]>
update(styles): quote url strings in *.scss

Closes #2246.

github.com/mallowigi/material - 4faa7e89224ccf58fdacceb62982e2f5109f4fc9 authored over 9 years ago by Thomas Burleson <[email protected]>
update(css): csslint fix for warnings regarding 0px definitions

github.com/mallowigi/material - 91224860c3fa088080e90326af8acc9370489598 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(sidenav): improve API usage for $animate enter/leave

Closes #2261.

github.com/mallowigi/material - 4245bcf7f1000ab8960dda27d47cb34a8ddb7583 authored over 9 years ago by Thomas Burleson <[email protected]>