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(toast, css): support parent configurations and height sizing

* update toast to support custom `parent`; as specified in API docs
* css changes to md-toast
...

github.com/mallowigi/material - c5de1d631691813531fc74ac9429b37f2f80fef1 authored about 9 years ago by Thomas Burleson <[email protected]>
update(docs): Customize CSS for Checkbox layout improvements

github.com/mallowigi/material - 953349e2dc07d37a2c498dc235bd961db9fb6659 authored about 9 years ago by Thomas Burleson <[email protected]>
chore(css): missed one alternate line

github.com/mallowigi/material - aba09c7a49e2e943147acfb6e86d89bc0291fb2b authored about 9 years ago by Robert Messerle <[email protected]>
chore(css): moved alternate comment to proper line

github.com/mallowigi/material - 0b6e6245a6ffc9a815c5fb6f87d00907adcb46f0 authored about 9 years ago by Robert Messerle <[email protected]>
chore(css): re-adds includes from previous commit, includes @alternate comments for duplicate styles

github.com/mallowigi/material - 535d3a0c9e9ce1a73a1a202c99f4888d85a1238e authored about 9 years ago by Robert Messerle <[email protected]>
chore(list): cleans up duplicate css properties

github.com/mallowigi/material - a9f2da3443cd23542263c24c34854fd0f75725ad authored about 9 years ago by Robert Messerle <[email protected]>
fix(tabs): fixes size logic for centered tabs

github.com/mallowigi/material - 5722449b372604fc2231f73140a44094c3a94cf8 authored about 9 years ago by Robert Messerle <[email protected]>
update(doc): reformat Button CSS doc

github.com/mallowigi/material - a2ec308f34034de30a41d4226e3579bc6dedd9fb authored about 9 years ago by Thomas Burleson <[email protected]>
fix(icon): when specified, the defaultFontSet class should be used.

github.com/mallowigi/material - f5a9101a59f5cf51cb204399ecd45425305e14b9 authored about 9 years ago by Robert Messerle <[email protected]>
fix(layout): explicitly adds webkit prefix for safari

github.com/mallowigi/material - 778af934ffd0cb331660581a26446e635d898f28 authored about 9 years ago by Robert Messerle <[email protected]>
fix(input): textarea with rows provided will no longer throw an error

github.com/mallowigi/material - e38a2c82e1411ccfc8793e5b95f66d9ac4b33c6a authored about 9 years ago by Robert Messerle <[email protected]>
fix(ripple): fixes typo in ripple code

github.com/mallowigi/material - c93ba5c94fb5720f53e4c582a60e0b80d7e3ae0c authored about 9 years ago by Robert Messerle <[email protected]>
update version number in package.json to 0.10.1-rc5

github.com/mallowigi/material - 69385adf5bd299c4f193632ae9e2da4511e79d0b authored about 9 years ago by Robert Messerle <[email protected]>
fix(tabs): removes scope disconnect logic from tab templates

This is necessary due to various bugs with disconnecting scope. The API
remains the same for no...

github.com/mallowigi/material - 2976add783e679ac73838acead31f4075ce16e5d authored about 9 years ago by Robert Messerle <[email protected]>
fix(interimElement): added variable declaration in findParent()

Fixes #3927. Fixes #3943. Refs #3892.

github.com/mallowigi/material - af052358a0f606c7c43aafe34e20a6cdf53975b2 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(dialog, menu, select): ignore transitionEnd event timeouts

due to conflicts with ngAnimate 1.4.x, temporarily ignore transitionEnd event timeouts. v0.11 wi...

github.com/mallowigi/material - ce46a9a4ca49d88f0b58de5ebeada09971034682 authored about 9 years ago by Thomas Burleson <[email protected]>
Fix md-menu animation timeout issues

Fixes https://github.com/angular/material/issues/3892

github.com/mallowigi/material - 9ce97c572c939ef0ee6c59d7e455f71a3f636a77 authored about 9 years ago by clshortfuse <[email protected]>
chare(backdrop, dialog): code formatting and comments

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

