Skip to content

Releases: xotahal/react-native-material-ui

v1.3.4

30 Oct 10:09
Compare
Choose a tag to compare

Fixed

  • fix ability to change size of toolbar icons (issue - #34) 5fbdf3b

Enhancement

  • since iOS doesn't support TouchableNativeFeedback you can use RippleFeedback in your App
export { default as RippleFeedback } from './RippleFeedback';

v1.3.2

12 Oct 08:00
Compare
Choose a tag to compare

Fixed

  • fix three lines item in list f37cc13
  • it'll close toolbar search on BackAndroid press now c6335be
  • remove React and React Native from dependecies issue

v1.3.0

05 Oct 19:18
Compare
Choose a tag to compare

New features

  • you are able to specify actions with labels for action buttons (see this page)

Breaking changes ❗️

NOTE: only if you override style of action button.

Structure of action button was changed. Just check it in render method.

v1.2.5

28 Sep 13:26
Compare
Choose a tag to compare

Fix dependencies

v1.2.2

21 Sep 19:02
Compare
Choose a tag to compare

New features

  • iOS support 🎉

v1.2.0

18 Sep 16:07
Compare
Choose a tag to compare

New features

  • Add ability to display extra actions after the FAB is pressed - see ActionButton component 🎉
  • Add animations for floating action button

v1.1.0

15 Sep 18:37
Compare
Choose a tag to compare

New features

Fix

  • Set backgroundColor of drawer to white by default f74240d
  • Fix background of drawer if image is specified 368ddfa

v1.0.0-rc

14 Sep 20:42
Compare
Choose a tag to compare

Breaking changes!

This version completely changes how to use this library. You should know about new theme provider. And also there is documentation for every each component (or it will be very soon :)).

v0.6.3

29 Jul 08:11
Compare
Choose a tag to compare

New features

  • ability to add divider after list item

Fixes

  • IconToggle background

0.4.2

14 Apr 21:07
Compare
Choose a tag to compare

New features

  • Add ability to display and select account on side menu's header spec
  • Add list item: controls spec
  • Add ability to set fullWidth for Card component