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

update(layout): refactor and fix media breakpoint styles

* improve logic for `postLinkIsDisabled( )`
* add `max-width:100%` for layout=row
* add `max-...

github.com/mallowigi/material - 843d63ec5520d313eb327d2d99606e9f6177912e authored about 9 years ago by Thomas Burleson <[email protected]>
fix(layout): resolve incorrect and duplicate layout tests

There were a number of typos and incorrect combinations of values in the alignmentValues array t...

github.com/mallowigi/material - 5d9f960744ee7d4ca9b8b0387f7784396d42e684 authored about 9 years ago by arush <[email protected]>
fix(layout, flexbox): longhand workarounds, flex-order, interpolated values

* apply flexbox workarounds per [Flexbox Workarounds](https://github.com/philipwalton/flexbugs#3...

github.com/mallowigi/material - 7264cab4034948f9083ce97e56a45f8f94106067 authored about 9 years ago by Thomas Burleson <[email protected]>
feat(layout): add `md-css-only` option, restore max-width for layouts

* support use of `<body class="md-css-only">` to use Layout features **without** any JS requir...

github.com/mallowigi/material - bf77109c69424664fb540eb221713ba9c71d65be authored about 9 years ago by Thomas Burleson <[email protected]>
fix(mdAutocomplete): Fix small style regression introduced by multiple errors.

The autocomplete used different CSS than the multilple error messages
expeceted. Fix by making a...

github.com/mallowigi/material - 9891723e327b32d9b2f2752114c021d35ae1de05 authored about 9 years ago by Topher Fangio <[email protected]>
fix(fabSpeekDial): remove keyboard handlers on scope destroy

Closes #4681.

github.com/mallowigi/material - 3516a85be34c73272ff999357331c394dba83eec authored about 9 years ago by Hannah Howard <[email protected]>
style(list): truncate overflow on h3 and h4

closes #2199

github.com/mallowigi/material - 84b04cad4c45f4c8e31eccd662cde0cbdfb99308 authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(select): multiple no longer sets form to $dirty

closes #3933

github.com/mallowigi/material - 09bd5a3b52f29dfe530192099d2c405f204ec3ad authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(progressLinear, progressCircular): trim md-mode values

Fixes #2336.

github.com/mallowigi/material - 9313a4aa97c7fec91421c6070997071c1f65541b authored about 9 years ago by Thomas Burleson <[email protected]>
fix(whiteframe): working with dp insted of z-index

Closes #4706.

github.com/mallowigi/material - b37ac3adaf821e75a7fffd2efacaf774c6d8e876 authored about 9 years ago by Elad Bezalel <[email protected]>
Added the ability to apply custom CSS classes to dialog-presets.

Closes #4722.

github.com/mallowigi/material - 94316d068cd3010ef8f668c10de6b90c6db61123 authored about 9 years ago by Alex Heinz <[email protected]>
update(npm): add standard package.json fields

Fix license warnings from npm
Add a useful npm 'watch' script to build, watch the docs; opens br...

github.com/mallowigi/material - 885162b5c45acba04a44bad42f74c273e2a27a6e authored about 9 years ago by Thomas Burleson <[email protected]>
update(mixin): improved input-placeholder-color

Fixes #4742.

github.com/mallowigi/material - 325f1b9e1d49453793d5bd9c117dde58d6578d1a authored about 9 years ago by Thomas Burleson <[email protected]>
fix(dialog): resize top and height on window resize

Fixes #4513.

github.com/mallowigi/material - 3e34e021b508b3464b6ec4ab0f04d814bfe43a24 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(menu): safeguard NRE in `activateInteraction()`

Fixes #3741

github.com/mallowigi/material - d98f9a7c15032d10e310310721d215d40b1368c4 authored about 9 years ago by Thomas Burleson <[email protected]>
update(demo): add footer note to Dialog demo

Closes #3136.

github.com/mallowigi/material - 28be5ab88e86c02c74c0fcb05abe7f71e4cb7560 authored about 9 years ago by Thomas Burleson <[email protected]>
update(sidenav): add `$destroy` logic to remove backdrop

github.com/mallowigi/material - 6d0c593727766766bc1313166972a3e4c2656e5e authored about 9 years ago by Thomas Burleson <[email protected]>
fix(util, datePicker): support $compileProvider.debugInfoEnabled(false);

add `$mdUtil.validateScope( )` to confirm availability of scope value.

Fixes #4532.

> [$compi...

github.com/mallowigi/material - ca8bca9473184791cefeb7bbcfa811d7059d4d48 authored about 9 years ago by Thomas Burleson <[email protected]>
test(all): make changes to use $animate.flush

update ngMaterial docs and tests to use AngularJS 1.4.6
simplify testing with unified, new API `...

github.com/mallowigi/material - fb04d077afb571e40fbc7fc41edc4b1cd474e43f authored about 9 years ago by Matias NiemelΓ€ <[email protected]>
feat(mdInput): Add support for both labels and placeholders.

Previously, if a user supplied both a placeholder and a label,
the label would float on top of t...

github.com/mallowigi/material - b5dd1507813ef01af9ec032eb91696865fd5117e authored about 9 years ago by Topher Fangio <[email protected]>
fix(interimElement): use angular.extend

AngularJS 1.3.x does not support `angular.merge`

Fixes #4683.

github.com/mallowigi/material - bfb8daca05b19defd47f5b485b3db42b6d85b32f authored about 9 years ago by Thomas Burleson <[email protected]>
fix(menu): fixes JS focus error on close

github.com/mallowigi/material - d75d021f3f56fa84e61dbca7c8fb7af3bc90c923 authored about 9 years ago by Robert Messerle <[email protected]>
fix(autocomplete): re-adds support for custom item names in autocomplete

templates

Closes #4667

github.com/mallowigi/material - 8849213ce42fa98169b6fbbb0805feb95a6ba678 authored about 9 years ago by Robert Messerle <[email protected]>
fix(interimElement): support scope.$destroy events

when navigation (eg $location) changes occur, the `scope.$destroy` event is triggered; which sho...

github.com/mallowigi/material - 77a34bd8f122814527159d08536d5776b314f527 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(mdInput): Support multiple ng-messages simultaneously.

Previously, multiple `ng-message`s would render on top of each
other. Fix by altering CSS positi...

github.com/mallowigi/material - 3d0b4181e1b7e58e5a606c9d13b59d97a0ce8b5a authored about 9 years ago by Topher Fangio <[email protected]>
fix(datepicker): ngModel updates for empty input.

Fixes #4643. Closes #4648.

github.com/mallowigi/material - 416dc4c023da00a78c9779ea9b958c052d44d353 authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(general): common disabled behavior for switch/slider/select.

Fixes #3797. Closes #4654.

github.com/mallowigi/material - 86d876bf15d345fe23dbb52474a801f2d79cba17 authored about 9 years ago by Jeremy Elbourn <[email protected]>
style(select): dividers now appear in scrollable menus

closes #4017

github.com/mallowigi/material - dfa4dc6d0ad83e83efc83bf98057d8baf0aac937 authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(dialog): incorrect dialog placement if page is scrolled

closes #4115

github.com/mallowigi/material - 1fc762293bca5cb2e25ed56f87cf8a59d3c1bd0a authored about 9 years ago by Ryan Schmukler <[email protected]>
style(select): bring disabled style inline with input

closes #4179

github.com/mallowigi/material - 9e814c97f2ed00b18c32fd5c01fdca3a02af76d2 authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(select): fix undefined class on select container

closes #4184

github.com/mallowigi/material - 5ca0b2b6e3a4c91f284bfeaec02d6952834613e4 authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(listItem): fix menu triggering proxy elements

fixes #4303

github.com/mallowigi/material - c7ff50ca8f19efd03d370810186d92b4f02e2e9c authored about 9 years ago by Ryan Schmukler <[email protected]>
style(menu): fix alignment with anchor menu items

closes #4142, closes #4353

github.com/mallowigi/material - d0e8daf089eaf3e27424fa9eadf96ca4227e7870 authored about 9 years ago by Ryan Schmukler <[email protected]>
fix(select): fix options not closing with explicit md-select-label

closes #4387

github.com/mallowigi/material - 3c0d21ef337bbd156764c6fea9c76a41475be5d4 authored about 9 years ago by Ryan Schmukler <[email protected]>
fixes improper variable name in dialog

github.com/mallowigi/material - bda85e2f24faa5d03597378efdd56f7e0d909464 authored about 9 years ago by Robert Messerle <[email protected]>
fixes typo in dialog

github.com/mallowigi/material - df8182720824a0f1e7eaf51e551a0a3e7c87e86d authored about 9 years ago by Robert Messerle <[email protected]>
update(tabs): speeds up ink bar animation

Closes #4582

github.com/mallowigi/material - d6d6b78c3e1545c8d92b0c69edbf0e7420106329 authored about 9 years ago by Robert Messerle <[email protected]>
fix(datepicker): make dark theme picker not terrible. Fixes #4614

github.com/mallowigi/material - e80c621458a22b0595323936a2bab905acde0cb0 authored about 9 years ago by Jeremy Elbourn <[email protected]>
Update slider.js not to use multiline string literal

github.com/mallowigi/material - afc0963362321be2fe2e39077ba8d71127126cf3 authored about 9 years ago by Adriana Tufa <[email protected]>
ripple: fixes typo in previous commit. again. I'm on a roll, today!

github.com/mallowigi/material - 255179d68c7bcbede6c4b41c8a2b8821e59be6b4 authored about 9 years ago by Robert Messerle <[email protected]>
ripple: re-adds code that was accidentally removed from the previous commit

github.com/mallowigi/material - dfef4fd0eee61bb0cd0287437a17d89f372997ec authored about 9 years ago by Robert Messerle <[email protected]>
fix(ripple): ripple will no longer be triggered on disabled elements

Closes #5445

github.com/mallowigi/material - 313342cfef6ccf77e745252d9ef589dc551f0323 authored about 9 years ago by Robert Messerle <[email protected]>
update(util): typo correction

github.com/mallowigi/material - c7f2d6403ee4f8c3fe6963024b322be686541276 authored about 9 years ago by Thomas Burleson <[email protected]>
update(docs): Toast API docs correction

inlucde improvement to **$log.warn** in `util.extractElementByName( )`

Fixes #4612.

github.com/mallowigi/material - 814711217ec70c46ea1ad4fd4a0d79e5b6117173 authored about 9 years ago by Thomas Burleson <[email protected]>
Update tabsDirective.js not to use multiline string literal

Multiline string literals aren't considered a best practice.
References:
http://stackoverflow.co...

github.com/mallowigi/material - 708f6ca580c81997c0f6288d4f08029db5b5cdff authored about 9 years ago by lmanners <[email protected]>
fix(tooltip): trigger parent blur on `leaveHandler( )`

`md-button` with tooltip should not continue to display focus style after mouseleave and tooltip...

github.com/mallowigi/material - b65d1536fcccaae27c322f38925af27b5549ce3d authored about 9 years ago by Thomas Burleson <[email protected]>
test(dialog): added test for parent specified by string selector

github.com/mallowigi/material - 7d8b99fcfda76cbb761be6839d841656fbc59c35 authored about 9 years ago by Thomas Burleson <[email protected]>
chore(datepicker): remove accidental function def.

github.com/mallowigi/material - 9253039a2b021c1a507e4393a0dca4e4370244ae authored about 9 years ago by Jeremy Elbourn <[email protected]>
feat(datepicker): prevent calendar from going off-screen. Fixes #4333.

