Skip to content

Releases: Michota/checkoff

v0.6.4.1

03 Nov 12:54
921d50a
Compare
Choose a tag to compare

New Features

  • feat: Add option to login and sign-up with Google Account. by @Michota in #22

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

01 Nov 20:36
Compare
Choose a tag to compare

Bug Fixes

  • fix: issue #5
  • fix: render buttons after api is extracted by @Michota in #10
  • fix/tasksdissapearing by @Michota in #12 (it was actually fixed in previous version, but it wasn't staged as separate relase)

New features

  • Create UUID for each task (to distinguish tasks locally) by @Michota in #16

Full Changelog: v0.6.1...v0.6.3

v0.6.1

15 Oct 12:34
Compare
Choose a tag to compare
  • 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

    fixes issues #2 and #3

Full Changelog: v0.5.4...v0.6.1

v0.5.4

13 Oct 14:37
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

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