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 almost 10 years ago by Ryan Schmukler <[email protected]>
feat(layout): add new layout system

d51a44c5629763cb52c61df39881ef665448734e authored almost 10 years ago by Andrew <[email protected]>
Update README.md

8975ee80a569273e7e923b2618a3d887161b75f5 authored almost 10 years ago by Thomas Burleson <[email protected]>
Update README.md

b098b3bf763ea44e762b9a77cd990a6093db09ae authored almost 10 years ago by Thomas Burleson <[email protected]>
Update README.md

8ee6a717d144fcf0e667dafc6425963063d7d6f1 authored almost 10 years ago by Thomas Burleson <[email protected]>
Update README.md

3ae3c1c37d11f95640af4645c91716505257ddb1 authored almost 10 years ago by Thomas Burleson <[email protected]>
Update README.md

34f53c5093442a8b8dca80b3f18c2c089ef78020 authored almost 10 years ago by Thomas Burleson <[email protected]>
Update README.md

ea64b8565ea84d4984449ecd81d1cc7fa9609cbc authored almost 10 years ago by Thomas Burleson <[email protected]>
Update README.md

845892615cda8e5311329367ba0e30f11304046c authored almost 10 years ago by Thomas Burleson <[email protected]>
update(docs): re-enable GA, cleanup theming

00d96ce0f20031071e620e12f00caef7ecf5ff2a authored almost 10 years ago by Thomas Burleson <[email protected]>
update(docs): improved homepage with links and grfxs

Closes #570. Thx @plato-cambrian

14a9e913869bd96d5c4c212a36af4a5ae07b37db authored almost 10 years ago by Thomas Burleson <[email protected]>
chore(docs): disable ga for now

a66d5ed9628aa5e741db26fa22c06846a6ed5f4d authored almost 10 years ago by Andrew <[email protected]>
docs(): remove <head/> from fetched code

4a1235fa8e9a2926e22b45dc2ba59b49dc991220 authored almost 10 years ago by Andrew <[email protected]>
docs(): further sanitize hljs code to fix error

9892bc8ed417971a5d240178aada2e83a5d84e33 authored almost 10 years ago by Andrew <[email protected]>
docs(): temporarily disable GA

a908799971986fdd889a79f4b01f834e9070284a authored almost 10 years ago by Andrew <[email protected]>
demo(toast): add aria-labels to checkboxes

aa90f2a2c97e7f2c911d60df9a2e8062f712af89 authored almost 10 years ago by Andrew <[email protected]>
feat(bottomSheet): focus the first available button on open

Closes #571

768cc098fdc4b09e1c5f3faab526a7ed9e324702 authored almost 10 years ago by Andrew <[email protected]>
docs(): parse the un-minified version when release is true

dd14821dda24cf3b5b02fd9eb5f20fef9427007b authored almost 10 years ago by Andrew <[email protected]>
chore(): update log when building all modules

221cc69fd5ec8f36d48a72216785caae5f6c9093 authored almost 10 years ago by Andrew <[email protected]>
chore(build): switch back to uglify

92e2eded9eceb39fa2d87f7186ea3c90b8801b32 authored almost 10 years ago by Andrew <[email protected]>
feat(layout): add `layout-wrap` attribute to set flex-wrap to wrap

Closes #634

4f755eab67046864e61eba8f4345688bed461863 authored almost 10 years ago by Andy Tang <[email protected]>
demo(bottomSheet): add aria-labels for a11y

Closes #572.

9adec2a01cc3d0d8c944f02cea13a7ed91af91da authored almost 10 years ago by Andrew <[email protected]>
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 almost 10 years ago by Andrew <[email protected]>
update(ripple): corrected attributes and class usages

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

42e0d7f9b09ad462d52ba71b6133d9788559b172 authored almost 10 years ago by Thomas Burleson <[email protected]>
fix(sidenav): make backdrop invisible when sidenav is locked-open

4a75d5990176e1902db8626156f8518346ce0e60 authored almost 10 years ago by Andrew <[email protected]>
feat(styles): add 'swift' css transitions to all components according to spec

Closes #611.

15bb142c0aa53e5fcfa421526a5fb0ab1c3e9b1e authored almost 10 years ago by Robert Messerle <[email protected]>
fix(button): fix css for md-fab icon position when href is present

Closes #591. Closes #646.

