Skip to content

Releases: Hacker0x01/react-datepicker

0.40.0

17 Jan 09:06
Compare
Choose a tag to compare
  • strip propTypes declarations in production bundle
  • Added :global to sass and generate react-datepicker-cssmodules.css for user with css modules
  • Render Calendar children
  • Default value for utcOffset props should be moment().utcOffset()
  • Add an option that disabled navigation keys
  • Add portal for mobile support

0.39.0

10 Dec 10:50
Compare
Choose a tag to compare
  • Fixed release commands

0.38.0

10 Dec 10:49
Compare
Choose a tag to compare
  • Returned false in forEach in the render of TetherComponent components
  • Move local development to Yarn and Node 6
  • Fix some styling issues
  • Month change callback + force show month navigation
  • Add month dropdowns

0.37.0

02 Dec 09:25
Compare
Choose a tag to compare
  • Upgrade react-onclickoutside
  • Use default date when initiating keyboard navigation
  • Calendar pop-up window does not close if using Macbook touchpad
  • Fix onClickOutside reference

0.36.0

01 Dec 18:49
Compare
Choose a tag to compare
  • Make sure documentation is up to date

0.35.0

01 Dec 15:52
Compare
Choose a tag to compare
  • Today button should clear float from calendar
  • Fix regression when clearing input field
  • Emit errors for unused prop types

0.33.0

24 Oct 20:51
Compare
Choose a tag to compare
  • Add the ability to show week numbers on the calendar
  • Multi month calendar
  • Fix month arrow visibility issue

0.32.0

19 Oct 17:15
Compare
Choose a tag to compare
  • Add setFocus method to DatePicker
  • Scrollable year dropdown
  • Fix for openToDate bug
  • Fix example "clear Input"
  • support other specs for preventDefault
  • add example using Create React App

0.30.0

06 Oct 08:13
Compare
Choose a tag to compare
  • Add 'range-start' and 'range-end' classes
  • Use rem units for size to improve visibility on pages with a larger font
  • Support custom timezone
  • Add class name react-datepicker__day-names to day names container div
  • Move tests enzyme
  • Update devDependencies
  • Add ability to pass a custom input
  • Add option to highlight an array of dates
  • Range selection highlighting
  • Add keyboard accessibility support
  • Propagate datepicker events up the chain
  • Add option for month/year drop-down and week peek
  • Add autoFocus prop

0.29.0

06 Aug 19:21
Compare
Choose a tag to compare
  • Add accessibility tags to month and day jsx
  • Allow multiple formats for date input