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.
- breaking: default
<input>
-><button>
so it can't be editable, old<input>
as varaint will have an addtional trigger to ensure the correct sementic
- add
variant
to fix input trigger (PR #73) - fix position inside modal
- allow selected styling while being disabled (kudos @namolnad PR #77)
- add
calendarPanelProps
- add
dateHeadingProp
andweekdayLabelProps
intoPropsConfigs
(kudos @Qadra42, PR #57)
- add
disabledDates
props - export
Calendar
components
- fix
hover disabled stylings
- change to
isDisabled
props
- add
closeOnSelect
props
- 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