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

docs(layout): document new layout options

32ba2b072036dc63e2c41354aa7f6a9e33852b92 authored about 10 years ago
feat(layout): add new layout system

d51a44c5629763cb52c61df39881ef665448734e authored about 10 years ago
Update README.md

8975ee80a569273e7e923b2618a3d887161b75f5 authored about 10 years ago
Update README.md

b098b3bf763ea44e762b9a77cd990a6093db09ae authored about 10 years ago
Update README.md

8ee6a717d144fcf0e667dafc6425963063d7d6f1 authored about 10 years ago
Update README.md

3ae3c1c37d11f95640af4645c91716505257ddb1 authored about 10 years ago
Update README.md

34f53c5093442a8b8dca80b3f18c2c089ef78020 authored about 10 years ago
Update README.md

ea64b8565ea84d4984449ecd81d1cc7fa9609cbc authored about 10 years ago
Update README.md

845892615cda8e5311329367ba0e30f11304046c authored about 10 years ago
update(docs): re-enable GA, cleanup theming

00d96ce0f20031071e620e12f00caef7ecf5ff2a authored about 10 years ago
update(docs): improved homepage with links and grfxs

Closes #570. Thx @plato-cambrian

14a9e913869bd96d5c4c212a36af4a5ae07b37db authored about 10 years ago
chore(docs): disable ga for now

a66d5ed9628aa5e741db26fa22c06846a6ed5f4d authored about 10 years ago
docs(): remove <head/> from fetched code

4a1235fa8e9a2926e22b45dc2ba59b49dc991220 authored about 10 years ago
docs(): further sanitize hljs code to fix error

9892bc8ed417971a5d240178aada2e83a5d84e33 authored about 10 years ago
docs(): temporarily disable GA

a908799971986fdd889a79f4b01f834e9070284a authored about 10 years ago
demo(toast): add aria-labels to checkboxes

aa90f2a2c97e7f2c911d60df9a2e8062f712af89 authored about 10 years ago
feat(bottomSheet): focus the first available button on open

Closes #571

768cc098fdc4b09e1c5f3faab526a7ed9e324702 authored about 10 years ago
docs(): parse the un-minified version when release is true

dd14821dda24cf3b5b02fd9eb5f20fef9427007b authored about 10 years ago
chore(): update log when building all modules

221cc69fd5ec8f36d48a72216785caae5f6c9093 authored about 10 years ago
chore(build): switch back to uglify

92e2eded9eceb39fa2d87f7186ea3c90b8801b32 authored about 10 years ago
feat(layout): add `layout-wrap` attribute to set flex-wrap to wrap

Closes #634

4f755eab67046864e61eba8f4345688bed461863 authored about 10 years ago
demo(bottomSheet): add aria-labels for a11y

Closes #572.

9adec2a01cc3d0d8c944f02cea13a7ed91af91da authored about 10 years ago
perf(): use ngDisabled internally instead of disabled

Closes #607.

BREAKING CHANGE: For performance, the ng-disabled attribute is now read
to check i...

2ece8cd794c4c28df4fb6a7683492da71aa2c382 authored about 10 years ago
update(ripple): corrected attributes and class usages

increased opacity on full/visible ripples
corrected attributes
- ripple attribute on sidenav but...

42e0d7f9b09ad462d52ba71b6133d9788559b172 authored about 10 years ago
fix(sidenav): make backdrop invisible when sidenav is locked-open

4a75d5990176e1902db8626156f8518346ce0e60 authored about 10 years ago
feat(styles): add 'swift' css transitions to all components according to spec

Closes #611.

15bb142c0aa53e5fcfa421526a5fb0ab1c3e9b1e authored about 10 years ago
fix(button): fix css for md-fab icon position when href is present

Closes #591. Closes #646.

a7763fde0e62a36f31ee318349a847bee2fed4f0 authored about 10 years ago
demo(tooltip): add accessible names to buttons

Closes #569

