Releases: mui/material-ui-pickers
v1.0.0-beta.13.1
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
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
- Improve typescript support @rosskevin
- Add typescript usage testing @rosskevin
v1.0.0-beta.12
First of all, big thanks to 4 contributors, that makes this release possible ❤️
Here are some release highlights ✨
Features 🎉
- Clear action support by all pickers, using
clearable
prop (#143) @cherniavskii - Improve TS support (add types key to support by editors, improve typings) (#149, #151) @cherniavskii @radicand
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
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
Firstly, thanks for all contributors, they are just awesome ❤️
Here are some highlights ✨
Features
- Add
disablePast
options to date/datetime pickers @cherniavskii
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
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
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
- Manual entry via input mask 🎉 @LastDreamer #92
- Ability to disable specific date #91
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
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
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
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
- Support of 24h view 🎉 #52
<TimePicker ampm={false} />
- Support of material-ui right-to-left api @alitaheri #55 #74
- Support of Jalali calendar system @alitaheri #55 #74
- Cancel modals by click outside or Esc @alitaheri #80
Component Fixes / Enhancements
- Fix autosubmitting hour by clicking on time input
- Fix not working autosubmit on clock for touch devices