Skip to content

Releases: tomosterlund/qalendar

v3.2.0

23 Jun 05:31
Compare
Choose a tag to compare

3.2.0 (2023-06-23)

Features

v3.1.0

16 Jun 18:49
Compare
Choose a tag to compare

3.1.0 (2023-06-16)

Features

v3.0.0

12 Jun 20:03
Compare
Choose a tag to compare

3.0.0 (2023-06-12)

Features

  • new view for month mode on mobile
  • flexible day boundaries. A day in the calendar can now span across two actual days, starting for example at 6AM and ending at 3AM the next day.

BREAKING CHANGES

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

v2.5.0

06 Apr 11:01
Compare
Choose a tag to compare

2.5.0 (2023-04-06)

Features

  • add Spanish translations (e86a20c)

v2.4.0

02 Apr 07:34
Compare
Choose a tag to compare

2.4.0 (2023-04-02)

Features

v2.3.3

01 Apr 11:35
Compare
Choose a tag to compare

2.3.3 (2023-04-01)

Bug Fixes

v2.3.2

01 Apr 05:05
Compare
Choose a tag to compare

2.3.2 (2023-04-01)

Bug Fixes

v2.4.0-beta.2

26 Mar 08:42
Compare
Choose a tag to compare
v2.4.0-beta.2 Pre-release
Pre-release

2.4.0-beta.2 (2023-03-26)

Bug Fixes

v2.4.0-beta.1

26 Mar 08:37
Compare
Choose a tag to compare
v2.4.0-beta.1 Pre-release
Pre-release

2.4.0-beta.1 (2023-03-26)

Bug Fixes

  • bug in DayEvent, which prevents event from being displayed up until day end (c23ea70)
  • display of time for single-day full day events (650f6e7)
  • resizing and drag & drop in week mode (67ea8ae)
  • resizing and dragging (bc7e72e)
  • time display for hours prolonged or skipped by daylight savings (ab44e31)
  • ts-error in DayEvent.vue (6bddb7a)

Features

  • add new helper class EventChange (c8841a9)
  • enable drag & drop and resize for fluent day boundaries (def7511)
  • refactor code (77a6fa7)
  • refactor code and introduce enum for event type (c832b36)
  • start building allowance for dayBoundaries that stretch over two real days (68ab106)

v2.3.1

26 Mar 08:17
Compare
Choose a tag to compare

2.3.1 (2023-03-26)

Bug Fixes

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