79442ae3fa929449521f18feac8a0a21a8d4683e authored about 10 years ago
update(ripple): centers the md-fab ripple and updates the main template to correct ripple directive

Close #670

b214b74a742587fbae05dc27d250fb2bf7c228a4 authored about 10 years ago
enhance(ripple): rewrites ripple effect to match the spec

Closes #348. Closes #359. Closes #412. Closes #440. Closes #548.

4bb940a37bafdd910bfb1a5552d16657a2bde77b authored about 10 years ago
enhance(build): updated gulpfile tasks and jsdocs

Added autoprefix to module demo builds
Added gulp watch-demo -c option for easier component buil...

7bcd12f6f1defb313950913809a3377daa32ba27 authored about 10 years ago
chore(build-all-modules): separate min and non-min streams

77c6274d3567d4d96ab59881140ee718c2adac65 authored about 10 years ago
docs(dialog): improve jsdoc usage sample

af1a5cae510f8b55be5dcaccf15bc28b7a4c4186 authored about 10 years ago
build(modules): npm dep update, module builds and template

Fixed npm dep on gulp-ng-annotate
Modules now build to /dist/module/<component> dir
Update modul...

32d11668d41aabb6b05b1203b9a7bc5848e22c3c authored about 10 years ago
fix(card): make md-card themeable

Closes #619.

55cdb5b7e78c3d70a7b205cf15f2ba05fb5d54b2 authored about 10 years ago
chore(): change to closure compiler and unit test output

Closes #625.

e59a36fb5c7283d35f598899bc6375bf772e94f6 authored about 10 years ago
fix(slider): update discrete slider thumb text while dragging

Closes #622. Closes #628.

2877585e6dbbf44199428c59601e954a3b31f1e1 authored about 10 years ago
refactor(): prefix mdContent scroll- attributes

BREAKING CHANGE: md-content's scroll- attributes are now prefixed with
md.

Change your code fro...

92b76435df5cb88c7bba3289c04daf17c911eee0 authored about 10 years ago
docs(): update active attr for source code tabs

f5761d5bc28f2266c6d9c0ed43065199d1cddfbe authored about 10 years ago
refactor(): switch to md-prefixed attributes for non-html5 attrs

Closes #657.

BREAKING CHANGE: All non-html5-standard component attributes are now prefixed
with...

eb2f2f8a8c668142742e4b4c1e18cf6d91a533db authored about 10 years ago
chore(build): push all individual modules to bower-material

2451f2ede516eeff156ccaabc56262f4c47bf815 authored about 10 years ago
refactor(interimElement): simplify onComplete

fa2c7217161ce16d2acf79074c20cc71848a5b0c authored about 10 years ago
feat(interimElement): allow options.parent to be a selector

Closes #640.

342051e0af2ca5cd42555b30a47249006d6228b7 authored about 10 years ago
refactor(): use strict, consolidate material.core, interimElement chaining

Closes #643. Closes #650. Closes #597. Closes #596. Closes #525.

12b8cbc06065669df6b22b9bdbb6764398ff26fb authored about 10 years ago
fix(themes): bring blue, red, and green colors up to latest spec

de3ff4b800955d204a8cce504332bd8d52f5b2cf authored about 10 years ago
chore(travis): fix travis build release flags

d94ba07d58b0835ffd477f5c3be89b6228c17ea2 authored about 10 years ago
test(button): adds test to confirm issue button attributes are working properly

This confirms that #616 is resolved.

210ee5eb8afb15a1fe205df3fcee583b0bc21f9e authored about 10 years ago
chore(build): fix bower dependency version

664efea2a041d7859666f8e253114f5bf74fbea4 authored about 10 years ago
fix(ripple): fix ripple sometimes appearing when the element is disabled

58eaef49e931e4e7137a59485db627f461e594b7 authored about 10 years ago
chore(release): make bower release script copy the dependencies

7411f62a71668453dbdcc78d86de8e6aa57c1005 authored about 10 years ago
chore(): update demos to angular 1.3.2, make bower depend on 1.3.x

