Skip to content

Releases: david-mi/React_WinDatepicker

v1.0.6: doc: change homepage link on package.json and correct writing mistake…

22 May 18:26
Compare
Choose a tag to compare

Changes

  • Modify the homepage link in package.json
  • Correct some writing mistakes in README

v1.0.5

21 May 08:40
Compare
Choose a tag to compare

Changes

  • Add CodeSandbox examples links in README

v1.0.4

21 May 07:31
Compare
Choose a tag to compare

Changes

  • Correct a mistake on README (setTodayByDefault was set to required instead of onDateChange)
  • Refacto defineCalendarHorizontalTranslate
  • Improve Examples documentation responsive and spacings

v1.0.3: refacto: add type button attributes to buttons to prevent submit trig…

21 May 07:12
Compare
Choose a tag to compare

Changes

  • Add new gif link in README
  • Add type="button" attribute on buttons to avoid unwanted submit triggers when using WinDatepicker component inside a form.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 May 11:32
Compare
Choose a tag to compare

Changes

Dissociate WinDatepicker import than its css file, to support more environments (Next, etc..).
Now you need to import CSS separately, like this

import "react-windatepicker/style.css";
import { WinDatePicker } from "react-windatepicker";

v1.0.1

19 May 11:26
Compare
Choose a tag to compare

Changes

  • Removed gif from public folder to lighten package size and replaced it with an external link in README

v1.0.0: refacto: put additional checks on onDateChange and setTodayByDefault …

19 May 11:24
Compare
Choose a tag to compare

Functionnalities

  • Navigate through dates or months
  • Switch from dates to months or months to dates
  • Set up a min and max range for clickable dates / months
  • Multiple language support to translate months and weekdays (english and french for now)