a7763fde0e62a36f31ee318349a847bee2fed4f0 authored almost 10 years ago by Robert Messerle <[email protected]>
demo(tooltip): add accessible names to buttons

Closes #569

79442ae3fa929449521f18feac8a0a21a8d4683e authored almost 10 years ago by Marcy Sutton <[email protected]>
update(ripple): centers the md-fab ripple and updates the main template to correct ripple directive

Close #670

b214b74a742587fbae05dc27d250fb2bf7c228a4 authored almost 10 years ago by Robert Messerle <[email protected]>
enhance(ripple): rewrites ripple effect to match the spec

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

4bb940a37bafdd910bfb1a5552d16657a2bde77b authored almost 10 years ago by Robert Messerle <[email protected]>
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 almost 10 years ago by Thomas Burleson <[email protected]>
chore(build-all-modules): separate min and non-min streams

77c6274d3567d4d96ab59881140ee718c2adac65 authored almost 10 years ago by Andrew <[email protected]>
docs(dialog): improve jsdoc usage sample

af1a5cae510f8b55be5dcaccf15bc28b7a4c4186 authored almost 10 years ago by Thomas Burleson <[email protected]>
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 almost 10 years ago by Thomas Burleson <[email protected]>
fix(card): make md-card themeable

Closes #619.

55cdb5b7e78c3d70a7b205cf15f2ba05fb5d54b2 authored almost 10 years ago by Marc Zbyszynski <[email protected]>
chore(): change to closure compiler and unit test output

Closes #625.

e59a36fb5c7283d35f598899bc6375bf772e94f6 authored almost 10 years ago by Jeremy Elbourn <[email protected]>
fix(slider): update discrete slider thumb text while dragging

Closes #622. Closes #628.

2877585e6dbbf44199428c59601e954a3b31f1e1 authored almost 10 years ago by Robert Messerle <[email protected]>
refactor(): prefix mdContent scroll- attributes

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

Change your code fro...

92b76435df5cb88c7bba3289c04daf17c911eee0 authored almost 10 years ago by Andrew <[email protected]>
docs(): update active attr for source code tabs

f5761d5bc28f2266c6d9c0ed43065199d1cddfbe authored almost 10 years ago by Andrew <[email protected]>
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 almost 10 years ago by Ryan Schmukler <[email protected]>
chore(build): push all individual modules to bower-material

2451f2ede516eeff156ccaabc56262f4c47bf815 authored almost 10 years ago by Andrew <[email protected]>
refactor(interimElement): simplify onComplete

fa2c7217161ce16d2acf79074c20cc71848a5b0c authored almost 10 years ago by Andrew <[email protected]>
feat(interimElement): allow options.parent to be a selector

Closes #640.

342051e0af2ca5cd42555b30a47249006d6228b7 authored almost 10 years ago by Andrew <[email protected]>
refactor(): use strict, consolidate material.core, interimElement chaining

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

12b8cbc06065669df6b22b9bdbb6764398ff26fb authored almost 10 years ago by Ryan Schmukler <[email protected]>
fix(themes): bring blue, red, and green colors up to latest spec

de3ff4b800955d204a8cce504332bd8d52f5b2cf authored almost 10 years ago by Ryan Schmukler <[email protected]>
chore(travis): fix travis build release flags

d94ba07d58b0835ffd477f5c3be89b6228c17ea2 authored almost 10 years ago by Ryan Schmukler <[email protected]>
test(button): adds test to confirm issue button attributes are working properly

This confirms that #616 is resolved.

210ee5eb8afb15a1fe205df3fcee583b0bc21f9e authored almost 10 years ago by Robert Messerle <[email protected]>
chore(build): fix bower dependency version

664efea2a041d7859666f8e253114f5bf74fbea4 authored almost 10 years ago by Andrew <[email protected]>
fix(ripple): fix ripple sometimes appearing when the element is disabled

58eaef49e931e4e7137a59485db627f461e594b7 authored almost 10 years ago by Andrew <[email protected]>
chore(release): make bower release script copy the dependencies

7411f62a71668453dbdcc78d86de8e6aa57c1005 authored almost 10 years ago by Andrew <[email protected]>
chore(): update demos to angular 1.3.2, make bower depend on 1.3.x

c780d848c98e92c98b1814aabbc8ea5fe7519fbc authored almost 10 years ago by Andrew <[email protected]>
chore(build): add argv.mode with closure option

83e60c7eca5df5bd37314160c43fd6bbbeae40d2 authored almost 10 years ago by Andrew <[email protected]>
chore(build): for modular component build, dont add -core to css file

0582cc4de3f2141a5340eed9e0268668948931ea authored almost 10 years ago by Andrew <[email protected]>
chore(build): make bower release script update bower-material dependencies

1216d0144552e3ce62c209e9794d4f56603e957c authored almost 10 years ago by Andrew <[email protected]>
update(demo): bottomsheet demo clears alert when sheet is shown.

700e888a644df9c59c66366a5f791486304aac0e authored almost 10 years ago by Thomas Burleson <[email protected]>
enhance(bottomsheet): change to use md-buttons

Improve UX using md-buttons for nav elements.

8bb4d881e843426f9d671ead950d4543b4589d06 authored almost 10 years ago by Thomas Burleson <[email protected]>
update(docs): demo-content now hides overflow

Components such as bottomSheet use transitions that require overflow hidden.

0142825c2519c8f7ba5ae5bcdd9b2dca3492abf6 authored almost 10 years ago by Thomas Burleson <[email protected]>
fix(demos): dialog, bottomsheet, and toast now display within properly within the bounding demo area

5909f0a56ea6e0ca04eb08df4b8b680eef771a50 authored almost 10 years ago by Thomas Burleson <[email protected]>
update(docs): simplified CSS for demo source views

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

be8b51adb31f551f30f5442314f654c10bc4822e authored almost 10 years ago by Thomas Burleson <[email protected]>
refactor(textfield): code cleanup

40e9a457df332dc937ca70e4d3e91840bef72655 authored almost 10 years ago by Thomas Burleson <[email protected]>
feat(tabs): add accessibility links between tabs and content

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

5d3bab566ec71ff9f4a65faad7ef2674cd04c1b9 authored almost 10 years ago by Marcy Sutton <[email protected]>
style(docs): fix toolbar icon alignment on api docs

ab81a2249c57781e3bba2d996e7715d101ca1b65 authored almost 10 years ago by Andrew <[email protected]>
refactor(aria): add expectWithText, expectAsync methods

jQuery is also no longer a testing dependency.

4dbea48070a6832e7866301af3ef736ac5b36f0a authored almost 10 years ago by Andrew <[email protected]>
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 almost 10 years ago by Andrew <[email protected]>
chore(): add default-theme to gitignore

05a45fb3dcad1c4fbc073f6d4910090e71aa2a4c authored almost 10 years ago by Andrew <[email protected]>
chore(travis): make sure it doesn't build on pull requests

819f1dd8e556de9a1232aa28e773b838b00ddb73 authored almost 10 years ago by Andrew <[email protected]>
update(docs): code highlight block positioning corrected

75055f581631aa65caf053751d2b63f01182c392 authored almost 10 years ago by Thomas Burleson <[email protected]>
fix(md-button): improve a11y: make title, aria-label work

Closes #512

ff576289bfed2eeec08ee7d743ddcaf0c441e3c7 authored almost 10 years ago by Marcy Sutton <[email protected]>
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 almost 10 years ago by Pandaiolo <[email protected]>
chore(travis): dont build pull requests

262570da8fd8a6448904fd4c1d3b5bc840a47ceb authored almost 10 years ago by Andrew <[email protected]>
feat(radioGroup): add up/down arrow navigation

Closes #538

367e47dbabf638154cd8155d9132f01aa05cd81b authored almost 10 years ago by trentdavida <[email protected]>
feat(mdThemingProvider): add alwaysWatchTheme options, fix docs

0a4040886f288ed22fd0fef182eace13150cd732 authored almost 10 years ago by Ryan Schmukler <[email protected]>
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 almost 10 years ago by Thomas Burleson <[email protected]>
test(md-slider): Coverage for ARIA attributes

113fc2a3d7081e2ef66d0cc3345a689fb0b80b86 authored almost 10 years ago by Marcy Sutton <[email protected]>
docs(mdDialog): add locals to usage example

ae1048ee91ea7747e48b3a397349e88f4c32c137 authored almost 10 years ago by Ryan Schmukler <[email protected]>
update(docs): added onComplete usage to $mdDialog sample

7b2fca6434f3e2067b7324f27ac28536e7be86b2 authored almost 10 years ago by Thomas Burleson <[email protected]>
update(tests): dialog tests confirm arguments passed to onComplete.

