-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Material ItemMeta text-only #1337
Comments
Hi |
thanks for the quick response @prateekbh It seems 1.5.8 and 1.6.0 are available in npmjs but not here in github... |
The PR should be to branch 2.0 |
I’ll make the PR on branch 2, but I need to make the changes to 1.X as well, as that’s what I’m using. Though I don’t see a 1.6.0 tag... |
|
So #1338 and #1339 done to cover 1.x and 2.0. |
And, sort of off topic, I was trying to build the tarball for my branch such as the one published in npmjs, but I can't find the command (new to npm, preact, etc) nor it seems documented. And as it is not published with travis, can't find it there either... |
Run |
Thanks @cromefire got my tarball now (quick responses!)
Regarding this, https://github.com/prateekbh/preact-material-components/blob/master/package.json#L3 so no idea where to get the version 1.6.0 that is available in npmjs... |
@prateekbh You published that right? |
That is master, just that I didn't bump the version here |
* add support for non-icon List ItemMeta #1337 * List.ItemMetaText in docs * docs List test updated
List.ItemMeta only supports icons though ItemMeta in material design allows for text only.
I can make a PR but not sure how to handle non-breaking changes.
Different component (
ItemMetaText
?)or a bool prop with
no-icon
which defaults tofalse
(so that default behavior is the existing one)?The text was updated successfully, but these errors were encountered: