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.
- Adding Typescript support, including types #12
- Adding new event
onDateChange
prop #11 - Adding new option
toolbarProps.showOptions
as boolean type - Adding new option
toolbarProps.optionMenus
to custom menu items - Adding new locale
pt-BR
#14 - Adding new option
toolbarProps.showTodayAction
when opening DatePicker - Adding new option
reverseTimelineOrder
to reverse order of timeline events from latest to older - Adding new option
displayTimelineByGroupLabel
to display multiple timelines by group label - Adding eslint config
- Rename properties
startHour
andendHour
tostartDate
andendDate
- Change type from
string
toDate
forstartDate
andendDate
- Update
toolbarProps.showSwitchModeButtons
fromboolean
toobject
- Change time format from
HH:mm
top
to display localized time
- Remove field
event.date
, replaced bystartDate
andendDate
- Fix current day display in month mode view
- Fix current day display in month view mode
- Fix week date change bug in toolbar
- Add Internationalization. Languages available are
ar
,de
,en
,es
,fr
,ja
,ko
,zh
- Resolves #2
- Add new display style
- 📢 Update dependencies versions.
- Fix #3 Correct rendering of months that start on a Sunday and update of dependencies
- 🥳 Day and Timeline mode switch view.
- 📢 Update alert notification behavior.
- Drag and drop capability is now stable.
- Change date selector margin styles.
- Update date selector styles in toolbar
- Hide features not ready and fix readme.md typo.
- Fix readme.md and package.json typo.
- Update package name.