424bac109ec6cd5fd01f72da94b0484a08bf4142 authored almost 10 years ago by Thomas Burleson <[email protected]>
update(tests): tests $mdDialog onComplete callback option

Refs #518

f1a9bd43bc35ec438aec12b4aca40aa6db96d978 authored almost 10 years ago by Thomas Burleson <[email protected]>
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 almost 10 years ago by Thomas Burleson <[email protected]>
enhance(demos): dialog demo uses callback. Improved subheader styling

01856e72606ffc19a1721eae361e1815b541d150 authored almost 10 years ago by Thomas Burleson <[email protected]>
update(interimElement): added support for callback in the show() API

8f9aa29ffcdff62531d34df87759eb915847ba9f authored almost 10 years ago by Thomas Burleson <[email protected]>
docs(theming): add information about md-theme-watch

c260d71717125b96cb17b327ef9abb2caef41fb6 authored almost 10 years ago by Ryan Schmukler <[email protected]>
chore(): update changelog for 0.5.1

717a30a952153594c9be48857c8bacdc0c63565f authored almost 10 years ago by Andrew <[email protected]>
release: version 0.5.1

ea1de4ad3d64e4899aa74954418adb452e922dd8 authored almost 10 years ago by Andrew <[email protected]>
fix(styles): remove global table leak, move into demo, remove main.scss

52a0a847b552fbb19b7d8f0eb3479ed75996f18f authored almost 10 years ago by Ryan Schmukler <[email protected]>
update(docs): improved descriptions for layout attributes

43a0d1a711d41e97472d6b253a01a50d58cd67e1 authored almost 10 years ago by Thomas Burleson <[email protected]>
docs(changelog): clarify textField breaking changes

5c05afd6ac80d3abea053ef5abf91bda2e70f405 authored almost 10 years ago by Andrew Joslin <[email protected]>
docs(changelog): better explain sidenav features

3cbe85734a743d55e8d21cfe399e33bc0d14b75a authored almost 10 years ago by Andrew Joslin <[email protected]>
Update CHANGELOG.md

23767466330a2857b3b2e6cbbefa127dbac9fd41 authored almost 10 years ago by Andrew Joslin <[email protected]>
release: version 0.5.0

4cede974c386e307467899be0a598dff99c1d501 authored almost 10 years ago by Andrew <[email protected]>
chore(build): fix release script to add themes

17e3938734bf8dd459befb9d2ff14c0d3a748886 authored almost 10 years ago by Andrew <[email protected]>
chore(): prepare changelog for 0.5.0 release

053e3dc1ea128781de509ff377e08b41b7276993 authored almost 10 years ago by Andrew <[email protected]>
update(docs): improved tutorials and grammar.

8ee711201f2da14a5bf720d00b6458870034b6e9 authored almost 10 years ago by Thomas Burleson <[email protected]>
chore(): removed unused node packages from gulp file.

Closes #448

3a10727460662a2084abe0f20b94da710d59e26b authored almost 10 years ago by Pedro de la Cruz Jr <[email protected]>
docs(swipe): fix typo

e7e934b17f2faa6742116097e0ca51c83ad04d58 authored almost 10 years ago by Andrew <[email protected]>
fix(layout): fix to grid rendering on FF and IE

Thanks @lBilali
Closes #492 #307 #497

bdad091ec8db8d1f2429119ccc8f9eb4ab03c3d8 authored almost 10 years ago by Thomas Burleson <[email protected]>
docs(dialog): fix sample code

Thank @ertrzyiks
Closes #468

e4d4068c4a0ba909636c543d9107e9a87323782c authored almost 10 years ago by Thomas Burleson <[email protected]>
fix(slider): slider default value in ng-repeat corrected.

Thanks @sonnylazuardi
Closes #479

b652d8634d2177ef8ec44cd163b4cf6d348c4795 authored almost 10 years ago by Thomas Burleson <[email protected]>
refactor(theming): switch angular-material.css to include default-theme

ddd977d46a0cddc33b14ae044ca3bd5b709108d0 authored almost 10 years ago by Ryan Schmukler <[email protected]>
update(docs): improved theme information

ea73c236c0f7f091db600ec163f6ae879587d448 authored almost 10 years ago by Thomas Burleson <[email protected]>