Skip to content

Releases: flamecommit/react-datepicker

v2.2.0

03 May 00:11
Compare
Choose a tag to compare

2.2.0

  • Event 충돌 버그로 Input Focus와 Trigger Button의 역할을 분리했습니다.
  • 0~100년 구간의 value가 정상적으로 입력되지 않던 현상을 수정했습니다.

Demo : https://www.shinyongjun.com/library/react-datepicker/demo
Docs : https://www.shinyongjun.com/library/react-datepicker/docs/Getting%20Started/Overview

v1.12.0

09 Feb 01:43
Compare
Choose a tag to compare

What's New?

timeselector, hourStep, minuteStep, secondStep 기능이 추가되었습니다.
자세한 설명은 아래 API 문서를 참고해주세요.

https://shinyongjun.com/react-datepicker/example

v1.11.0

08 Feb 07:19
Compare
Choose a tag to compare

What's New?

withPortal 옵션이 추가되었습니다.
ㄴ withPortal 이 true일 경우 datepicker-layer가 body 아래에 생성되며 화면에 fixed 됩니다.

CSS파일이 export에 추가되었습니다.
ㄴ 프로젝트 최상단에 기본 스타일을 import 해야 합니다.

import '@shinyongjun/react-datepicker/css';

v1.10.0

01 Feb 04:11
Compare
Choose a tag to compare

What's New?

  • add new props (className, placeholder, disabled)

v1.5.0

06 Sep 22:49
Compare
Choose a tag to compare

1.5.0

What's New?

  • add Rangepicker
  • change props name - isMultipleCalendar > showsMultipleCalendar, isClearButton > useClearButton

v1.1.0

03 Sep 10:29
Compare
Choose a tag to compare

What's New?

  • Add Props - initValue : Datepicker component allows you to declare the initial value.
  • Add Props - onChange : Triggered whenever the value of the Datepicker changes.