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.
Changed
Changed
- Fix issue #23
setDayHighlight()
method.
Changed
- Fix issue #20
getDays()
method.
Changed
- Fix issue #20
setDaysHighlight()
method.
Changed
- Fix issue #19
setDaysHighlight()
method.
Added
- Option
daysSelected
set day/days selected #13. - Italian translation. Thanks @roland-d.
- Updated Documentation.
Changed
- Fix issue #16
goToDate()
method.
Added
- Method
setRange
toggle status of range.. - Method
setLocked
set calendar locked. - Option
rtl
allows layout for languages written from right to left (like Hebrew or Arabic). - Option
locked
sets all days of the week locked. - Documentation for Customization your own theme.
Changed
- Fix issue #10 month date range.
- Updated Documentation.
Added
- Spanish translation. Thanks @8geonirt.
Changed
- Fix
defaultDate
option also minDate and maxDate. Thanks @8geonirt. - Updated demos.
Added
- Option
nav
show next/prev buttons.
Changed
- Fix method used in option
range
to ignore dates lower than the first selected date.
Changed
- Fix changelog.
Added
- Option
range
allows you to select array range of days. - Method
setRange()
toggle status of range.
Added
- Option
daysHighlight
accepted object or array of objects to make days with highlight.
Changed
- Fix
defaultDate
option when don't haveformat
defined.
Added
- Method
today()
move the calendar to current day. - Method
getToday()
get current day with the format if specified, timestamp in another case. - Method
clear()
clean yours selected days in calendar. - View documentation in demos folder.
Changed
- Webpack version (4.6.0).
- Typescript version (2.8.1).
Added
- Option
weekStart
define day of the week start. 0 (Sunday) to 6 (Saturday).
Added
- Option
todayHighlight
- Option
disabledDaysOfWeek
accepted array number. - Option
disableDates
accepted array with days and also array of arrays. - Option
langFolder
define path of langs folder.
Added
- Portuguese/Brazilian translation. Thanks @fontebasso.
Added
- Option
defaultDate
to permit user define the initial date in HelloWeek.
Changed
- Fix order of days in the week on langs folder.
Added
- Option
minDate
define min date possible to select in HelloWeek. - Option
maxDate
define max date possible to select in HelloWeek. - Option
format
can you define the format of days in HelloWeek. - Package in yarn & npm
- Version navigation.
Added
- Option
lang
define language of HelloWeek.