c780d848c98e92c98b1814aabbc8ea5fe7519fbc authored about 10 years ago
chore(build): add argv.mode with closure option

83e60c7eca5df5bd37314160c43fd6bbbeae40d2 authored about 10 years ago
chore(build): for modular component build, dont add -core to css file

0582cc4de3f2141a5340eed9e0268668948931ea authored about 10 years ago
chore(build): make bower release script update bower-material dependencies

1216d0144552e3ce62c209e9794d4f56603e957c authored about 10 years ago
update(demo): bottomsheet demo clears alert when sheet is shown.

700e888a644df9c59c66366a5f791486304aac0e authored about 10 years ago
enhance(bottomsheet): change to use md-buttons

Improve UX using md-buttons for nav elements.

8bb4d881e843426f9d671ead950d4543b4589d06 authored about 10 years ago
update(docs): demo-content now hides overflow

Components such as bottomSheet use transitions that require overflow hidden.

0142825c2519c8f7ba5ae5bcdd9b2dca3492abf6 authored about 10 years ago
fix(demos): dialog, bottomsheet, and toast now display within properly within the bounding demo area

5909f0a56ea6e0ca04eb08df4b8b680eef771a50 authored about 10 years ago
update(docs): simplified CSS for demo source views

CSS for toggling of source views no longer impacts doc and theming views.

be8b51adb31f551f30f5442314f654c10bc4822e authored about 10 years ago
refactor(textfield): code cleanup

40e9a457df332dc937ca70e4d3e91840bef72655 authored about 10 years ago
feat(tabs): add accessibility links between tabs and content

Additionally, the static tabs demo now has aria links between tabs and
content.

5d3bab566ec71ff9f4a65faad7ef2674cd04c1b9 authored about 10 years ago
style(docs): fix toolbar icon alignment on api docs

ab81a2249c57781e3bba2d996e7715d101ca1b65 authored about 10 years ago
refactor(aria): add expectWithText, expectAsync methods

jQuery is also no longer a testing dependency.

4dbea48070a6832e7866301af3ef736ac5b36f0a authored about 10 years ago
refactor(button): replace with an anchor or button

Closes #423. Closes #508. Closes #230. Closes #558.

BREAKING CHANGE: When using the `<md-button...

d835f9ee7e35ea72dc6a7bd154163386ea0f3ce3 authored about 10 years ago
chore(): add default-theme to gitignore

05a45fb3dcad1c4fbc073f6d4910090e71aa2a4c authored about 10 years ago
chore(travis): make sure it doesn't build on pull requests

819f1dd8e556de9a1232aa28e773b838b00ddb73 authored about 10 years ago
update(docs): code highlight block positioning corrected

75055f581631aa65caf053751d2b63f01182c392 authored about 10 years ago
fix(md-button): improve a11y: make title, aria-label work

Closes #512

ff576289bfed2eeec08ee7d743ddcaf0c441e3c7 authored about 10 years ago
fix(sidenav): clean registry when element is destroyed

Element registry is currently kept even after element
is removed from DOM. Appart from the memor...

e7a3bd8d03306593dbee292db85ed8147ae934eb authored about 10 years ago
chore(travis): dont build pull requests

262570da8fd8a6448904fd4c1d3b5bc840a47ceb authored about 10 years ago
feat(radioGroup): add up/down arrow navigation

Closes #538

367e47dbabf638154cd8155d9132f01aa05cd81b authored about 10 years ago
feat(mdThemingProvider): add alwaysWatchTheme options, fix docs

0a4040886f288ed22fd0fef182eace13150cd732 authored about 10 years ago
update(docs): Tabs in source view should not be tab order when not visible

Updated open/close animations and styles of source view.
Now skips Tabs pagination updates when ...

c231db35979871d738348ef5debe6c4f4c28a5c0 authored about 10 years ago
test(md-slider): Coverage for ARIA attributes

113fc2a3d7081e2ef66d0cc3345a689fb0b80b86 authored about 10 years ago
docs(mdDialog): add locals to usage example

ae1048ee91ea7747e48b3a397349e88f4c32c137 authored about 10 years ago
update(docs): added onComplete usage to $mdDialog sample

7b2fca6434f3e2067b7324f27ac28536e7be86b2 authored about 10 years ago
update(tests): dialog tests confirm arguments passed to onComplete.

424bac109ec6cd5fd01f72da94b0484a08bf4142 authored about 10 years ago
update(tests): tests $mdDialog onComplete callback option

Refs #518

f1a9bd43bc35ec438aec12b4aca40aa6db96d978 authored about 10 years ago
update(build): changes to support debugging tests and karam 0.12 API

API 0.12 now uses `module.export = function(config) {...}` in karma.conf.js
Interactive debuggin...

12d8e3b9b57acf09c93498eed360120510d21ab4 authored about 10 years ago
enhance(demos): dialog demo uses callback. Improved subheader styling

01856e72606ffc19a1721eae361e1815b541d150 authored about 10 years ago
update(interimElement): added support for callback in the show() API

8f9aa29ffcdff62531d34df87759eb915847ba9f authored about 10 years ago
docs(theming): add information about md-theme-watch

c260d71717125b96cb17b327ef9abb2caef41fb6 authored about 10 years ago
chore(): update changelog for 0.5.1

717a30a952153594c9be48857c8bacdc0c63565f authored about 10 years ago
release: version 0.5.1

ea1de4ad3d64e4899aa74954418adb452e922dd8 authored about 10 years ago
fix(styles): remove global table leak, move into demo, remove main.scss

52a0a847b552fbb19b7d8f0eb3479ed75996f18f authored about 10 years ago
update(docs): improved descriptions for layout attributes

43a0d1a711d41e97472d6b253a01a50d58cd67e1 authored about 10 years ago
docs(changelog): clarify textField breaking changes

5c05afd6ac80d3abea053ef5abf91bda2e70f405 authored about 10 years ago
docs(changelog): better explain sidenav features

3cbe85734a743d55e8d21cfe399e33bc0d14b75a authored about 10 years ago
Update CHANGELOG.md

23767466330a2857b3b2e6cbbefa127dbac9fd41 authored about 10 years ago
release: version 0.5.0

4cede974c386e307467899be0a598dff99c1d501 authored about 10 years ago
chore(build): fix release script to add themes

17e3938734bf8dd459befb9d2ff14c0d3a748886 authored about 10 years ago
chore(): prepare changelog for 0.5.0 release

053e3dc1ea128781de509ff377e08b41b7276993 authored about 10 years ago
update(docs): improved tutorials and grammar.

8ee711201f2da14a5bf720d00b6458870034b6e9 authored about 10 years ago
chore(): removed unused node packages from gulp file.

Closes #448

3a10727460662a2084abe0f20b94da710d59e26b authored about 10 years ago
docs(swipe): fix typo

e7e934b17f2faa6742116097e0ca51c83ad04d58 authored about 10 years ago
fix(layout): fix to grid rendering on FF and IE

Thanks @lBilali
Closes #492 #307 #497

bdad091ec8db8d1f2429119ccc8f9eb4ab03c3d8 authored about 10 years ago
docs(dialog): fix sample code

Thank @ertrzyiks
Closes #468

e4d4068c4a0ba909636c543d9107e9a87323782c authored about 10 years ago
fix(slider): slider default value in ng-repeat corrected.

Thanks @sonnylazuardi
Closes #479

b652d8634d2177ef8ec44cd163b4cf6d348c4795 authored about 10 years ago
refactor(theming): switch angular-material.css to include default-theme

ddd977d46a0cddc33b14ae044ca3bd5b709108d0 authored about 10 years ago
update(docs): improved theme information

ea73c236c0f7f091db600ec163f6ae879587d448 authored about 10 years ago