Skip to content

Releases: dhis2/multi-calendar-dates

v2.0.0

21 Nov 15:38
Compare
Choose a tag to compare

2.0.0 (2024-11-21)

Bug Fixes

  • use export type (#81) (eaa8cdb)
  • useDatePicker: fix onDateSelect type, export types (#79) (94358d2)
  • add 'valid' property to validation result (894e181)
  • remove Temporal references from hook public API and clean up use date picker (#75) (fb31512)
  • update validation logic to expose error code and mirror RFF format (001d236)
  • use NepaliCalendar instance to validate dates (9fb353a)

BREAKING CHANGES

  • Remove Temporal references from hook public API

  • feat: remove validation details from result of useDatePicker

as they are available in exposed validate date string function

  • feat: remove calendar date from use date picker

  • refactor: remove calendarDate from onDateSelect callback

  • refactor: remove zonedDateTime from week days array

  • refactor: fix linting issues

v2.0.0-alpha.6

21 Nov 15:28
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

2.0.0-alpha.6 (2024-11-21)

Bug Fixes

  • check first week of subsequent year when geting period by date [LIBS-688] (#74) (8662fe0)

v2.0.0-alpha.5

09 Oct 17:23
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

2.0.0-alpha.5 (2024-10-09)

Bug Fixes

v2.0.0-alpha.4

09 Oct 15:39
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

2.0.0-alpha.4 (2024-10-09)

Bug Fixes

  • useDatePicker: fix onDateSelect type, export types (#79) (94358d2)

v2.0.0-alpha.3

09 Oct 10:56
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

2.0.0-alpha.3 (2024-10-09)

Bug Fixes

  • add 'valid' property to validation result (894e181)
  • use NepaliCalendar instance to validate dates (9fb353a)

v1.3.2

09 Oct 11:55
Compare
Choose a tag to compare

1.3.2 (2024-10-09)

Bug Fixes

  • check first week of subsequent year when geting period by date [LIBS-688] (#74) (8662fe0)

v2.0.0-alpha.2

04 Oct 16:33
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2024-10-04)

Bug Fixes

  • update validation logic to expose error code and mirror RFF format (001d236)

v2.0.0-alpha.1

03 Oct 15:57
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2024-10-03)

Bug Fixes

  • remove Temporal references from hook public API and clean up use date picker (#75) (fb31512)

BREAKING CHANGES

  • Remove Temporal references from hook public API

  • feat: remove validation details from result of useDatePicker

as they are available in exposed validate date string function

  • feat: remove calendar date from use date picker

  • refactor: remove calendarDate from onDateSelect callback

  • refactor: remove zonedDateTime from week days array

  • refactor: fix linting issues

v1.3.1

26 Sep 15:08
Compare
Choose a tag to compare

1.3.1 (2024-09-26)

Bug Fixes

  • add back eslint-disable (1e66fb5)
  • add tests (4bfaa7c)
  • address merge issues [LIBS-684] (6770573)
  • changes for data entry app [LIBS-684] (ea7e8af)
  • clean up for period generation in data entry app [LIBS-684] (4cabc55)
  • remove replaceAll, add locale check (c8c2e8a)

v1.3.0

24 Sep 13:19
Compare
Choose a tag to compare

1.3.0 (2024-09-24)

Bug Fixes

  • format undefined when thers is a mismatch (79b54fd)
  • localise validation message in multi calendar (#61) (ead860b)
  • remove unnecessary console warn (b2d795d)

Features

  • expose function to convert dates (622f0eb)
  • expose function to convert dates (9d42640)
  • expose methods for converting between iso8601 and calendars (#37) (33fa25d)
  • reararnge memorized variables so that we only recompute them when necessary (b754dcc)
  • support min & max date, DD-MM-YYYY date format (#36) (3b2e57e)
  • validation: add and expose validateDateString utility (cb4c919)