Releases: tomosterlund/qalendar
Releases · tomosterlund/qalendar
v1.2.2
What's Changed
- Configure Renovate by @renovate in #31
- chore(deps): pin dependencies by @renovate in #32
- chore(deps): update devdependencies (non-major) by @renovate in #33
- chore(deps): update dependency @vue/eslint-config-typescript to v11 by @renovate in #36
- fix: correct broken path to type declarations and by @tomosterlund in #37
- chore: commit updated package lock.json by @tomosterlund in #38
New Contributors
Full Changelog: v1.2.0...v1.2.2
v1.2.0
What's Changed
- chore: add circleCI status badges by @tomosterlund in #22
- feat: full day events by @tomosterlund in #23
- test: add cypress by @tomosterlund in #24
- fix: correct height of full day events by @tomosterlund in #25
- fix: correct sorting of full day events by @tomosterlund in #26
- chore: add commitlint by @tomosterlund in #27
- feat: custom drag and drop by @tomosterlund in #28
- chore: create full day events in seeder by @tomosterlund in #29
- feat: create emitted event 'updated-mode' by @tomosterlund in #30
Full Changelog: v1.0.0...v1.2.0
v1.0.0
- Fix width on month mode of the DatePicker component
- add configuration options isSilent, for muting development warnings and gaining performance
- refactor tests
v0.4.0
- feat: create loading animation
- docs: create props section
- test: write missing tests for Qalendar.vue and Event.vue
v0.3.2
- style: improve accessibility
- fix: prevent DatePicker from emitting 'update' on mount
v0.3.1
- Fix Spacing problem in WeekTimeline
- Change font-sizing unit from px to rem
v0.3.0
- allow DatePicker to be used as a stand-alone component
- create Errors.js class, for logging developer warnings
v0.2.0
- Add month mode
0.1.0
- Fix event flyout position on small screens
- Add documentation GH-site