github.com/mallowigi/material - 9d1f9daf3f496deac4540eb0ae43ba2145088493 authored about 9 years ago by Jeremy Elbourn <[email protected]>
feat(dialog): allow specifying parent by string selector.

github.com/mallowigi/material - 5551699cfeb2daf154d6655ec31a127c6af877f4 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(mdAutocomplete): Compile autocomplete template against proper scope.

After the performance modifications to make autocomplete use the
virtual repeat directive, the a...

github.com/mallowigi/material - 6681e8249d2bd09d0f68a53433cb26f3f4d76cda authored about 9 years ago by Topher Fangio <[email protected]>
fix(switch): inverted logic in md-switch dragging

md-switch was being toggled when the user dragged less than half the way and didn't toggle when ...

github.com/mallowigi/material - 316b4c82d6b76c3860c48406c3e0b393fda5663d authored about 9 years ago by Louis Teboul <[email protected]>
docs: fix typo in demos > Menu > Menu Position Modes

Fixes a typo ('Positon' -> 'Position') in the Demos > Menu > Menu Position Modes docs

Closes #4...

github.com/mallowigi/material - f3ad52566e13f74d767ef2f132e6303dda5d104a authored about 9 years ago by Louis Teboul <[email protected]>
docs: fix codepen buttons not working in Demos > Menu

Fixes Codepen buttons not working in Menu Position Modes & Menu Width demos & removes duplicate ...

github.com/mallowigi/material - 093847cbc4be304a8af64f3cfcedfa8eb4a5d44c authored about 9 years ago by Louis Teboul <[email protected]>
perf($mdSticky): Fix performance issue when sticky is emulated.

When the browser is not naitively capable of handling sticky
elements, we fake it by watching fo...

github.com/mallowigi/material - d68b5e2fffcbfc234f362ae6ce332fe516d805d0 authored about 9 years ago by Topher Fangio <[email protected]>
feat(datepicker): add shadow and animation cue for scrolling. Fixes

Closes #4547.

github.com/mallowigi/material - 1330cb0924b9be31e5262d665660d7c84eaab90f authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(util, autocomplete, chips): logic for cleanup when scope.$$destroyed == true

