All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- add
popoverCompProps
intopropsConfigs
(kudos @stieludv, PR #31)
- add
firstDayOfWeek
intoconfigs
(kudos @biko8, PR #26) - add
configs
in documentation
- ArrowKeysReact.config isn't define
- remove arrow-keys-react dependency
- range picker input doesn't open when
space
key was pressed
- add
minDate
andmaxDate
forSingleDatepicker
- focus issue when activate navigation button inside calendar
- add
defaultIsOpen
- doc clarification regarding the RangeDatepicker date state
- duplicate key error when labels use the same name (kudos @david-morris)
- breaking: update
dayOfMonthBtnProps
to allow customizable styles based on date button statedayOfMonthBtnProps = { defaultBtnProps, isInRangeBtnProp, selectedBtnProps, todayBtnProps, }
- add
usePortal
to avoid parent's container clipping (kudos @adobs)
- allow
undefined
date (kudos @jcdogo)
- add
inputProps
to customizeInput
element
- breaking:
styleConfigs
->propsConfigs
for its true intent
- custom
selectedBg
was wrongly passed intoButton
component
- Range Picker
- Single Picker