Skip to content

Releases: erikras/redux-form-material-ui

Release with MUI 1.0

28 May 14:44
Compare
Choose a tag to compare
Release with MUI 1.0 Pre-release
Pre-release
  • This beta version releases with support final release of MUI 1.0

v4.3.2

07 Jan 18:28
Compare
Choose a tag to compare
  • Fixes Typescript Definition.
  • Updates peer dependency of React

v5.0.0-beta-2

11 Nov 07:00
Compare
Choose a tag to compare
v5.0.0-beta-2 Pre-release
Pre-release
  • Remove refs for stateless component from MUI Fixes #188

This version is only compatible with material-ui v1.0.0-beta-16 and higher.

v5.0.0-beta-1

14 Oct 19:15
Compare
Choose a tag to compare
v5.0.0-beta-1 Pre-release
Pre-release
  • Added Material UI V1.0 support. #165 Thanks to @gfgfpacheco for initial revision.

Breaking Change

Due to the beta version of material-ui few components have been removed because either they are not yet ported to V1 or it is stopped.

This version is only compatible with material-ui v1.0.0-beta-16 and higher.

V4.3.0

20 Sep 16:38
Compare
Choose a tag to compare
  • Moved Material-UI to a peer dependency (#174)
  • Update Peer Dependency for redux-form v7 (#168)
  • Use matching data text as search text (#141)
  • Removed defaultValue for TimePicker #60 #113
  • Removed deprecated error prop to Slider (#137)

v4.2.0

14 Apr 11:46
Compare
Choose a tag to compare

This release ignores all default value props. #134 #135 An explanation for this change has been added to the README:

Because of the strict "controlled component" nature of redux-form, some of the Material UI functionality related to defaulting of values has been disabled e.g. defaultValue, defaultDate, defaultTime, defaultToggled, defaultChecked, etc. If you need a field to be initialized to a certain state, you should use the initialValues API of redux-form.

It really shouldn't be a breaking change, as your form could not really have been working correctly if you were using the default value props before, as those values were never actually in the Redux store.

v4.1.4

14 Apr 10:01
Compare
Choose a tag to compare

Bug Fixes

  • Corrected behavior for defaultToggled option. #126 #124
  • Call onChange when typing in AutoComplete if not using dataSourceConfig #121

Chores

  • Updated dependencies
  • Formatted code with Prettier #131

v4.1.3

31 Mar 16:56
Compare
Choose a tag to compare
  • Update slider onChange #66 #1
  • Added DatePicker example #83
  • SelectField onBlur empty value fix #93 #84 #87
  • Fixed bug with defaultToggle. #103 #102
  • Fixed setting default value for a TextField #119 #118

v4.1.2

09 Dec 21:05
v4.1.2
Compare
Choose a tag to compare

v4.1.1

01 Dec 17:57
v4.1.1
Compare
Choose a tag to compare
  • Fixed how onChange was being mapped to SelectField #50
  • Allowed an onChange callback to be passed to Field to run code when a field changes. #68
  • Updated deps and example