Releases: geeofree/kalendaryo
Releases · geeofree/kalendaryo
v1.11.1
v1.11.0
1.11.0 (2018-08-20)
Features
- Add
#setDateNextMonthmethod - Add
#setDatePrevMonthmethod - Add
#getDayLabelsInWeekmethod
v1.10.0
1.10.0 (2018-06-21)
Changelog:
#getWeeksInMonth- Modified. Should now only accept the first argument withDatetypes only and the second argument withIntegertypes only#startCurrentDateAt- Modified. Should now only change the#datestate when set instead of bothdateand#selectedDate. Also added a feature to set thedateto today if the given value is a non-Datetype#startSelectedDateAt- New Prop. Same functionality as#startCurrentDateAt, only that it changes theselectedDatestate
Minor Fixes on features from 1.9.0
Feature for modifying what day the week starts at
1.9.0 (2018-06-19)
Features
- add
#startWeekAtprop (d9132c9) for modifying the starting day of week on#getWeeksInMonthmethod #getWeeksInMonthmethod now accepts arguments for modifying what day the weeks start at
Credits
Thanks @donysukardi for the change request!
Official Release
v1.7.0
feat: Build official release :tada: fix: Remove dayOfWeek property on dayObject refactor: Remove custom DateError class exception in favor of just using Error chore: Build official release :tada: build: Remove webpack deps and config build: Add missing babel-preset-stage-1 dev-dependency docs: Add documentation :book: docs: Add intro & table of contents Add contents for the project's short description, solution it solves, and inspiration taken docs: fix formatting docs: Add installation section docs: Update solution section for basic example docs: Add basic usage section docs: update table of contents & basic usage docs: Update basic usage snippet and codesandbox link docs: Update basic usage code snippet docs: Update problem, solution, foreword, table of contents, and installation sections docs(section#solution): Remove a comma docs: Update proble, solution, table of contents, API, and inspiration sections docs: Add state section. Update Inspiration section docs: Fix table of content links. Update state section. Add prop section docs: fix props documentation docs: Fix links, typos, add docs for some methods docs: Add better message for invalid argument passing on the methods docs: Add docs for setDate, setSelectedDate, selectDate, dateIsInRange, isHighlightedDay, and isSelectedDay methods