github.com/mallowigi/material - c63e859c70ddd61de6da13fb4bdc1de6b03d8a89 authored about 9 years ago by Robert Messerle <[email protected]>
fix(dialog, backdrop): fill-stretch backdrop to scrolled viewport and center dialog

For scrolled containers and non-body parents,
- the backdrop will now stretch to fill the viewpo...

github.com/mallowigi/material - b71fdfb609a9b8c5bf6e2f4b41638020e265acd2 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(backdrop, theme): use themes for backdrop color/hue.

Use project standard: color styles are specified in <component>-theme.scss files.

github.com/mallowigi/material - a5546009c2f38312609be9cd031592d85af07156 authored about 9 years ago by Thomas Burleson <[email protected]>
update(demo): status message configures dialog size on initialization.

github.com/mallowigi/material - d270684104ea9946a09f1d1d93ed9100b939bd96 authored about 9 years ago by Thomas Burleson <[email protected]>
fix(chips): prevents unnecessary ellipsis in chips

Closes #2688

github.com/mallowigi/material - 7fed14ebac76e136059b4fb2a890ddae470d19ef authored about 9 years ago by Robert Messerle <[email protected]>
fix(tabs): theme palettes will no longer be inherited from parent

elements

Closes #3150

github.com/mallowigi/material - 0667380d4e82e3f8865eded13eef279958769611 authored about 9 years ago by Robert Messerle <[email protected]>
fix(autocomplete): hitting escape once again clears the search text

This was caused when we added `stopPropagation` to the keydown event.
We now have to manually cl...

github.com/mallowigi/material - 99e8e2c20f58555f30dda045211309025494879f authored about 9 years ago by Robert Messerle <[email protected]>
fix(tabs): fixes errors thrown when user-defined click events triggered

their own digest cycles

github.com/mallowigi/material - 1b984ed6b708b5acba42194b66699aae1d243fe2 authored about 9 years ago by Robert Messerle <[email protected]>
update(backdrop, css): transition background-color alpha instead of opacity

BREAKING CHANGE: performance improvements transitioning background-color alpha instead of conta...

github.com/mallowigi/material - 3012b4a0e6ae09eca35903aef1bcc988bb4af63f authored over 9 years ago by Thomas Burleson <[email protected]>
fix(menu, css): add md-menu-item css 'min-height:48px'

Fixes #3791.

github.com/mallowigi/material - 4c912904da7a0a8a471957d8333afd0748c5513e authored over 9 years ago by Thomas Burleson <[email protected]>
update(tabs): adds more complete testing for tab selection

github.com/mallowigi/material - 2e17598b85569c7f009188afc5123821c996025b authored over 9 years ago by Robert Messerle <[email protected]>
feat(tabs): setting `md-selected` to `-1` will allow `md-tabs` to function without forcing a tab to be selected

Closes #3172

github.com/mallowigi/material - 27783df93e0ebc27ef20df72d240a3b4cb762d77 authored over 9 years ago by Robert Messerle <[email protected]>
feat(autocomplete): adds `md-input-id` to allow the user to provide a custom ID for autocomplete input field

Closes #3481

github.com/mallowigi/material - 9931e2a8958e89af969bec79abb9a881877bf371 authored over 9 years ago by Robert Messerle <[email protected]>
fix(highlightText): changes to the template data will update the generated HTML

Closes #3550

github.com/mallowigi/material - eda47822c002833db58f8daf779c74ee77bee882 authored over 9 years ago by Robert Messerle <[email protected]>
update(backdrop): refactor warning message

github.com/mallowigi/material - 2901bd1999c9ddb1493ef099b8088371e610ecfb authored over 9 years ago by Thomas Burleson <[email protected]>
update version number in package.json to 0.10.1-rc3

github.com/mallowigi/material - a26d3697303b8c57ae232ca32d89de6902018906 authored over 9 years ago by Robert Messerle <[email protected]>
feat(autocomplete): adds a new attribute option `md-select-on-match`

