Skip to content

Releases: mui/material-ui-pickers

v1.0.0-beta.13.1

26 Jan 09:58
63f2a22
Compare
Choose a tag to compare

Just an extra release, fixing critical issues of beta.13. Here is the list what was fixed

  • Fixed not applying minDate, maxDate, disableFuture, disablePast options to the DatePicker
  • Fixed ability to move through disabled days via keyboards
  • Fixed no displaying errors, if they exists without selecting new date

v1.0.0-beta.13

25 Jan 10:01
8c5d85c
Compare
Choose a tag to compare

First of all thanks to 5 contributors that makes this release possible ❤️

Here are release highlights ✨

Features

  • Add TextFieldComponent to add ability override text field renderer @noah-potter
  • Move to absolute imports of material-ui components, thus material-ui @danieljuhl
  • Remove leading zeros from calendar days @danieljuhl
  • Show only first letter of week day @cherniavskii
  • Add keyboard shortcuts to calendar (moving through days using arrows) @VClav
  • Support of mui-beta.30 @cherniavskii

Enhancements

v1.0.0-beta.12

02 Jan 10:49
0889171
Compare
Choose a tag to compare

First of all, big thanks to 4 contributors, that makes this release possible ❤️

Here are some release highlights ✨

Features 🎉

Fixes / Enhancements

  • Avoid passing functions as props (Improve PureComponents shallow equality checks) (#157) @cherniavskii
  • Make textfield readonly in non-keyboard mode
  • Change year selection date, make it same as calendar / clock
  • Fix year tab index
  • Make disabled years unfocusable
  • Fix improper clock padding in development mode, caused by array like margin
  • Open picker from keyboard only by Enter key instead of anyone
  • Fix invalidDateMessage prop-type error

v1.0.0-beta.11

26 Dec 10:06
daa246d
Compare
Choose a tag to compare

Usually thanks to all contributors ❤️

Here are release highlights ✨

Breaking changes

  • We have removed support for react < 16.2.0
  • Replace top-level div wrapper with React.Fragment

Fixes / Enhancements

  • Using material-ui's Typography whenever to inherit material-ui font setting @cherniavskii
  • Remove focusing from hidden dates @cherniavskii
  • Make cancel button focusable @cherniavskii
  • Add aria-labels for dialog actions @cherniavskii
  • Adjust calendar height and margins to fit material design guidelines @cherniavskii
  • Add keyboardIcon prop to have ability change keyboard icon
  • Add invalidDateMessage prop to change text of invalid date message

v1.0.0-beta.10

22 Dec 10:01
c5e6076
Compare
Choose a tag to compare

Firstly, thanks for all contributors, they are just awesome ❤️
Here are some highlights ✨

Features

Fixes

  • Fix error on auto ok @cherniavskii #116
  • Fix vertical scroll appearing on windows if 6 rows in the calendar @big-kahuna-burger #120
  • Add default props for animateYearScrolling to defaultProps of date-time picker @big-kahuna-burge

v1.0.0-beta.9

18 Dec 11:02
Compare
Choose a tag to compare

Big thanks to all contributors, that makes this release possible 🎉
This release is mostly bug fixing, here are some highlights ✨

Fixes / Enhancements

  • Material-UI beta.24 support
  • Fix handling on tap twice for mobile #111 @cherniavskii
  • Fix dialog toggling on backdrop double click #98 @alitaheri
  • Fix accepting onChange in no-keyboard mode @Mairu
  • Fix React does not recognize the 'inputProps' error #108 @Mairu
  • Fix handling on selecting all inside input in keyboard mode @LastDreamer

v1.0.0-beta.8

13 Dec 08:38
ed20f6b
Compare
Choose a tag to compare

Firstly, thanks to all awesome contributors, that makes this release possible 👍
Here are some highlights ✨

  • I have finally found a girlfriend 😅

And now about the app:

Breaking changes

We are not support react 15 anymore. 😞
If you are interested on support, please mention that here #101

Features

Fixes

  • Make onAccept and onDismiss optional for ts definitions.
  • Fix unexpected closing datepicker in safari.
  • Fix automatic hour selection on input click
  • Replace Object.values for support IE11 without polyfills

v1.0.0-beta.7

02 Dec 15:20
Compare
Choose a tag to compare

Just an extra release, fixing some issues 😞 .

  • Fix incorrect resolving for nextjs envs, add commonjs bundle to "main" of package json.
  • Fix highlighting of outer circle for 24h clock.

v1.0.0-beta.6

01 Dec 20:48
1605c96
Compare
Choose a tag to compare

Another time BIG thanks to @alitaheri
Here are some release highlights

Features

  • 🎉 Typescript defenitions. Thanks @alitaheri #78
  • New deployment (material-ui like) process. From now its allowed to import directly any of internal components. #75

Fixes

  • Fix not highlighting of 12PM number on hour clocks

v1.0.0-beta.5

27 Nov 22:00
467687d
Compare
Choose a tag to compare

First of all big thanks to @alitaheri. He did really a lot for this project 🥇
That was just an awesome release! Here are some highlights ✨

Features

  1. Support of 24h view 🎉 #52
<TimePicker ampm={false} />
  1. Support of material-ui right-to-left api @alitaheri #55 #74
  2. Support of Jalali calendar system @alitaheri #55 #74
  3. Cancel modals by click outside or Esc @alitaheri #80

Component Fixes / Enhancements

  1. Fix autosubmitting hour by clicking on time input
  2. Fix not working autosubmit on clock for touch devices