Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3 #177

Merged
merged 11 commits into from
Jun 12, 2023
Merged

v3 #177

merged 11 commits into from
Jun 12, 2023

Conversation

tomosterlund
Copy link
Owner

Checklist

Please put "X" in the below checkboxes that apply::

  • If committing a bugfix, I have tested it in different browsers (Chrome, Firefox, Safari).
  • If committing a new feature, I have first submitted an issue (Please note: you are free to open PRs for non-issued features, but opening an issue increases your chance of a successful PR).
  • If committing a new feature, I have also written an appropriate test suite for it.

I have tested the following:

  • Qalendar component in month mode.
  • Qalendar component in week mode.
  • Qalendar component in day mode.
  • All of the above modes on emulated mobile view.
  • Dragging and dropping events.
  • Resizing events in day/week modes.
  • Clicking events to open event dialog.

This PR solves the following problem**.

insert your description.

How to test this PR**.

For example:

  1. Feed X and Y in the events-Prop.
  2. Click Z or A.
  3. Confirm that B is displayed.

felix-berlin and others added 11 commits April 1, 2023 13:38
* chore(semantic release): update config for beta release

* chore(renovate): add schema

* chore: delete unconfigured branch from .releaserc

---------

Co-authored-by: Tom Österlund <tom.osterlund1@gmail.com>
* fix: linting errors

* fix: lint errors
* feat: start building allowance for dayBoundaries that stretch over two real days

* feat: refactor code and introduce enum for event type

* feat: refactor code

* feat: enable drag & drop and resize for fluent day boundaries

* fix: resizing and dragging

* refactor: change function name in DayEvent.vue

* feat: add new helper class EventChange

* fix: resizing and drag & drop in week mode

* refactor: refactor test code

* test: extent unit tests for DayEvent

* test: add tests for DayEvent

* test: add additional tests for DayEvent

* test: add missing test cases for week/Day

* refactor: refactor code in different files

* fix: bug in DayEvent, which prevents event from being displayed up until day end

* test: add e2e tests for rendering events

* test: add test cases for rendering events in regular day

* test: add test e2e cases for rendering events in regular day mode

* test: repair tests for multiple day events

* test: add tests for flexible day boundaries

* fix: time display for hours prolonged or skipped by daylight savings

* test: extend tests in 11-event-rendering-regular-day.cy.ts

* test: extend tests in 12-event-rendering-flexible-day.cy.ts

* refactor: rename enum and optimize imports

* chore: delete seeded events

* chore: delete test file

* fix: display of time for single-day full day events

* test: fix test that broke during merge conflict

* feat: allow config-option scrollToHour also with flexible dayBoundaries

* fix: faulty sorting of hybrid day events in flexible day mode

* test: prevent vitest from throwing error
* chore(deps): update vite

* chore: add new lock file
* chore: update typescript version

* chore: use verbatim module syntax

* chore: update import of types to be ts5 compatible

* test: fix test that breaks in cypress 12

* chore: fix broken cypress test
---------

Co-authored-by: loic <loic.ngou98@gmail.com>
Co-authored-by: Felix Scholze <felix@webshaped.de>
# Conflicts:
#	development/main.ts
#	package-lock.json
#	src/components/month/Day.vue
@tomosterlund tomosterlund merged commit b9ff016 into master Jun 12, 2023
@felix-berlin
Copy link
Collaborator

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants