Releases: Michota/checkoff
Releases · Michota/checkoff
v0.6.4.1
New Features
Bug Fixes:
- fix: remove 404-status error displayed when the user refreshed the page or manually entered the subpage path. @Michota in #20
- fix: add border color to checkbox in editor view by @Michota in #21
- fix: calendar buttons are now displayed and working on every render of component #19
Full Changelog: v0.6.3...v0.6.4.1
v0.6.3
v0.6.1
-
Tasks are now created, deleted and edited locally
-
Data is sent after changes are completed
-
Newly created tasks have negative ID number
-
Negative ID is replaced with positive after re-fetching from remote
Full Changelog: v0.5.4...v0.6.1
v0.5.4
Calendar
- Re-stylize events in calendar
- Stylize date headers in calendar
- Re-stylize pop-over containing events that couldn't display in calendar day cell ("+2 more" element)
- Remove bug causing calendar to not re-render
- Disable all-day slot (no more all-day events)
- Save calendar view in local-storage
- Move FullCalendar rendering component to separate file
- Remove DOM error (
<p>
was rendered inside another<p>
element)
Toasts
- Change text that is displayed when task is permanently removed
- Change icon secondary color to black.
Tasks (and events)
- Add tooltip to
<Checkbox>
Full Changelog: https://github.com/Michota/checkoff/commits/v0.5.4