Skip to content

Latest commit

 

History

History
310 lines (135 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

310 lines (135 loc) · 13.5 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.7.0 (2023-12-09)

Features

3.6.1 (2023-12-01)

Bug Fixes

  • prevent faulty event bubbling when clicking on month day event (#216) (ca95519)

3.6.0 (2023-11-30)

Features

  • exposes gotoPeriod method to top level (#212) (18b091c)

3.5.1 (2023-11-14)

Bug Fixes

3.5.0 (2023-07-12)

Features

  • add config option to disable flyout closing when clicking outside (#195) (5a2891e)

3.4.0 (2023-07-03)

Features

3.3.0 (2023-06-29)

Features

3.2.0 (2023-06-23)

Features

3.1.0 (2023-06-16)

Features

3.0.0 (2023-06-12)

Features

BREAKING CHANGES

  • month mode on small screens has a new layout, and monthEvent slot now only works on larger screens

2.5.0 (2023-04-06)

Features

  • add Spanish translations (e86a20c)

2.4.0 (2023-04-02)

Features

2.3.3 (2023-04-01)

Bug Fixes

2.3.2 (2023-04-01)

Bug Fixes

2.3.1 (2023-03-26)

Bug Fixes

  • re-init scrollbar every time a drag & drop action is canceled (#147) (b3568d0)

2.3.0 (2023-03-23)

Features

2.2.0 (2023-03-17)

Features

2.1.3 (2023-03-10)

Bug Fixes

  • correct line-height for hours in day timeline (#136) (aedde41)

2.1.2 (2023-03-09)

Bug Fixes

  • hide leading and trailing days in month on mobile (#135) (5633922)

2.1.1 (2023-03-08)

Bug Fixes

2.1.0 (2023-03-08)

Features

  • allow user to optionally hide leading and trailing days in month mode (#129) (ba4d5d0)

2.0.0 (2023-03-01)

Features

BREAKING CHANGES

  • named slot "event" has been replaced by "weekDayEvent"

1.18.1 (2023-02-28)

Bug Fixes

1.18.0 (2023-02-28)

Features

1.17.0 (2023-01-31)

Features

1.16.0 (2023-01-25)

Features

1.15.0 (2023-01-25)

Features

1.14.1 (2022-12-04)

Bug Fixes

1.14.0 (2022-11-27)

Features

1.13.0 (2022-11-25)

Features

1.12.1 (2022-11-20)

Bug Fixes

  • prevent qalendar from resetting to default mode when being resized (#98) (e27af87)

1.12.0 (2022-11-16)

Features

1.11.0 (2022-11-16)

Features

  • add day-was-clicked event for all modes (#96) (97748e8)

1.10.1 (2022-11-15)

Bug Fixes

  • missing type check on config.week.scrollToHour (#93) (93865cb)

1.10.0 (2022-11-05)

Features

1.9.1 (2022-10-29)

Bug Fixes

  • improve event flyout position on small screens (#80) (9bec763)

1.9.0 (2022-10-21)

Features

1.8.0 (2022-10-08)

Features

1.7.0 (2022-09-17)

Features

1.6.1 (2022-08-21)

Bug Fixes

  • add perfect scrollbar to prevent layout shifts (#64) (14be398)

1.6.0 (2022-08-13)

Features

1.5.1 (2022-08-04)

Bug Fixes

  • add missing property topic in day-event (f3b2295)
  • close event flyout on click outside (b79eab0)
  • delete test code (ec2b808)
  • do not close event flyout when clicking other event (a90814d)