Skip to content
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

Prepare 0.15.1 Release #4506

Merged
merged 81 commits into from
Jun 18, 2016
Merged

Commits on May 6, 2016

  1. [Changelog] Fix typo

    Fix typo: 'aplha' -> 'alpha'
    Yanis Vieilly committed May 6, 2016
    Configuration menu
    Copy the full SHA
    40467ce View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Configuration menu
    Copy the full SHA
    6410756 View commit details
    Browse the repository at this point in the history
  2. [AutoComplete] use sublime text like search instead of Levenshtein Di…

    …stance for fuzzy search
    ddeath authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    67710b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b746fa View commit details
    Browse the repository at this point in the history
  4. [FlatButton] Fix Icon color prop issue

    Closes mui#4144
    tintin1343 authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    e2c9a92 View commit details
    Browse the repository at this point in the history
  5. Fix incorrect imports in ServerRendering.md

    I assume these changes are correct since they work for me.
    asztal authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    7f0b1cf View commit details
    Browse the repository at this point in the history
  6. [Docs] Add version.json to production build

    Switch to copy-webpack-plugin as transfer-webpack-plugin
    doesn't appear to support files.
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    9d49d89 View commit details
    Browse the repository at this point in the history
  7. [Docs] Update gh-pages-build

    Support symbolic linking of versions.json to latest build
    Use commit ammend for head
    Update gh-pages from master before commiting new build
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    177e3e5 View commit details
    Browse the repository at this point in the history
  8. [Docs] Remove html-webpack-plugin

    Use copy-webpack-plugin instead, since we aren't using any of
    html-webpack-plugins advanced features.
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    dc33005 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    271eaf8 View commit details
    Browse the repository at this point in the history
  10. [GitHub] Update the issue template

    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    c53d2c2 View commit details
    Browse the repository at this point in the history
  11. [Docs] Use copy-webpack-plugin for dev

    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    301a6f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db737b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ae808c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    194182c View commit details
    Browse the repository at this point in the history
  15. Packages with --mui-require absolute work

    TED Vortex (Teodor Eugen Dutulescu) authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    27e4a0c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a333b2c View commit details
    Browse the repository at this point in the history
  17. [Material Icons] Update to add muiName

    Recreate the icons using the updated template to add muiName.
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    998dd3e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1a117c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    011c210 View commit details
    Browse the repository at this point in the history
  20. [Drawer] Fix muiTheme key name

        key was navDrawer instead of drawer
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    e7f3ba5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2badaed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f0f5dc7 View commit details
    Browse the repository at this point in the history
  23. [RaisedButton] Respect theme fontSize

    echenley authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    e35882c View commit details
    Browse the repository at this point in the history
  24. [EnhancedButton] Reset button margin and padding, Esc key removes focus

    Default button margin and padding varies by browser, so reset it to zero.
    
    Can still be overidden by style prop.
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    b6752dc View commit details
    Browse the repository at this point in the history
  25. [Chip] Add new component

    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    8f9d811 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f1f7b0e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6f76982 View commit details
    Browse the repository at this point in the history
  28. Added className prop to DatePicker

    Dylan Simowitz authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    68490ef View commit details
    Browse the repository at this point in the history
  29. [Docs] Fix typos

    ratson authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    47ef450 View commit details
    Browse the repository at this point in the history
  30. [Themes] Fix MuiThemeProvider default theme

     need not be a required prop, as a default is provided
    
    Remove muiThemable from the docs in preparation for
    deprecating it in 0.16.0.
    
    Update and reorder the docs.
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    ed9879a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1433f5d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    22fdee6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9bb5849 View commit details
    Browse the repository at this point in the history
  34. [travis] Update travis config to exit early on errors and only run co…

    …demod tests if commit is relevant
    nathanmarks authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    755ed1e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    78d4247 View commit details
    Browse the repository at this point in the history
  36. [Stepper] Fix vertical stepper on mobile

    pradel authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    96f67df View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    77f1629 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e0e1305 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    05798b7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5361858 View commit details
    Browse the repository at this point in the history
  41. [StepContent][ExpandTransition] Add transition props to StepContent s…

    …o the animation is configurable, improve integration test
    nathanmarks authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    cf7a41e View commit details
    Browse the repository at this point in the history
  42. [ExpandTransitionChild][Stepper] Set height to "auto" in componentDid…

    …Appear and componentDidEnter, resolves mui#4179
    eng1neer authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    4560edd View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8de6421 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    ae4fa3e View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    55633a3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    7f9ec45 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2ddd9f1 View commit details
    Browse the repository at this point in the history
  48. [Tabs] Fixes tabindex

    matthewoates authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    003ae16 View commit details
    Browse the repository at this point in the history
  49. [Core] Update package.json versioning on master and add info to CONTR…

    …IBUTING
    
    This commit bumps the master package.json to the next major alpha in order to represent the true version of the code currently on the branch. It also adds details to CONTRIBUTING pertinent to the use of master and other branches.
    nathanmarks authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    e4eca63 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    aa54352 View commit details
    Browse the repository at this point in the history
  51. [Avatar] Remove the border

    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    f16ce0e View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5dcf0a4 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    da11e70 View commit details
    Browse the repository at this point in the history
  54. [DatePicker] Fix docs descriptions

    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    a2c20a0 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5a76f89 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    0b8fe1c View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    28eceed View commit details
    Browse the repository at this point in the history
  58. [MuiThemeProvider] Add to index

    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    eda26fa View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    79231ef View commit details
    Browse the repository at this point in the history
  60. [SelectField] Fix errorText position when no value selected

    Also deprecate `selectFieldRoot` prop and replace with `menuStyle`
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    8b167d3 View commit details
    Browse the repository at this point in the history
  61. [Core] Move to the normal lodash.

    Using the modular lodash build is actually worse unless only one package is installled.
    ruiaraujo authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    22ccfc1 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    c138a7a View commit details
    Browse the repository at this point in the history
  63. [RaisedButton] Don't override SvgIcon color prop

    Fixed color property passing down to icon in RaisedButton component.
    Added unit testing.
    Fixes mui#3745
    goffreder authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    427ab2b View commit details
    Browse the repository at this point in the history
  64. [withWidth] Accept width optional parameter

    * Define largeWidth & mediumWidth as options
    * Use largeWidth & mediumWidth instead of numeric value
    tomoya authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    744ad0c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    7eafec1 View commit details
    Browse the repository at this point in the history
  66. [AutoComplete] Add text and value field keys for objects list dataSou…

    …rces
    Andrei Sidorov authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    a77ff60 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    4551d68 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    b3c83ef View commit details
    Browse the repository at this point in the history
  69. [SelectField] Add support for floatiingLabelFixed prop

    `floatiingLabelFixed` was not supported - added.
    Move `...other` to the root component.
    Move the example descriptions to code comments in the examples.
    Remove unused file.
    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    3abd6b9 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    d39e6d7 View commit details
    Browse the repository at this point in the history
  71. [RenderToLayer] Cleanup

    oliviertassinari authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    e3d7414 View commit details
    Browse the repository at this point in the history
  72. [FontIcon] Stopped icon's color overwriting

    This PR should fix the multiple issues we have with some components AppBar, ToolbarGroup, ListItem overwriting FontIcon's color.
    andrejunges authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    711c63a View commit details
    Browse the repository at this point in the history
  73. [AppBar] Add iconStyleLeft prop (fix mui#3667)

    - Add export `getStyles` of app-bar.js for test
    59naga authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    6d2147f View commit details
    Browse the repository at this point in the history
  74. [IconMenu][DropDownMenu] Add an animated property

    Barak Nagar authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    bd2f0e7 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    54d2edf View commit details
    Browse the repository at this point in the history
  76. [Calendar] Move prepareStyles to JSX

    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    8cbd6b9 View commit details
    Browse the repository at this point in the history
  77. [DatePicker] Fix weekTitleDayStyle

    mbrookes authored and alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    e02b30e View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    1556551 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    193556e View commit details
    Browse the repository at this point in the history
  80. Prepare the 0.15.1 release

    alitaheri committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    55aca16 View commit details
    Browse the repository at this point in the history