Skip to content

Releases: geeofree/kalendaryo

v1.11.1

20 Aug 15:10
cd9f0d2

Choose a tag to compare

1.11.1 (2018-08-20)

Bug Fixes

  • #getDayLabelsInWeek: fix weekStartsOn option and test suite (25be06c)

v1.11.0

20 Aug 14:26
0b8bec8

Choose a tag to compare

1.11.0 (2018-08-20)

Features

v1.10.0

21 Jun 14:19
f7924eb

Choose a tag to compare

1.10.0 (2018-06-21)

Changelog:

  • #getWeeksInMonth - Modified. Should now only accept the first argument with Date types only and the second argument with Integer types only
  • #startCurrentDateAt - Modified. Should now only change the #date state when set instead of both date and #selectedDate. Also added a feature to set the date to today if the given value is a non-Date type
  • #startSelectedDateAt - New Prop. Same functionality as #startCurrentDateAt, only that it changes the selectedDate state

Minor Fixes on features from 1.9.0

19 Jun 14:48
f2dca24

Choose a tag to compare

1.9.1 (2018-06-19)

Bug Fixes

  • Missing build (743a3c5)
  • docs: Fix startWeekAt link in table of contents (93c3114)

Feature for modifying what day the week starts at

19 Jun 14:39
1060321

Choose a tag to compare

1.9.0 (2018-06-19)

Features

Credits

Thanks @donysukardi for the change request!

Official Release

16 Jun 14:50
373fc79

Choose a tag to compare

1.8.0 (2018-06-16)

Features

v1.7.0

16 Jun 14:55

Choose a tag to compare

v1.7.0 Pre-release
Pre-release
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

v1.6.1

25 May 16:17
4683ae4

Choose a tag to compare

v1.6.1 Pre-release
Pre-release

1.6.1 (2018-05-25)

Bug Fixes

  • Fix missing 1.6.0 library build (426177c)

v1.6.0

25 May 14:30
14f84a5

Choose a tag to compare

v1.6.0 Pre-release
Pre-release

1.6.0 (2018-05-25)

Features

  • props: Add onDateChange & onSelectedChange props (1562d31)

v1.5.0

25 May 13:29
fb815a5

Choose a tag to compare

v1.5.0 Pre-release
Pre-release

1.5.0 (2018-05-25)

Features

  • Update kalendaryo#getWeeksInMonth (3e3d217)