update `$mdUtil.nextTick( )` with option `scope` argument that can be used to check `scope.$$des...

github.com/mallowigi/material - 582d94cf431a3ca337b2ec56c23e0e237f98c245 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(codepen): improve use of external css

github.com/mallowigi/material - cdcf31d61a58233e00fff24e816d85fa3928e73f authored about 9 years ago by Thomas Burleson <[email protected]>
update(demos): codepen demos use Roboto fonts and css

when launching the demos, the same font sets and extra styles used in the online docs should be ...

github.com/mallowigi/material - 7fac738db2e8e0e7aa7319ad61a819d032d31577 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(util): improve parse logic in supplant()

Fixes #4511.

github.com/mallowigi/material - 81b633c1f12b86bf3fe07666a5512110d969d3ea authored about 9 years ago by Thomas Burleson <[email protected]>
fix(datepicker): handle DST incocnsistency encountered in some timezones. Fixes #4215.

github.com/mallowigi/material - 562e41a6cd79257a369fa560e67ebcb057f0c55c authored about 9 years ago by Jeremy Elbourn <[email protected]>
fix(theme): input placeholder color style fixed for Chrome

mixin placeholder-input-color in `mixins.scss` do not work as expected in Chrome.

Fixes #4162.

github.com/mallowigi/material - 85dceef49aa521f9a27c49009804483ab9ae89fc authored about 9 years ago by Thomas Burleson <[email protected]>
fix(utils): extractElementByName() and findFocusTarget() logic improved

findFocusTarget() scans deep and properly uses `$eval()` on possible focus expression.
extractEl...

github.com/mallowigi/material - a5d84c372f87e96469f6c7d72d42d0aea83fe8fd authored about 9 years ago by Thomas Burleson <[email protected]>
feat(datepicker): allow changing first day of the week. Fixes #4316.

github.com/mallowigi/material - 46c7b187c730617c79bf2adc665b4c11f6bbe90e authored about 9 years ago by Jeremy Elbourn <[email protected]>
Add SHA links to ripple and layout changes

github.com/mallowigi/material - abb064a45998f6214b36a19aeec9c3b48f43ec78 authored about 9 years ago by Thomas Burleson <[email protected]>
update version number in package.json to 0.11.0

github.com/mallowigi/material - d7ffe17d193a2f2916a97e1539c661ede52b48f9 authored about 9 years ago by Robert Messerle <[email protected]>
update(radioButton): add md-checked style to parent (if not mdRadioGroup)

if radiobutton elements are nested in DIV (instead of direct children of MD-RADIO-GROUP), then a...

github.com/mallowigi/material - 587cd22241342a25f941e7a3739e7de9ac5f0e2f authored about 9 years ago by Thomas Burleson <[email protected]>
Update CHANGELOG.md

github.com/mallowigi/material - c0c52a8e5321117c8ad4e0fc9d6f706372500b44 authored about 9 years ago by Thomas Burleson <[email protected]>
Update CHANGELOG.md

github.com/mallowigi/material - 15ed4691d225e55ecd3b986063a4f716c90d065c authored about 9 years ago by Thomas Burleson <[email protected]>
Update CHANGELOG.md

github.com/mallowigi/material - 0abfbc1534d868da6e7bdefbecd2b327be2ab272 authored about 9 years ago by Thomas Burleson <[email protected]>
Update CHANGELOG.md

github.com/mallowigi/material - 961cad6dead81311c1153747a53f043619a4c67f authored about 9 years ago by Thomas Burleson <[email protected]>
Breakout of 0.11.0-rc2 from 0.11.0-rc1 changes

github.com/mallowigi/material - b522cb7f4fdfb4a0b7f5de99eaa316cb9560bb67 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(layout): restrict directives to attributes only

github.com/mallowigi/material - e8b60de997fc06e1471d9e30a2e0f300bc18869f authored about 9 years ago by Thomas Burleson <[email protected]>
update(demo): stagger animations timings

github.com/mallowigi/material - 65d0db53b475ac8dc9104fc4af6d08289ad131b5 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(layout): device size attributes should not set max-width or max-height

do not specify max-height or max-width for **.layout-column** and **.layout-row** media breakpoi...

github.com/mallowigi/material - 8b210c38b72fe9757fb6379408a371c96870a371 authored about 9 years ago by Thomas Burleson <[email protected]>
update version number in package.json to 0.11.0-rc2

github.com/mallowigi/material - 218bb93c6b35f216e5e0d13ac032ead61af051b1 authored about 9 years ago by Robert Messerle <[email protected]>
fix(progressLinear, progressCircular): sync logic, fix linear animations, perf upgrades

synchronize progressLinear with similar logic used in progressCircular.

* improve animation per...

github.com/mallowigi/material - d74f93a8463727a01cc5ed89d04d1108ba413359 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(dialog): allow Confirm dialogs to have empty/undefined content

Fixes #4429.

github.com/mallowigi/material - ffbcff39caf1c6cc7040e2a38a91ccff3edb2e70 authored about 9 years ago by Thomas Burleson <[email protected]>
fixes constants being modified in chips directive

github.com/mallowigi/material - 7c4fc728114344ae050905a4247290becd0982de authored about 9 years ago by Robert Messerle <[email protected]>
prevents constant DELETE_HINT_TEMPLATE from being modified

github.com/mallowigi/material - 78315bb8a7b430b6899315f28c9e3250c40713a6 authored about 9 years ago by Robert Messerle <[email protected]>
Uses `$window.close` rather than just `close` in animateCss

github.com/mallowigi/material - 94cf9d77087261d6b3b77f1fb2902ae35c1cc7c4 authored about 9 years ago by Robert Messerle <[email protected]>
renames modules missed in previous commit

github.com/mallowigi/material - 34607c78ff246d203b2747a7d6757ffa5eecb272 authored about 9 years ago by Robert Messerle <[email protected]>
removes unused function that was causing closure errors

github.com/mallowigi/material - 608268a49a0495c6e9890fcb4980a23eaa19c69a authored about 9 years ago by Robert Messerle <[email protected]>
renames core modules to prevent closure issues

github.com/mallowigi/material - b6eb2cbfc06bde6ea605ef5b9c501e6619ea7f39 authored about 9 years ago by Robert Messerle <[email protected]>
fix(mdSubheader): Non top-level md-content causes incorrect position.

If the subheader's parent `<md-content>` was not the top-level item,
the stickied subheader woul...

github.com/mallowigi/material - 391479b044cd9dc392b2654ed3151597c876b1a9 authored about 9 years ago by Topher Fangio <[email protected]>
update(docs): fix titles in CSS > Button docs

github.com/mallowigi/material - 32ab2eb1ef91d61f30cefc7a159918f8e9d1e1ad authored about 9 years ago by Thomas Burleson <[email protected]>
docs(button.md): fix headings that don't display correctly

Fix headings being displayed incorrectly because of a missing space (e.g: change '##Flat Buttons...

github.com/mallowigi/material - 4721c644309858855e1406b2c8bd3fcccb51665e authored about 9 years ago by Louis Teboul <[email protected]>
update(interimElement): improve resolve values when stack is empty

github.com/mallowigi/material - ebcb2b7ca622143c6069a45dbda6be973b865d73 authored about 9 years ago by Thomas Burleson <[email protected]>
Atom Dark, Chuby Ninja, All's Hallow Eve

github.com/mallowigi/webstorm-settings-colors - acfd96d29154d481ba435f5a214bf1cf78fbe356 authored about 9 years ago by Elior <[email protected]>
update(docs, slider): adjust input sizing to prevent slider overlaps

Fixes #4055.

github.com/mallowigi/material - ffdbb695616630ef04de1bfe6dccf08241ff53ee authored about 9 years ago by Thomas Burleson <[email protected]>
fix(mdToolbar): Better fix for ng-if that allows ng-controller.

After modifying the `<md-toolbar>` directive to allow both
`md-scroll-shrink` and `ng-if`, we ac...

github.com/mallowigi/material - a09b9abb8d2d03fa6933c41c163c69f5079afc8a authored about 9 years ago by Topher Fangio <[email protected]>
docs(menuBar): Fix menu bar demo after recent toolbar changes.

After updating the `<md-toolbar>` to allow `ng-if`, the toolbar
no longer allows the `ng-control...