When enabled, an exact match in the `searchText` will automatically
select a matching item if (a...

github.com/mallowigi/material - d16d2b6647fa52e46723405fd17c4b8dd7afaa8d authored over 9 years ago by Robert Messerle <[email protected]>
fix(backdrop, dialog, css): improve position and animations of backdrop

improve backdrop animations and css to account for scroll and parenting:
- backdrop
- css use...

github.com/mallowigi/material - 623496efd70752405018dab3a44a1dee24449ebb authored over 9 years ago by Thomas Burleson <[email protected]>
fix(tabs): internal scope will now be the same as external scope

Closes #3300

github.com/mallowigi/material - c5c148df85b900830c3afffc43668b26e25c3e24 authored over 9 years ago by Robert Messerle <[email protected]>
chore(tabs): removes unnecessary cleanup steps

github.com/mallowigi/material - 7fff84ac8db8db9d15707385369ea39b21d58a67 authored over 9 years ago by Robert Messerle <[email protected]>
amend(menu): fix iit in tests

github.com/mallowigi/material - bd38246d92e3106306dde6fa5c0750c0a9136a2f authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(menu): ensure menu button is type=button

closes #3821

github.com/mallowigi/material - d203d722ca852d8b7bce0227495982d819bb409d authored over 9 years ago by Ryan Schmukler <[email protected]>
update(interimElement): disable $log usages

Issues have been identified with transitionEnd and ngAnimate. Disable error logging
until fixes ...

github.com/mallowigi/material - 976e0f40621e8442c042fa2492454961d629ac05 authored over 9 years ago by Thomas Burleson <[email protected]>
refactor(interimElement): code cleanup and comment improvements.

github.com/mallowigi/material - 15e6c8c8ffaef9336e22a67505fdb0794e6056cf authored over 9 years ago by Thomas Burleson <[email protected]>
update(interimElement): possbile null-reference correction

github.com/mallowigi/material - c3d8b07fedc3b4e7e56d80d9fb1ce4e4740de5d3 authored over 9 years ago by Thomas Burleson <[email protected]>
refactor(interimElement, animate): improve logic with promise chains and timeouts

waitTransitionEnd() rejects only if timeout occurs
interimElement
- use of try/catch with onShow...

github.com/mallowigi/material - eaa3324407799a600353b4f9bbc7ccf4ef2e2b37 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(select): interimElement will resolve its promise even when transition end event is not fired

Occassionally the transitionEnd event will not fire and the '$mdUtil. waitTransitionEnd()' proce...

github.com/mallowigi/material - d6a938e983690c229c1ee856c0416ae1832cffb4 authored over 9 years ago by Robert Messerle <[email protected]>
update(select): reduce locking of Select menu

References #3704.

github.com/mallowigi/material - 171b7ed874b3a29749628159afebcfb14d38cad9 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(tabs): prevents error when navigating away from tabs section while using Angular 1.4.x

github.com/mallowigi/material - 31bb1210a6fbb08dafc015a00db4105d7bb60980 authored over 9 years ago by Robert Messerle <[email protected]>
update(util): arguments to array improvement

github.com/mallowigi/material - 43655e40eb4a6e677f6ad0ec25e3224c63f12996 authored over 9 years ago by Thomas Burleson <[email protected]>
update(select): use -index-select variable

github.com/mallowigi/material - dbafaa14473b41e262d55f8f6d06f818f4d88654 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(dialog, interimElement): element removals occur after dialog close animation finishes.

only alerts `hide()` on escape or clickOutside; confirm and custom `cancel()`
improve use of `.f...

github.com/mallowigi/material - 7bbfd1f8e7eabb3cecc38334717e139234d35175 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(select): restore ngModel functionality

references #3062, references #3671, closes #3767

github.com/mallowigi/material - 86a4ca99abf6f1c97fc5222516c1e026f6eb711b authored over 9 years ago by Ryan Schmukler <[email protected]>
chore(tabs): updates formatting across tabs files, removes specs that are no longer relevant

github.com/mallowigi/material - 79984ea13a4f1abb35c71157bb35ce885b9fef3f authored over 9 years ago by Robert Messerle <[email protected]>
refactor(tabs): revises the way the tab directive works to be cleaner, adds unit tests to ensure it is working as expected

github.com/mallowigi/material - c7131f3a84e9af141dff2b0e4ac9e352307d342f authored over 9 years ago by Robert Messerle <[email protected]>
fix(menu): fix memory leak on component destroy

Closes #3775.

github.com/mallowigi/material - 1a9a530000bc72fcfe2e0fb00dfde0c3303f37bf authored over 9 years ago by Yun Liu <[email protected]>
update(changelog): empty commit for future changelogs

BREAKING CHANGE: **input:** change `min-height` for textarea to one row
(and remove extra paddin...

github.com/mallowigi/material - 2132cd29ff8e752da5d5be89cebc8ebe8415e79d authored over 9 years ago by Robert Messerle <[email protected]>
update(changelog): empty commit for future changelogs

BREAKING CHANGE: **css:** media queries for `sm`, `lg`, and `md` have
modified `max-width` values

github.com/mallowigi/material - 51dbd402c7498cf2e394f534d9ecd228cd64d2b1 authored over 9 years ago by Robert Messerle <[email protected]>
update(changelog): empty commit for future changelogs

BREAKING CHANGE: **button:** `md-button` class now uses `display:
inline-block` instead of `disp...

github.com/mallowigi/material - fd331c87efaa51f37485446bbcde91466dd91f00 authored over 9 years ago by Robert Messerle <[email protected]>
update(changelog): empty commit for future changelogs

BREAKING CHANGE: **dialog:** changes classes `transition-in` and
`transition-out` to `md-transit...

github.com/mallowigi/material - 4210ade748b2958f2cbd7274059f7222f0849e6c authored over 9 years ago by Robert Messerle <[email protected]>
update(build): removes directory before checking out to prevent merge errors

github.com/mallowigi/material - 94b197c2647baeb381816fccd414203599bb1a06 authored over 9 years ago by Robert Messerle <[email protected]>
update(changelog): empty commit for future changelogs

BREAKING CHANGE: `md-select-label` has been removed. Users must use
`md-input-container` and `l...

github.com/mallowigi/material - 712bc7213d5e33c3d36c567ff5e14f74b4d2ae7b authored over 9 years ago by Robert Messerle <[email protected]>
update version number in package.json to 0.10.1-rc2

github.com/mallowigi/material - 7ae258592e14fd75ed530f521bc7ceb9ff3f321f authored over 9 years ago by Robert Messerle <[email protected]>
fix(tabs): focused item will once again scroll into view properly on focus

github.com/mallowigi/material - 5616f48f8e3d4cfd9e2ec94c1939467c31bc25b7 authored over 9 years ago by Robert Messerle <[email protected]>
chore(autocomplete): code formatting changes

github.com/mallowigi/material - 8c4f838bacfce5df79affbf109c7fb3bd4b55704 authored over 9 years ago by Robert Messerle <[email protected]>
fix(menu): cleanup click listeners on close

github.com/mallowigi/material - 9b57c2ecbc301bc98c0b4ff7858316eb869de7cb authored over 9 years ago by Ryan Schmukler <[email protected]>
fix(chips): prevents styling issues caused by extremely long text

Closes #3523

github.com/mallowigi/material - e9b4de54a7b2a00b9adc1469d6f7f5f85565eeb9 authored over 9 years ago by Robert Messerle <[email protected]>
update(tabs): cleans up incrementIndex code to properly work for both

focus and selected indexes

github.com/mallowigi/material - cc8130cf377e5a353e967d2bacc5bd56d3aef975 authored over 9 years ago by Robert Messerle <[email protected]>
fix(docs): style tables w/ css class instead of element.

github.com/mallowigi/material - 605cd94a6e699f380d2ee0660d5a277d83671c39 authored over 9 years ago by Jeremy Elbourn <[email protected]>
fix(toast): differentiate between hide action clicks and hide timeouts

All interim elements now resolve with 'true' for hide or timeout responses; unless overridden in...

github.com/mallowigi/material - 285ac72d66e0d67365dcdfc0de2d6de6fc29d010 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(tabs): fixes `md-swipe-content` support

Closes #3225

github.com/mallowigi/material - 0982c76a22eea18f442147e49aad51e14d284d71 authored over 9 years ago by Robert Messerle <[email protected]>
fix(tabs): `md-center-tabs` should work now

github.com/mallowigi/material - aa1e47d37e692cf2bd0a0d4e3646defd4f89fc7b authored over 9 years ago by Robert Messerle <[email protected]>
fix(autocomplete): re-adds `preventDefault` calls to keydown event

github.com/mallowigi/material - d52e9c29a43e496ad822278ae3b5e1758b7b9577 authored over 9 years ago by Robert Messerle <[email protected]>
chore(md-virtual-repeat): Allow attribute usage of container and add horizontal demo

Closes #3728.

github.com/mallowigi/material - 92853be60ca594a91ac8351b7f7086f6622177ea authored over 9 years ago by Karl Seamon <[email protected]>
fix(mdContent):specify foreground color

Closes #3724.

The texts were always dark. Now the texts are light when using a dark
theme, maki...

github.com/mallowigi/material - b9f91d78bde9fbd00c99f6abb9baaf7365ec44ff authored over 9 years ago by Remco Haszing <[email protected]>
update(ripple): use $mdUtil.nextTick() instead of $timeout()

github.com/mallowigi/material - 1c7b806af05ffaaa447df2c58cc1008778ad26bd authored over 9 years ago by Thomas Burleson <[email protected]>
update(tooltip): use $mdUtil.nextTick() instead of $timeout()

github.com/mallowigi/material - 169f0d791d2233c95d7387736d4de1d7b2293e97 authored over 9 years ago by Thomas Burleson <[email protected]>
update(sidenav): use $mdUtil.nextTick() instead of $timeout()

github.com/mallowigi/material - 37a93a6f31c5f17f29146aaac681b5e1322fa9a7 authored over 9 years ago by Thomas Burleson <[email protected]>
update(bottomsheet): use .nextTick() instead of ()

github.com/mallowigi/material - fab3fb1152b3aa9cf97325cc35c168677901f19b authored over 9 years ago by Thomas Burleson <[email protected]>
update(tabs): replaces `$timeout` with `nextTick` in template directive to further reduce number of digests

Related to #3523

github.com/mallowigi/material - 8b59e03f9d962fa24aa8bed36f0e39ac4846a6e4 authored over 9 years ago by Robert Messerle <[email protected]>
update(util): updates tests for `nextTick`, cleans up function code

github.com/mallowigi/material - 869ca03dd9f310dbf693cb214258e5a659a09aa5 authored over 9 years ago by Robert Messerle <[email protected]>
update(util): adds unit test for nextTick, removes unnecessary lines

github.com/mallowigi/material - f687475160eb17c17864f57c57c7ac95fa9b5658 authored over 9 years ago by Robert Messerle <[email protected]>
fix(menu, select): corrected waitTransitionEnd timeouts

waitTransitionEnd timeouts captured with `.finally()` for menu remove processes.
timeout during ...

github.com/mallowigi/material - d31ffd9185d687eee80c6297ef42c064eb7a8d66 authored over 9 years ago by Thomas Burleson <[email protected]>
update(demo): toolbar demo style updates

github.com/mallowigi/material - ea7069f6c4d473b5985af440074352691bdcb14a authored over 9 years ago by Thomas Burleson <[email protected]>
update(backdrop, css): remove height, add top style to position:absolute

github.com/mallowigi/material - e7d1bc66aa13ddc927d9dfb3dc6649f053a62d40 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(build): reset to using Angular v1.3.15 until animation issues resolve

github.com/mallowigi/material - 17490baffe39b4436d33ef42ab7142613d56144f authored over 9 years ago by Thomas Burleson <[email protected]>
update(select): spell-correction

github.com/mallowigi/material - 6a0eaae3092e804c13f172f112a04322c97c0ba1 authored over 9 years ago by Thomas Burleson <[email protected]>
refactor(select, menu): improve reference to animator.waitTransitionEnd

github.com/mallowigi/material - 0ebb9ebfb11632e8caa8170573d9380dd862542a authored over 9 years ago by Thomas Burleson <[email protected]>
refactor(util): remove $mdUtil.transitionEndPromise

use $mdUtil.dom.animator.waitTransitionEnd
- updated tests
refactored animator.spec.js tests to ...

github.com/mallowigi/material - 44a0b17423d6d732f9b0769220f9554a4a3bb208 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(dialog, demo): improve zoom to/from origin

fix transitionEndPromise to work properly with timeouts
refactor zoom animation to animator.js
-...

github.com/mallowigi/material - d3649035c76cb0cccf7ca0a325d787a903ae6f50 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(backdrop): use absolute positioning and anchors

css changes work better with sideNav, dialogs, and menus.
fix opaque rendering for dialog backdrops

github.com/mallowigi/material - 87bdf36a3d9e09bba17b3c629e308fa5e578259d authored over 9 years ago by Thomas Burleson <[email protected]>
fix(chips): makes sure that input is cleared when selecting a chip

Closes #3575

github.com/mallowigi/material - ee1fed1954ef34e83bad0ae01e3b10d3f3166173 authored over 9 years ago by Robert Messerle <[email protected]>
update(toolbar, fabSpeedDial, toast): batching nextTick() instead of $timeout

github.com/mallowigi/material - 2668ba09ea6e6856b7fc3f2b3cad97b9f2f13375 authored over 9 years ago by Thomas Burleson <[email protected]>
fix(compiler): use reference copy instead of deep copy for resolve and locals

Fixes #3651. Fixes #3561

github.com/mallowigi/material - a914501361f31c2beb5f335b395a5f9f45cf36c3 authored over 9 years ago by Thomas Burleson <[email protected]>
update(gridlist): use $mdUtil.nextTick instead of $timeout

github.com/mallowigi/material - 5f1c94b3e55eab4faaf7a8628431eeed5f0a2ca6 authored over 9 years ago by Thomas Burleson <[email protected]>
fix( sidenav): corrected use of internal $toggleOpen()

github.com/mallowigi/material - 6f72befbd1cbcbc926cf2946c69f63076893984c authored over 9 years ago by Thomas Burleson <[email protected]>
update(util): replaces `this` with `Util` in `nextTick`

github.com/mallowigi/material - d2207abfb330eeb5b35be002c4fc18fb9e698f86 authored over 9 years ago by Robert Messerle <[email protected]>
update(util): properly stores timeout on creation

github.com/mallowigi/material - 2d6cc8a693f09895a62e14c4af7bf88a3c30ad6b authored over 9 years ago by Robert Messerle <[email protected]>
update(util): removes leftover `console.log` calls

github.com/mallowigi/material - 88877fd7999ceaacbf9504098230f5bcd656946e authored over 9 years ago by Robert Messerle <[email protected]>
update(util): adds support for non-digest calls to `$mdUtil.nextTick`

Once batched, will only trigger a digest if one or more batched calls require it.

github.com/mallowigi/material - d962170b957dbbf2ba18d4291e2b78b99153153a authored over 9 years ago by Robert Messerle <[email protected]>
fix(tabs): limits the width of tabs to the width of `md-tab-canvas`

Closes #3577

github.com/mallowigi/material - 46ffa9ebd9e048a1026e6bd5fa1f81769e216707 authored over 9 years ago by Robert Messerle <[email protected]>
fix(autocomplete): keyboard input used by autocomplete will now call

`$event.stopPropagation()` to prevent the event from bubbling up

Closes #2931

github.com/mallowigi/material - 2781eac52c804655175f55e1a1e3b643ae3c3208 authored over 9 years ago by Robert Messerle <[email protected]>