github.com/mallowigi/material - ae1a2fad67bed32242b11fe8becf75ae1cff5266 authored about 9 years ago by Topher Fangio <[email protected]>
update version number in package.json to 0.11.0-rc1

github.com/mallowigi/material - 2e9c7b51d18af4bbf6f63508f659f2e4997cb399 authored about 9 years ago by Robert Messerle <[email protected]>
update(menu, ripple): Ripple containers within menu buttons need to inherit border radius

Closes #4410.

BREAKING-CHANGE:

Button Ripple in menu now inherit `border-radius`.

Before:

``...

github.com/mallowigi/material - 8954d40e70cf659c2e3b78fbf88fdc26b2776fa2 authored about 9 years ago by Daniel Nagy <[email protected]>
fix(mdToolbar): Allow md-scroll-shrink usage with ng-if.

Previously, the toolbar would fail to enable scroll shrinking
if the developer used an `ng-if` s...

github.com/mallowigi/material - 9b861fdb7d9de924e6549f4e2b2bf07004462295 authored about 9 years ago by Topher Fangio <[email protected]>
revert(layout): Remove `height: initial` from layout.

Originally, it seemed that adding the `height: initial` made no
significant change to the layout...

github.com/mallowigi/material - 44a7e52c5832e9e8ee31d9c67de1bc4def77bf22 authored about 9 years ago by Topher Fangio <[email protected]>